How do I take a backup of Stored Procedure in Oracle?

Answer Posted / awa

SELECT
DBMS_METADATA.GET_DDL('PROCEDURE',a.object_name,a.owner)
FROM = dba_objects a WHERE OWNER =3D'SCHEMA_OWNER' AND
object_TYPE =3D'PROCEDURE' ORDER BY owner

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are parameter, we can check after creating a database in terms of QC and for each tables what should be the parameters for QC and QA?

2198


Explain what are service-specific middleware?

544


What is dbms with example?

507


What do you mean by e-r model?

514


What is acid property in dbms?

516






how to retrive a data From database into the grid view..?

505


Define a relation schema and a relation.

548


What is 2nf and 3nf?

513


How to pump the data from one database to another?

508


What are the different types of modeling?

508


What is the difference between internal and external schema?

453


Why rdbms is not suitable for big data?

538


How do you create a database?

489


What will be the maximum size of an extent of a segment if the tablepac's default storage values are specified as (initial 8K next 16k minextent 4 pctincrease 100).Explain.

1482


Why is data modelling important?

465