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
There are 100 datafiles, numbered from 1 to 100. File number 10 is deleted and it has 500 MB of data. The database is working in archive log mode. How can be the database recovered ? While doing recovery the archive logs applied are from nos 1 to 100, but 50 gets corrupted. What do we do? Can we proceed further? If so how?
What are indexes? Mention the differences between the clustered and non-clustered index?
What is query in database?
What the default privileges which get assigned ?
What is openedge translation manager?
Explain bcnf (boyce-codd normal form)?
What is n tier architecture in dbms?
What is the importance of a database?
Which is the most used database?
Is google a database?
How to improve query performance using index hunting?
What is key dbms?
Explain the architecture of reporting services?
How do you rename a database?
How do convert or display the date or time as string?