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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -