在pl/sql中打开command window窗口
SQL> create user test
2 identified by test
3 ;
User created
SQL> grant dba to test;
Grant succeeded
SQL> select user from dual;
USER
在pl/sql中打开command window窗口
SQL> create user test
2 identified by test
3 ;
User created
SQL> grant dba to test;
Grant succeeded
SQL> select user from dual;
USER
2401
1547
6168
1976

被折叠的 条评论
为什么被折叠?