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