Thursday, July 21, 2016

Query to find the Owner name of the Table

--Query to find the Owner name of the Table

select OWNER,TABLE_NAME from ALL_TABLES where TABLE_NAME ='XX_ORG_ORGANIZATION_INFO'

No comments:

Post a Comment