Is there any way I can programitically list the contents of all package bodies to a file?
The query,
"select * from sys.user_objects where object_type = 'PACKAGE BODY'"
gives me just the names of all the package bodies.
Which table stores the contents of the package bodies?
Thanks
The query,
"select * from sys.user_objects where object_type = 'PACKAGE BODY'"
gives me just the names of all the package bodies.
Which table stores the contents of the package bodies?
Thanks