Dear Leena,
Thanks for your quick response ,When i check the status of oracle.
SQL> select status from v$instance;
STATUS
------------
STARTED
SQL>
When I shutdown oracle and startup , its give below message.
SQL> shutdown
ORA-01507: database not mounted
ORACLE instance shut down.
SQL> startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Total System Global Area 1319546880 bytes
Fixed Size 2254904 bytes
Variable Size 671090632 bytes
Database Buffers 637534208 bytes
Redo Buffers 8667136 bytes
ORA-00214: control file 'D:\ORACLE\SOL\ORIGLOGA\CNTRL\CNTRLSOL.DBF' version
491559 inconsistent with file 'F:\ORACLE\SOL\SAPDATA1\CNTRL\CNTRLSOL.DBF'
version 491509
SQL>
SQL> show parameter control
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
control_file_record_keep_time integer 30
control_files string D:\ORACLE\SOL\ORIGLOGA\CNTRL\C
NTRLSOL.DBF, D:\ORACLE\SOL\ORI
GLOGB\CNTRL\CNTRLSOL.DBF, F:\O
RACLE\SOL\SAPDATA1\CNTRL\CNTRL
SOL.DBF
control_management_pack_access string DIAGNOSTIC+TUNING
SQL>
Regards