首页 > 代码库 > 创建ORACLE 查询用户

创建ORACLE 查询用户

 

[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;