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
How to know the Architecture of the Database
What is 3nf in dbms?
How to configure events with firewall?
What database does facebook use?
How do you delete a table from database?
Explain the terms ‘attribute’ and ‘relations’
how to retrive a data From database into the grid view..?
Explain the concept of acid properties in dbms?
Explain issues for database performance.
What is the best free database?
What is bcnf in the dbms?
What is limit in dbms?
What is data modelling techniques?
Segregate database technology's development.
Explain some of the uses of openedge architect features useful for a developer?