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
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What is PL/SQL Records?
what is the difference between a web-garden and a web-farm? : Sql dba
Do we need to rebuild index after truncate?
What is embedded sql with example?
What is sql*loader and what is it used for? : aql loader
What are the sql commands?
how can we know the count/number of elements of an array? : Sql dba
How do I order by ascending in sql?
Where can I learn sql for free?
What does count (*) do in sql?
What is indexing in sql and its types?
What is a primary key sql?
What is sql data?
What will you get by the cursor attribute sql%found?