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 an ndf file?
What is difference between sql and excel?
What are the two different parts of the pl/sql packages?
How exception is different from error?
how to install mysql? : Sql dba
what is the command line end user interface - mysql? : Sql dba
what is the difference between sql and t-sql? : Transact sql
what is the different between now() and current_date()? : Sql dba
What is sqlcontext?
What is use of package in pl sql?
What is a parameter query?
What is sql rowcount?
What is aggregate function in sql?
Does group by remove duplicates?
What are the two parts of design view?