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


Please Help Members By Posting Answers For Below Questions

What is the concept of sub-query in terms of sql?

515


How do you use a database worksheet?

550


What is the purpose of a database?

544


What is the best free database software?

466


Describe reporting lifecycle?

508






What is the purpose of database management system?

542


What is a key in database?

516


What is normalisation and its type?

546


What is a checkpoint in dbms?

557


What do you understand by fragmentation?

525


Can we store images in database?

474


Explain the difference between two and three-tier architectures.

522


What types of questions are asked in NIC(Natinal Informatics Centre)'s interview?If any one has any information about this,I would be very thankful to him/her.....

1439


Is declare cursor executable?

535


how you will identify the mapping level bottleneck ? if there is a mapping level bottleneck then how will you try to improve the mapping

1325