I lost one datafile i dont have backup how can you recover that???
Answers were Sorted based on User's Feedback
Answer / mohapatra.gouranga@gmail.com
Recovery is not possible if no backup.
But inconsistent recovery is possible by following method:
1.shutdown your database
2.take the database in mount state
3. Make the tablespace of lost datafile to off line.
4.alter database create datafile 'old_datafile_path'
as 'new_datafile_path';
5. Made the database online.
6.once new file created do the incomplete recovery. from
any old backup.
7. open the database with resetlogs.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mohapatra.gouranga@gmail.com
Recovery is imposible if no recent backup available with
archive logs. But inconsistent recovery is possible if any
old backup pieace available. Can be followed following
method.
1.shutdown your database
2.take the database in mount state
3. Make the tablespace of lost datafile to off line.
4.alter database create datafile 'old_datafile_path'
as 'new_datafile_path';
5. Made the database online.
6.once new file created do the incomplete recovery. from
any old backup.
7. open the database with resetlogs.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of upgrades that can be performed in sql server? : sql server DBA
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
what is difference between user managed backup and rman backup?
Describe what redo logs are.
I lost one datafile i dont have backup how can you recover that???
Explain the use of table functions.
What is the difference between dropping a database and taking a database offline? : sql server DBA
What is replication? : sql server DBA
If CPU is very slow What can u do to speed up?
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
Give the reasoning behind using an index.
How can we know the exact updation date of a particular database?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)