How do I take a backup of Stored Procedure in Oracle?
Answers were Sorted based on User's Feedback
Answer / roopa
SELECT
DBMS_METADATA.GET_DDL
('PROCEDURE','<PROCEDURE_NAME>','<SCHEMA_OWNER>')
FROM dual;
Is This Answer Correct ? | 15 Yes | 0 No |
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 |
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 |
what is the diff between dbms and rdbms(what are the 12 rilations in the rdbms).
What the default privileges which get assigned ?
How can you CALL Reports from Forms4.0 ?
What is flag in database?
How many types of database language exist?
What is database join?
What is the best free database software?
what is s/w lifecycle?
What are the partitions types available in Oracle10g. How it will do? Simple example?
How to lock records in a table?
Mention some advantages of using dbms.
Plz send me Oracle Pl/Sql [1z0-147] dumps to this mail? sivakumarr1987@gmail.com