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

What is the effect of setting the value of OPTIMIZER_MODE to 'RULE' ?

1 Answers  


How can we create the complete backup of data in the oracle.

1 Answers   IPEC, Satyam, SunTec,


How to bring a tablespace online?

1 Answers  


Explain the types of exception?

1 Answers  


what are corelated subqueries

1 Answers   Global Infotech,


Can select statements be used on views in oracle?

1 Answers  


How to bring a tablespace offline?

1 Answers  


what is the scripts in data base?

1 Answers  


What is a table in oracle?

1 Answers  


Differnce between view and index

3 Answers  


Without giving condition how to retrieve the unmatched records from table.

1 Answers   TCS,


what is the exact diiference between DBMS and RDBMS

4 Answers   Tesco,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)