Quantcast
Channel: SCN : All Content - SAP on Oracle
Viewing all articles
Browse latest Browse all 2104

basic question on querying oracle tables in SAP ERP

$
0
0

Hi,

 

I have some basic question. This question is related to SAP ERP and Oracle Database. 

 

I can query the "dba_users" table....

 

***********

SQL> select username from dba_users where rownum < 2;

USERNAME

------------------------------

SYS

SQL>

******

 

But when I get all the tables, dba_users table is not found......

 

SQL> select tablespace_name, table_name from all_tables where table_name='dba_users';

no rows selected

SQL>

 

I am not sure why "all_tables" didn't return the "dba_users" table, though the "dba_users" table exists?

 

If you've any idea regarding this, can you please let us know.

 

Thanks,

Mahesh


Viewing all articles
Browse latest Browse all 2104

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>