SQL> show user
USER is "SIMT"
SQL> select owner, table_name from all_tables where owner = 'SIMT';
OWNER TABLE_NAME
________________________________________________
SIMT jobs
SQL> select * from jobs;
select * from jobs
*
ERROR at line 1:
ORA-00942: table or view does not exist




Reply With Quote