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


Please Help Members By Posting Answers For Below Questions

How run sql*plus commands that are stored in a local file?

511


What is the use of sql trace?

467


Is sqlite good enough for production?

525


What is pl sql package?

585


what is a composite primary key ? : Sql dba

574






What does the acronym acid stand for in database management?

532


What program will open a mdb file?

490


How do you write a subquery?

513


How to select 10 records from a table?

639


How is data stored on a disk?

526


i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5

3187


Write a sql select query that only returns each name only once from a table?

556


What is an index in sql with example?

510


what is the use of set statement in tsql? : Transact sql

523


What are triggers and its uses?

587