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

How to improve blog performance

Improving the performance of a blog can involve a variety of strategies, including optimizing the website's technical infrastructure, im...