Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / bharath

Perform below steps

1) alter database datafile < file_id> offline;
2) alter database create datafile <file_id>;
3) recover datafile <file_id>;
4) alter database datafile <file_id> online;

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

2033


How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA

1247


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

2519


What the different types of replication and why are they used? : sql server DBA

1225


how to restore files with rman?

2355


What are the commands used in dcl? : sql server DBA

1129


Query processing is slow(eg select query)how will u solve that

8031


how can a session indicate its interest in receiving alerts?

1091


Which autogrowth database setting is good? : sql server DBA

1230


what is the use of recording information about current session?

1105


how can you initialize log miner?

1182


how do we explain a project in cognos in an interview? please help me. Also how do we perform testing in cognos after creating reports?

3448


what functionality does oracle provide to secure sensitive information?

1048


What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA

1152


how can you find out if a table can be redefined?

1051