How to maintain the history of code changes of pl/sql?
Answer Posted / arup ratan banerjee
U CAN REFER ALL_SOURCE TABLE...
SELECT * FROM ALL_SOURCE WHERE OWNER='IHIS11'
AND TYPE = 'PROCEDURE';
U will get procedure body from this table
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between joins?
who introduced sql?
Why is pl sql needed?
When is the explicit cursor used ?
what are the different type of normalization? : Sql dba
What is nosql example?
What is full join in sql?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
What is trigger types in sql?
What is pivot query?
What is schema in sql example?
Can a commit statement be executed as part of a trigger?
What is the difference between the sql*loader and import utilities? : aql loader
What is data control language (dcl)?