SQL> startup
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORACLE instance started.
Total System Global Area 209715200 bytes
Fixed Size 1248164 bytes
Variable Size 79692892 bytes
Database Buffers 125829120 bytes
Redo Buffers 2945024 bytes
ORA-00205: error in identifying control file, check alert log for more info
..Above error shows that controlfile is missing.
No worry you can create the same:-)
Shut your instance..
SQL> shut immediate;
ORA-01507: database not mounted
ORACLE instance shut down.
Now, start with nomount
SQL> startup nomount
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORACLE instance started.
Total System Global Area 209715200 bytes
Fixed Size 1248164 bytes
Variable Size 79692892 bytes
Database Buffers 125829120 bytes
Redo Buffers 2945024 bytes
Create controlfile manually...
SQL> CREATE CONTROLFILE REUSE DATABASE "DBTEST" NORESETLOGS
MAXLOGFILES 16
MAXLOGMEMBERS 3
MAXDATAFILES 100
MAXINSTANCES 8
MAXLOGHISTORY 292
LOGFILE
GROUP 1 'D:\oracle\product\10.2.0\oradata\dbtest\REDO01.LOG' SIZE 50M,
GROUP 2 'D:\oracle\product\10.2.0\oradata\dbtest\REDO02.LOG' SIZE 50M,
GROUP 3 'D:\oracle\product\10.2.0\oradata\dbtest\REDO03.LOG' SIZE 50M
DATAFILE
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\dbtest\SYSTEM01.DBF',
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\dbtest\UNDOTBS01.DBF',
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\dbtest\SYSAUX01.DBF',
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\dbtest\RMAN01.DBF',
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\dbtest\USE01.DBF',
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\dbtest\USE02.DBF';
Control file created.
...you see now your controlfile is successfully created.
Open the database :-)
SQL> alter database open;
Database altered.
Check your data...
SQL> select count(*) from testcf;
COUNT(*)
----------
19
5 comments:
hi can u tell me if log file are lost then wahat to do
When some one searches for his vital thing, so he/she wishes to
be available that in detail, therefore that thing is maintained over here.
Check out my web-site :: what should i weigh for my height
Wow, that's what I was looking for, what a stuff! present here at this web site, thanks admin of this website.
Here is my blog post :: what should i weigh
Well, but you must know the location of previously datafiles
golden goose outlet
fila sneakers
adidas stan smith
golden goose sneakers
paul george shoes
yeezy boost 350
fila
yeezy boost 350
jordan sneakers
nike epic react
Post a Comment