[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;
创建ORACLE 查询用户,布布扣,bubuko.com
创建ORACLE 查询用户
原文:http://www.cnblogs.com/huak/p/3718488.html