1. 在PLSQL developer中,打开左边的Tables, 列表中有无数的带$的表名。请问这个$有什么特别的含义啊?
2  在SQL Command窗口中,我输入了以下命令:
SQL> create user "cole" identified by "123456";
 
User created
 
SQL> grant dba to "cole";
 
Grant succeeded
 
SQL> grant connect to "cole";
 
Grant succeeded
 
SQL> commit;
 
Commit complete
然后我用cole登录PLSQL developer和SQL*Plus,都提示我“invalid username/password;logon denied”,这是怎么回事?哪位仁兄能给我详细解释一下用户/权限什么的,多谢!注:本人是Oracle菜鸟。