SELECT
OWNER,
TABLE_NAME
FROM ALL_TABLES
ORDER BY TABLE_NAME;
SELECT
OWNER,
TABLE_NAME
FROM ALL_TABLES@DB_LINK
ORDER BY TABLE_NAME;
Till Next Time
Thursday, April 14, 2016
Subscribe to:
Post Comments (Atom)
A collection of Oracle database stuff from 101 till 404. I just put the things here I run into.
No comments:
Post a Comment