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

What are its two major subsystems of r?

809


What is the role of database management system?

723


Why is the use of dbms recommended? Explain by listing some of its major advantages.

1461


Define identity and uniqueidentifier property of column?

793


Who is the founder of database?

702


What are the differences between hash join, merge join and nested loops?

726


How can you get data from a database in an Excel sheet?

806


What is meant by database system?

698


Which free database is best?

638


What do you mean by checkpoints in dbms?

677


What is the benefit of database?

683


How to improve query performance using index hunting?

881


What are the functions of a database?

712


What is a functional dependency in the dbms?

700


Explain the different types of database keys?

756