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 the difference between a delete command and truncate command?
What is the advantage of the database management approach
Explain the hierarchical database?
What is bcnf?
Why is rdbms important?
What are the different levels of abstraction in the dbms?
What is the purpose of database management system?
Discuss some of the techniques that can be used to tune operational performance.
What do you understand by intension and extension?
What is the best free database software?
Which software is best for database?
for what purpose we use MDM(master data management)tell me plz.
How do you create a report in a database?
What are the different types of database?
How to unzip a file in ssis?