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

Answers were Sorted based on User's Feedback



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

Answer / roopa

SELECT
DBMS_METADATA.GET_DDL
('PROCEDURE','<PROCEDURE_NAME>','<SCHEMA_OWNER>')
FROM dual;

Is This Answer Correct ?    15 Yes 0 No

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

Answer / 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

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

Answer / syed

Go to oracle bin directory and run the export file
it will ask you in the question format

just say 'yes' or 'y' for data with procedure and funcion.

it will include all the procedure and function view and
table.

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More Database Management Interview Questions

what is the diff between dbms and rdbms(what are the 12 rilations in the rdbms).

5 Answers   Satyam,


What the default privileges which get assigned ?

0 Answers  


How can you CALL Reports from Forms4.0 ?

1 Answers  


What is flag in database?

0 Answers  


How many types of database language exist?

0 Answers  


What is database join?

0 Answers  


What is the best free database software?

0 Answers  


what is s/w lifecycle?

5 Answers   IBM,


What are the partitions types available in Oracle10g. How it will do? Simple example?

1 Answers   Tech Mahindra,


How to lock records in a table?

0 Answers  


Mention some advantages of using dbms.

0 Answers  


Plz send me Oracle Pl/Sql [1z0-147] dumps to this mail? sivakumarr1987@gmail.com

0 Answers  


Categories