How does Oracle view all tables under the current oracle user

select * from user_tables;
or
select * from dba_tables where owner='username uppercase'

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326560877&siteId=291194637