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
i have all the Oracle Certification material from 1z0-001 to 1Z0-643, if required just drop me a mail to: summi4you@yahoo.co.in
What is alternate key?
What does a database contain?
Explain what are super servers?
What are the 4 types of database?
What is dbms and its functions?
Why are databases so important?
What do you mean by conflict serializability in dbms?
Is database a data structure?
Define ddl interpreter.
How can I join two tables in database?
what is the difference between filters and conditions?
What are cursors give different types of cursors?
What are the different types of database keys?
Explain armstrong rules? How they are complete and/or sound?