How do you recover a datafile that has not been physically
been backed up since its creation and has been deleted.
Provide syntax example.



How do you recover a datafile that has not been physically been backed up since its creation and ha..

Answer / vineet tyagi

Without Backup Of the Datafile(Excepts System/Active Undo Datafiles)

First Of All,We will take the particular datafile offline.
After that we will create same datafile with same location or another location.Then recover the datafile and online datafile.

Steps:--
1)Alter database datafile <name> offline; (Excepts System/Active undo tablespace related files)

2)Shutdown immediate/abort
3)Startup monut

4)Alter database create datafile <name> With same locatioin and same size; Or
Alter databse create datafile <name> old location to <name> new location with same size;
5)recover database/recover datafile <name>;
6)alter database open
7)alter database datafile online;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

master table and child table performances and comparisons in Oracle ?

0 Answers  


How to start instance with a minimal initialization parameter file?

0 Answers  


Describe Referential Integrity ?

1 Answers  


Which environment variables are absolutely critical in order to run the OUI?

0 Answers  


Explain integrity constraints?

0 Answers  






I know that i can create a table without a primary key.But is there any significance for that table???? while creating an application.

6 Answers  


what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?

1 Answers   Arrow Electronics,


can we pass two out parameters at a time in function?please answer to my question

3 Answers   Wipro,


What is meant by a deadlock situation?

0 Answers  


List out the types of joins.

0 Answers  


How to rename an index in oracle?

0 Answers  


What is the difference between 10g OEM and 11g OEM?

0 Answers   MCN Solutions,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)