Latest Answer: use CATALOG command ...
If an oracle database has crashed. How would you recover the transactions that are not in the backups?
Latest Answer: We can perform cold backup in unix by shutting down the database in proper mode so the control file will in consistent state and after that u can perform backing up all database files.I hot back we can perform by the stmt >alter tablespace begin backup;Then ...
Latest Answer: if we don;t have any backup of Controlfile...then we have to use create controlfile command.. ...
Latest Answer: Creating a physical standby using RMAN ...
How can I Export 9i data in 8 ? I mean when I Export from 9i and Import in 8, I face errors. what sould I do and my pc is not in Network.
Latest Answer: in rman list recoverable backup of database ...
Latest Answer: It depends on the datafiles related to database at OS Level. ...
Latest Answer: A deadlock occurs when two or more users are waiting for data locked by each other(Not commited by user01).To fix this, recreate the segment with higher INITTRANS and/or PCTFREE values. This will allow more space in the data blocks for Oracle to allocate ...
Latest Answer: Restore means that you are copying either datafiles(or)controlfile from one database to another database. It is possible only through RMAN. While connecting through RMAN this stage require only at nomount.Recover means that you are trying the recover ...
View page << Previous 1 [2] 3 4 Next >>

Go Top