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

How to export data from database and import into another?

541


What information can be stored in a database?

596


What is unique key in dbms?

568


Name two utilities that oracle provides, which are use for backup and recovery.

546


Why is database important?

592






What is database management used for?

583


What is database in simple language?

573


What are stored-procedures? And what are the advantages of using them.

536


What is netlib for clipper?

572


What is meant by database system?

566


Differentiate between nested loop, hash loop and merge join.

541


What is computer end?

587


What are rdbms concepts?

587


Write a query to remove duplicate rows from a table?

543


What are different types of joins in the sql?

612