0% found this document useful (0 votes)
49 views3 pages

Inconnsistenterror

Total system global area 135338868 bytes fixed size 453492 bytes variable size 109051904 bytes database buffers 25165824 bytes redo buffers 667648 bytes database mounted. Database opened. Oracle instance shut down.

Uploaded by

api-26067735
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views3 pages

Inconnsistenterror

Total system global area 135338868 bytes fixed size 453492 bytes variable size 109051904 bytes database buffers 25165824 bytes redo buffers 667648 bytes database mounted. Database opened. Oracle instance shut down.

Uploaded by

api-26067735
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

sql> alter system set

control_files='d:\oracle\oradata\sue\control01.ctl','d:\oracle\oradata\sue\con
trol02.ctl','d:\oracle\oradata\sue\control03.ctl','d:\oracle\oradata\sue\control04
.ctl' scope=spfile
;

system altered.

sql> shutdown immediate


ora-01507: database not mounted

oracle instance shut down.


sql> startup pfile='d:\oracle\admin\sue\pfile\init.ora'
oracle instance started.

total system global area 135338868 bytes


fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
database mounted.
database opened.
sql> create pfile='d:\oracle\admin\sue\pfile\init.ora' from spfile;

file created.

sql> show parameter control

name type value


------------------------------------ ----------- ------------------------------
control_file_record_keep_time integer 7
control_files string d:\oracle\oradata\sue\control0
1.ctl, d:\oracle\oradata\sue\c
ontrol02.ctl, d:\oracle\oradat
a\sue\control03.ctl
sql> shutdown immediate
database closed.
database dismounted.
oracle instance shut down.
sql> startup
ora-32004: obsolete and/or deprecated parameter(s) specified
oracle instance started.

total system global area 135338868 bytes


fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
ora-00214: controlfile 'd:\oracle\oradata\sue\control01.ctl' version 369
inconsistent with file 'd:\oracle\oradata\sue\control04.ctl' version 360

sql> shutdown immediate


ora-01507: database not mounted

oracle instance shut down.


sql> startup pfile='d:\oracle\admin\sue\pfile\init.ora'
ora-32006: mts_servers initialization parameter has been deprecated
oracle instance started.

total system global area 135338868 bytes


fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
ora-00214: controlfile 'd:\oracle\oradata\sue\control01.ctl' version 369
inconsistent with file 'd:\oracle\oradata\sue\control04.ctl' version 360

sql> shutdown immediate


ora-01507: database not mounted

oracle instance shut down.


sql> startup
ora-32004: obsolete and/or deprecated parameter(s) specified
oracle instance started.

total system global area 135338868 bytes


fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
ora-00214: controlfile 'd:\oracle\oradata\sue\control01.ctl' version 369
inconsistent with file 'd:\oracle\oradata\sue\control04.ctl' version 360

sql> shutdown immediate


ora-01507: database not mounted

oracle instance shut down.

//soultion:
**********************************************************************************
***
go to d:\oracle\admin\sue\pfile\init.ora and change the control file parameter

**********************************************************************************
***

sql> startup pfile='d:\oracle\admin\sue\pfile\init.ora'


ora-32006: mts_servers initialization parameter has been deprecated
oracle instance started.

total system global area 135338868 bytes


fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
database mounted.
database opened.
sql> show parameter control
name type value
------------------------------------ -----------
------------------------------
control_file_record_keep_time integer 7
control_files string d:\oracle\oradata\sue\control0
1.ctl, d:\oracle\oradata\sue\c
ontrol02.ctl, d:\oracle\oradat
a\sue\control03.ctl
sql> create spfile from pfile='d:\oracle\admin\sue\pfile\init.ora';

You might also like