How do I take a backup of Stored Procedure in Oracle?

Answer Posted / awa

SELECT
DBMS_METADATA.GET_DDL('PROCEDURE',a.object_name,a.owner)
FROM = dba_objects a WHERE OWNER =3D'SCHEMA_OWNER' AND
object_TYPE =3D'PROCEDURE' ORDER BY owner

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is sql a database?

676


What do you understand by e-r model?

729


Why do we need foreign key?

647


Is there a database program for mac?

689


What do you understand by data redundancy?

674


What is the purpose of reports in a database?

666


What is the normal procedure followed by a java client to access the db?

617


What are the integrity rules in dbms?

794


What is 2nf and 3nf?

707


What is information schema in database?

671


What is database connection pool size?

673


What is sorting in dbms?

727


Explain fully functional dependency?

732


Which is better saving files in database or in file system?

684


Mention some advantages of using dbms.

705