sql - How to discern the package's subprogram types in ALL_PROCEDURES table? -


querying all_procedures table in oracle can return subprograms of given package. such use case object_type column has value package. how discern whether object behind procedure_name procedure, function, trigger or type method?

are asking depenencides of procedures ? if yes check below query

select * user_dependencies name ='table_me' 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -