Here is the sample query to get all the tables in Oracle fusion.
SELECT table_name
FROM all_tables
WHERE owner = 'FUSION';
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.