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

Answer Posted / mallesh

To create datafile,we need the current controlfile or buckup controlfile that recognises the new datafile that was added.
we go to mount stage and create new datafile using command
syntax:
>alter database create datafile;
>alter tablespace <tsname> add datafile '<location>' size;
>alter system switch logfile;

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?

1901


how can you initialize log miner?

576


What is the default fill factor value? : sql server DBA

574


Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.

1844


What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?

1965






How can you control the amount of free space in your index pages? : sql server DBA

729


What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA

548


Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA

580


what is the role of dip user in our database?

2049


What is the difference between clustered and non-clustered index? : sql server DBA

545


What is a correlated sub-query? : sql server DBA

579


What would you do with an "in-doubt" distributed transaction?

1418


what is logical system in sap basis

1133


i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?

1637


What is dcl? : sql server DBA

646