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
Can we save file in database?
Explain relational algebra?
In which format data is stored in database?
What do you understand by intension and extension?
How to select a random record from a table?
Explain the scenarios or situations under which progress database creates new index entry for a record?
Is there a way to detect whether fbclient.dll or fbembed.dll is loaded?
What are the advantages of dbms?
What are the 5 databases?
What are different relationships existing in database?
Why is rdbms important?
Is declare cursor executable?
What are different partitioning techniques in database?
Why would someone use a database?
What are the properties of a database?