Friday, 24 January 2025

SQL Query to get all the tables in Oracle Fusion.

 Here is the sample query to get all the tables in Oracle fusion.


SELECT table_name

FROM all_tables

WHERE owner = 'FUSION';


No comments:

Post a Comment

Note: only a member of this blog may post a comment.