- 8
- 0
- 约4.17万字
- 约 24页
- 2017-07-07 发布于四川
- 举报
* SQL create user maclean_priv identified by oracle; User created. SQL grant connect ,select any table to maclean_priv; Grant succeeded. SQL conn maclean_priv/oracle Connected. SQL select count(*) from sys.obj$; select count(*) from sys.obj$ * ERROR at line 1: ORA-00942: table or view does not exist SQL alter system set O7_DICTIONARY_ACCESSIBILITY=TRUE scope=spfile; System altered. Reboot instance SQL conn maclean_priv/oracle Connected. SQL select count(*) from sys.obj$; COUNT(*) ---------- 52140 * * * * SQL alter session set events 10046 trace
原创力文档

文档评论(0)