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
What is a key in database?
What do you understand by join?
What's the difference between 'union' and 'union all' ?
Explain the term entity in dbms?
What is rdbms and its features?
Why do we need database normalization?
What are the ways to controlling cursor behavior?
What is dba in dbms?
What is a concurrency problem in dbms?
How big is google's database?
What is an image database?
What is the purpose of queries in a database?
What is the best free database software?
What is normalization? What are different type of normalization?
What do database languages do?