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
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
What is cte sql?
What is input buffer in sql*plus?
what is recursive stored procedure? : Sql dba
What is query syntax?
how to check myisam tables for errors? : Sql dba
What is a ddl command?
What is java sql drivermanager?
Is foreign key mandatory?
Can instead of triggers be used to fire once for each statement on a view?
how can we submit a form without a submit button? : Sql dba
What is the difference between null value, zero, and blank space?
How to start oracle sql developer?
What is attribute indicator in pl sql?
What is package in pl sql with an examples?