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 purpose of the partition table?
What is the difference between an inner and outer join?
Why procedure is used in sql?
how to enter numeric values as hex numbers? : Sql dba
What do you understand by pl/sql records?
How to check if a column is nullable before setting to nullable?
What is substitution variable?
What is an ndf file?
How do I run a script in sql developer?
What is triggering circuit?
how to drop an existing index in mysql? : Sql dba
What is partition by in sql?
How many types of primary keys are there?
What does t sql mean?
How to run sql statements with oracle sql developer?