How do I take a backup of Stored Procedure in Oracle?
Answer Posted / roopa
SELECT
DBMS_METADATA.GET_DDL
('PROCEDURE','<PROCEDURE_NAME>','<SCHEMA_OWNER>')
FROM dual;
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Which is best database?
What is a php database?
What are the applications of database?
What is index hunting?
What entity means?
Explain what are super servers?
Define identity and uniqueidentifier property of column?
Define and explain about progress?
Explain the terms database and dbms. Also, mention the different types of dbms.
What are the components of a database management system?
What do you know about Master Data & Transaction Info Package?
What is oracle block? Can two oracle blocks have the same address?
Is there an example how to configure udfaccess setting in firebird.conf?
What is meant by system analysis?
what are the acid properties in dbms?