select * from all_source where name = 'XXXX_XXX_XX_X';
All_Source keeps the text source of all stored objects in ORACLE, that are accessible to logged in user.
We can filter based on columns :
We can filter based on columns :
- Name - Name of object
- TYPE - Type of object. e.g. Function, procedure, Trigger, Package, etc..
No comments:
Post a Comment