add
About Me
Jithendra Kumar B
Oracle Apps - Techno Functional consultant
View my complete profile
Monday, June 20
How To Check Error and Interface tables
SELECT owner, table_name
FROM dba_tables
WHERE table_name LIKE '%ERROR%'
ORDER BY owner, table_name
SELECT owner, table_name
FROM dba_tables
WHERE table_name LIKE '%INTERFACE%'
ORDER BY owner, table_name
Related Posts :
DBA, SCRIPTS
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment