创建ORACLE 查询用户
时间:2014-05-10 00:57:22
收藏:0
阅读:347
[apptest@vis appl]$ su -oravis
[oravis@vis 11.1.0]$ sqlplus / as sysdba
SQL> create user erpquery identified by erpquery default tablespace APPS_TS_TX_DATA;
SQL> grant connect to erpquery;
SQL> grant select any table to erpquery;
SQL> grant select any table to erpquery;
评论(0)