创建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; 
posted on 2014-05-09 11:12  huak  阅读(349)  评论(0编辑  收藏  举报