Friday, October 31, 2014
How to fix ORA-01103 during DB clone
Option 1:
CREATE CONTROLFILE REUSE
SET DATABASE dbname
LOGFILE GROUP 1 ('FILENAME','FILENAME2') SIZE 50K,
GROUP 2 ('FILENAME','FILENAME2') SIZE 50K
RESETLOGS
DATAFILE 'FILENAME' SIZE 2M
Option 2:
use backup controlfile to trace
Option 3:
Use NID to reset DBname
Subscribe to:
Posts (Atom)
Added more to my mindmap tool
This essay version allows you to add long essays to each topic. https://www.free-mindmap.com/Mindmap4LawSchoolEssay.html As I promised, the...
-
This essay version allows you to add long essays to each topic. https://www.free-mindmap.com/Mindmap4LawSchoolEssay.html As I promised, the...
-
prompt ==================================================== prompt == Start of check_cursor.sql prompt ===================================...
-
Which two are true about the Automatic Database Diagnostic Monitor (ADDM)? (Choose two.) A. It analyzes a period of time corresponding to ...