Database creation // ORA-01092: ORACLE instance terminated. Disconnection f

hi',
i am trying to create a new database on my fedora 8 system (personal desktop not a remote system) using oracle 10g. But as soon
as i use script to create the database i get " ORA-01092: ORACLE instance terminated. Disconnection forced" error.
following information will help you analyse the problem. i am writing down all the steps i am doing and sending the alertlog file as well. i also have created all the folder's required for new database.
logging to terminal:
$ export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
$ export ORACLE_SID=vc1
$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib
[oracle@localhost ~]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jan 5 17:14:52 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect sys as sysdba
Enter password:
Connected to an idle instance.
SQL> STARTUP NOMOUNT PFILE='/u01/app/oracle/product/10.2.0/db_1/dbs/initvc1.ora'
ORACLE instance started.
THEN I AM RUNNING FOLLOWING SCRIPT
SQL> create database vc1
2 user sys identified by varun
3 user system identified by varun
4 maxinstances 1
5 maxloghistory 1
6 maxlogfiles 5
7 maxlogmembers 5
8 character set US7ASCII
9 national character set AL16UTF16
10 datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
11 extent management LOCAL
12 SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
13 DEFAULT TEMPORARY tablespace temp01
14 tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
15 UNDO tablespace undotbs_01
16 datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
17 DEFAULT tablespace users
18 datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
19 LOGFILE group 1
20 ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
21 group 2
22 ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M;
create database vc1
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
****THIS IS MY ALERTLOG FILE***
Sat Jan 5 17:16:20 2008
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.1.0.
System parameters with non-default values:
processes = 150
sga_target = 197132288
control_files = /u01/app/oracle/oradata/vc1/control01.ctl, /u01/app/oracle/oradata/vc1/control02.ctl, /u01/app/oracle/oradata/vc1/control03.ctl
db_block_size = 8192
compatible = 10.2.0.1.0
log_archive_dest = /u01/app/oracle/arch'
log_archive_format = log%t_%s_%r.arc
db_file_multiblock_read_count= 16
db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
db_recovery_file_dest_size= 2147483648
undo_management = AUTO
undo_tablespace = UNDOTBS1
remote_login_passwordfile= NONE
db_domain =
job_queue_processes = 10
background_dump_dest = /u01/app/oracle/admin/vc1/bdump
user_dump_dest = /u01/app/oracle/admin/vc1/udump
core_dump_dest = /u01/app/oracle/admin/vc1/cdump
audit_file_dest = /u01/app/oracle/admin/vc1/adump
db_name = vc1
open_cursors = 300
pga_aggregate_target = 65011712
PMON started with pid=2, OS id=2640
PSP0 started with pid=3, OS id=2642
MMAN started with pid=4, OS id=2644
DBW0 started with pid=5, OS id=2646
LGWR started with pid=6, OS id=2648
CKPT started with pid=7, OS id=2650
SMON started with pid=8, OS id=2652
RECO started with pid=9, OS id=2654
CJQ0 started with pid=10, OS id=2656
MMON started with pid=11, OS id=2658
MMNL started with pid=12, OS id=2660
Sat Jan 5 17:20:59 2008
create database vc1
user sys identified by user system identified by maxinstances 1
maxloghistory 1
maxlogfiles 5
maxlogmembers 5
character set US7ASCII
national character set AL16UTF16
datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
extent management LOCAL
SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
DEFAULT TEMPORARY tablespace temp01
tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
UNDO tablespace undotbs_01
datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
DEFAULT tablespace users
datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
LOGFILE group 1
('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
group 2
('/u01/app/oracle/oradata/vc1/redo02.log') size 100M
Sat Jan 5 17:21:00 2008
Database mounted in Exclusive Mode
Sat Jan 5 17:21:09 2008
Successful mount of redo thread 1, with mount id 613891643
Assigning activation ID 613891643 (0x24973e3b)
Thread 1 opened at log sequence 1
Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/vc1/redo01.log
Successful open of redo thread 1
Sat Jan 5 17:21:09 2008
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Sat Jan 5 17:21:09 2008
SMON: enabling cache recovery
Sat Jan 5 17:21:09 2008
create tablespace SYSTEM datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
EXTENT MANAGEMENT LOCAL online
Sat Jan 5 17:21:09 2008
ORA-1119 signalled during: create tablespace SYSTEM datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
EXTENT MANAGEMENT LOCAL online
Sat Jan 5 17:21:09 2008
Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2661.trc:
ORA-00604: error occurred at recursive SQL level 1
ORA-01119: error in creating database file 'u01/app/oracle/oradata/vc1/system01.dbf'
ORA-27040: file create error, unable to create file
Linux Error: 2: No such file or directory
Sat Jan 5 17:21:09 2008
Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2661.trc:
ORA-01501: CREATE DATABASE failed
ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 861
ORA-00604: error occurred at recursive SQL level 1
ORA-01119: error in creating database file 'u01/app/oracle/oradata/vc1/system01.dbf'
ORA-27040: file create error, unable to create file
Linux Error: 2: No such file or directory
Error 1519 happened during db open, shutting down database
USER: terminating instance due to error 1519
Instance terminated by USER, pid = 2661
ORA-1092 signalled during: create database vc1
user sys identified by user system identified by maxinstances 1
maxloghistory 1
maxlogfiles 5
maxlogmembers 5
character set US7ASCII
national character set AL16UTF16
datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
extent management LOCAL
SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
DEFAULT TEMPORARY tablespace temp01
tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
UNDO tablespace undotbs_01
datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
DEFAULT tablespace users
datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
LOGFILE group 1
('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
group 2
('/u01/app/oracle/oradata/vc1/redo02.log') size 100M...

sorry guys that was a silly mistake but it seems i m still not doing it right.
i still am getting ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
line 10 and other line were corrected by inserting / but still the same problem.
sending the alert log file
Sat Jan 5 18:28:04 2008
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.1.0.
System parameters with non-default values:
processes = 150
sga_target = 197132288
control_files = /u01/app/oracle/oradata/vc1/control01.ctl, /u01/app/oracle/oradata/vc1/control02.ctl, /u01/app/oracle/oradata/vc1/control03.ctl
db_block_size = 8192
compatible = 10.2.0.1.0
log_archive_dest = /u01/app/oracle/arch'
log_archive_format = log%t_%s_%r.arc
db_file_multiblock_read_count= 16
db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
db_recovery_file_dest_size= 2147483648
undo_management = AUTO
undo_tablespace = UNDOTBS1
remote_login_passwordfile= NONE
db_domain =
job_queue_processes = 10
background_dump_dest = /u01/app/oracle/admin/vc1/bdump
user_dump_dest = /u01/app/oracle/admin/vc1/udump
core_dump_dest = /u01/app/oracle/admin/vc1/cdump
audit_file_dest = /u01/app/oracle/admin/vc1/adump
db_name = vc1
open_cursors = 300
pga_aggregate_target = 65011712
PMON started with pid=2, OS id=2685
PSP0 started with pid=3, OS id=2687
MMAN started with pid=4, OS id=2689
DBW0 started with pid=5, OS id=2691
LGWR started with pid=6, OS id=2693
CKPT started with pid=7, OS id=2695
SMON started with pid=8, OS id=2697
RECO started with pid=9, OS id=2699
CJQ0 started with pid=10, OS id=2701
MMON started with pid=11, OS id=2703
MMNL started with pid=12, OS id=2705
Sat Jan 5 18:31:55 2008
create database vc1
user sys identified by user system identified by maxinstances 1
maxloghistory 1
maxlogfiles 5
maxlogmembers 5
character set US7ASCII
national character set AL16UTF16
datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
extent management LOCAL
SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
DEFAULT TEMPORARY tablespace temp01
tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
UNDO tablespace undotbs_01
datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
DEFAULT tablespace users
datafile '/u01/app/oracle/oradata/vc1/user01.dbf' size 100M
LOGFILE group 1
('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
group 2
('/u01/app/oracle/oradata/vc1/redo02.log') size 100M
Sat Jan 5 18:31:55 2008
Database mounted in Exclusive Mode
Sat Jan 5 18:32:05 2008
Successful mount of redo thread 1, with mount id 613909723
Assigning activation ID 613909723 (0x249784db)
Thread 1 opened at log sequence 1
Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/vc1/redo01.log
Successful open of redo thread 1
Sat Jan 5 18:32:05 2008
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Sat Jan 5 18:32:05 2008
SMON: enabling cache recovery
Sat Jan 5 18:32:05 2008
create tablespace SYSTEM datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
EXTENT MANAGEMENT LOCAL online
Sat Jan 5 18:32:28 2008
Completed: create tablespace SYSTEM datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
EXTENT MANAGEMENT LOCAL online
Sat Jan 5 18:32:28 2008
create rollback segment SYSTEM tablespace SYSTEM
storage (initial 50K next 50K)
Completed: create rollback segment SYSTEM tablespace SYSTEM
storage (initial 50K next 50K)
Sat Jan 5 18:32:44 2008
CREATE UNDO TABLESPACE UNDOTBS_01 DATAFILE '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
Sat Jan 5 18:32:54 2008
ORA-30012 signalled during: CREATE UNDO TABLESPACE UNDOTBS_01 DATAFILE '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
Sat Jan 5 18:32:54 2008
Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2706.trc:
ORA-00604: error occurred at recursive SQL level 1
ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
Sat Jan 5 18:32:54 2008
Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2706.trc:
ORA-01501: CREATE DATABASE failed
ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 5792
ORA-00604: error occurred at recursive SQL level 1
ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
Error 1519 happened during db open, shutting down database
USER: terminating instance due to error 1519
Instance terminated by USER, pid = 2706
ORA-1092 signalled during: create database vc1
user sys identified by user system identified by maxinstances 1
maxloghistory 1
maxlogfiles 5
maxlogmembers 5
character set US7ASCII
national character set AL16UTF16
datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
extent management LOCAL
SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
DEFAULT TEMPORARY tablespace temp01
tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
UNDO tablespace undotbs_01
datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
DEFAULT tablespace users
datafile '/u01/app/oracle/oradata/vc1/user01.dbf' size 100M
LOGFILE group 1
('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
group 2
('/u01/app/oracle/oradata/vc1/redo02.log') size 100M...

Similar Messages

  • ORA-01092: ORACLE instance terminated Disconnection forced on standby

    Hi,
    I have following scenario.
    I have setup dataguard in which Primary and standby are of diffrent oracle releases.
    PRimary database : 10.2.0.1.0
    Stand by : 10.2.0.4.0
    Primary database - Windows 2000
    Standby : Windows -2008
    I have sync both database in mount mode.
    But when I tried to open stand by database it is giving below error.
    ORA-01092: ORACLE instance terminated Disconnection forced on standby
    Thanks and Regards
    Nilay

    Hi Thanks for the help
    Here is my alert log Content.
    Tue Aug 17 00:52:36 2010
    Errors in file e:\oracle\product\10.2.0\admin\rage4\bdump\rage4_psp0_6908.trc:
    ORA-00704: bootstrap process failure
    Instance terminated by USER, pid = 6776
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    Tue Aug 17 01:40:16 2010
    Shutting down instance (abort)
    Tue Aug 17 01:40:17 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
    processes = 150
    __shared_pool_size = 146800640
    __large_pool_size = 4194304
    __java_pool_size = 8388608
    __streams_pool_size = 0
    sga_target = 612368384
    control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\RAGE4\STANDCTL.CTL
    db_block_size = 8192
    __db_cache_size = 444596224
    compatible = 10.2.0.1.0
    remote_archive_enable = TRUE
    log_archive_dest_2 = LOCATION=E:\oracle\product\10.2.0\sbylogs
    standby_archive_dest = LOCATION=E:\oracle\product\10.2.0\sbylogs
    log_archive_format = Rage4db_%t_%s_%r.arc
    db_file_multiblock_read_count= 16
    db_recovery_file_dest_size= 32212254720
    standby_file_management = AUTO
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=RAGE4XDB)
    job_queue_processes = 10
    audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\RAGE4\ADUMP
    background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\RAGE4\BDUMP
    user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\RAGE4\UDUMP
    core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\RAGE4\CDUMP
    db_name = RAGE4
    open_cursors = 5000
    pga_aggregate_target = 203423744
    Deprecated system parameters with specified values:
    remote_archive_enable
    End of deprecated system parameter listing
    PMON started with pid=2, OS id=6716
    PSP0 started with pid=3, OS id=6528
    MMAN started with pid=4, OS id=7140
    DBW0 started with pid=5, OS id=7044
    LGWR started with pid=6, OS id=6236
    CKPT started with pid=7, OS id=5592
    SMON started with pid=8, OS id=6292
    RECO started with pid=9, OS id=7144
    CJQ0 started with pid=10, OS id=1516
    MMON started with pid=11, OS id=6988
    Tue Aug 17 01:40:19 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Tue Aug 17 01:40:19 2010
    starting up 1 shared server(s) ...
    MMNL started with pid=12, OS id=7032
    Tue Aug 17 01:40:20 2010
    ALTER DATABASE MOUNT
    Tue Aug 17 01:40:24 2010
    Setting recovery target incarnation to 1
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=6432
    Tue Aug 17 01:40:24 2010
    ARC0: Archival started
    Tue Aug 17 01:40:24 2010
    ARC1: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Tue Aug 17 01:40:24 2010
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    ARC0: Thread not mounted
    Tue Aug 17 01:40:24 2010
    Successful mount of redo thread 1, with mount id 790844036
    Tue Aug 17 01:40:24 2010
    Physical Standby Database mounted.
    Completed: ALTER DATABASE MOUNT
    ARC1 started with pid=17, OS id=4876
    Tue Aug 17 01:40:25 2010
    ARC1: Becoming the heartbeat ARCH
    Tue Aug 17 01:40:26 2010
    ALTER DATABASE OPEN
    Tue Aug 17 01:40:26 2010
    SMON: enabling cache recovery
    Tue Aug 17 01:40:26 2010
    Errors in file e:\oracle\product\10.2.0\admin\rage4\udump\rage4_ora_6588.trc:
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Tue Aug 17 01:40:26 2010
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Tue Aug 17 01:40:26 2010
    Errors in file e:\oracle\product\10.2.0\admin\rage4\bdump\rage4_pmon_6716.trc:
    ORA-00704: bootstrap process failure
    Instance terminated by USER, pid = 6588
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    Thanks and Regards
    Nilay

  • Oracle 10g rac ora-01092 oracle instance terminated disconnection forced

    hi
    I am getting following error on 2 node RAC (on NFS mount point )
    oracle 10g rac ora-01092 oracle instance terminated disconnection forced
    br
    anuj singh

    Anju,
    Its really very difficult to tell you what exactly went wrong with the limited information given by you. Did you check the alert log and other cluster (crsd and cssd ) logs? If not, I would strongly recommend you to pay attention to these logs for any clue.
    Jaffar

  • ORA-01092: ORACLE instance terminated. Disconnection forced

    Hi Friends,
    Here I'm getting this error when I start oracle database.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    OS is windows XP pro DB 9iR2. The extract from alert log is as follows...
    Sun Feb 11 07:53:41 2007
    ORACLE V9.2.0.1.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.1 , CPU type 586
    Sun Feb 11 07:53:41 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 50331648
    large_pool_size = 8388608
    java_pool_size = 33554432
    control_files = E:\oracle\oradata\test\CONTROL01.CTL, E:\oracle\oradata\test\CONTROL02.CTL, E:\oracle\oradata\test\CONTROL03.CTL
    db_block_size = 4096
    db_cache_size = 33554432
    compatible = 9.2.0.0.0
    db_file_multiblock_read_count= 8
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    undo_retention = 900
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = test
    dispatchers = (PROTOCOL=TCP) (SERVICE=testXDB)
    job_queue_processes = 10
    hash_join_enabled = FALSE
    background_dump_dest = E:\oracle\admin\test\bdump
    user_dump_dest = E:\oracle\admin\test\udump
    core_dump_dest = E:\oracle\admin\test\cdump
    sort_area_size = 524288
    db_name = test
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 16777216
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Sun Feb 11 07:53:47 2007
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Sun Feb 11 07:53:48 2007
    alter database mount exclusive
    Sun Feb 11 07:53:53 2007
    Successful mount of redo thread 1, with mount id 1912378892.
    Sun Feb 11 07:53:53 2007
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Sun Feb 11 07:53:53 2007
    alter database open
    Sun Feb 11 07:53:54 2007
    Beginning crash recovery of 1 threads
    Sun Feb 11 07:53:54 2007
    Started first pass scan
    Sun Feb 11 07:53:54 2007
    Completed first pass scan
    2018 redo blocks read, 177 data blocks need recovery
    Sun Feb 11 07:53:54 2007
    Started recovery at
    Thread 1: logseq 6, block 3, scn 0.0
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 6 Reading mem 0
    Mem# 0 errs 0: E:\ORACLE\ORADATA\TEST\REDO02.LOG
    Sun Feb 11 07:53:55 2007
    Ended recovery at
    Thread 1: logseq 6, block 2021, scn 0.310811
    177 data blocks read, 177 data blocks written, 2018 redo blocks read
    Crash recovery completed successfully
    Sun Feb 11 07:53:56 2007
    LGWR: Primary database is in CLUSTER CONSISTENT mode
    Sun Feb 11 07:53:56 2007
    ARCH: Evaluating archive log 3 thread 1 sequence 4
    ARCH: Beginning to archive log 3 thread 1 sequence 4
    Creating archive destination LOG_ARCHIVE_DEST_1: 'E:\ORACLE\ORA92\RDBMS\ARC00004.001'
    ARCH: Completed archiving log 3 thread 1 sequence 4
    Sun Feb 11 07:53:57 2007
    LGWR: Primary database is in CLUSTER CONSISTENT mode
    Thread 1 advanced to log sequence 7
    Thread 1 opened at log sequence 7
    Current log# 3 seq# 7 mem# 0: E:\ORACLE\ORADATA\TEST\REDO03.LOG
    Successful open of redo thread 1.
    Sun Feb 11 07:53:57 2007
    SMON: enabling cache recovery
    Sun Feb 11 07:54:02 2007
    Undo Segment 1 Onlined
    Undo Segment 2 Onlined
    Undo Segment 3 Onlined
    Undo Segment 4 Onlined
    Undo Segment 5 Onlined
    Undo Segment 6 Onlined
    Undo Segment 7 Onlined
    Undo Segment 8 Onlined
    Undo Segment 9 Onlined
    Undo Segment 10 Onlined
    Successfully onlined Undo Tablespace 1.
    Sun Feb 11 07:54:02 2007
    SMON: enabling tx recovery
    Sun Feb 11 07:54:02 2007
    Database Characterset is WE8MSWIN1252
    Corrupt block relative dba: 0x00406ecc (file 1, block 28364)
    Bad check value found during buffer read
    Data in bad block -
    type: 6 format: 2 rdba: 0x00406ecc
    last change scn: 0x0000.0004668b seq: 0xb flg: 0x04
    consistency value in tail: 0x668b060b
    check value in block header: 0x27f5, computed block checksum: 0x80
    spare1: 0x0, spare2: 0x0, spare3: 0x0
    Reread of rdba: 0x00406ecc (file 1, block 28364) found same corrupted data
    Sun Feb 11 07:54:10 2007
    Errors in file e:\oracle\admin\test\bdump\test_smon_564.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01578: ORACLE data block corrupted (file # 1, block # 28364)
    ORA-01110: data file 1: 'E:\ORACLE\ORADATA\TEST\SYSTEM01.DBF'
    Sun Feb 11 07:54:10 2007
    Errors in file e:\oracle\admin\test\udump\test_ora_2012.trc:
    ORA-01578: ORACLE data block corrupted (file # 1, block # 28364)
    ORA-01110: data file 1: 'E:\ORACLE\ORADATA\TEST\SYSTEM01.DBF'
    Sun Feb 11 07:54:10 2007
    Error 1578 happened during db open, shutting down database
    USER: terminating instance due to error 1578
    Instance terminated by USER, pid = 2012
    ORA-1092 signalled during: alter database open...
    What I can guess is this all is happenning because system datafile OS block got currupted....is it so or some other reason?....and how to resolve this issue?

    Hi,
    Since it is system tablespace, you can't open the DB. If you can't open the db you can't use dbms_repair. Also DBV doesn't change the content of the file so that also not going to help.
    So only open left is to do point in time recovery.
    Regards,
    Satheesh Babu.S

  • ORA-01092: ORACLE instance terminated. Disconnection forced ORA-00942: table or view does not exist on 12C RAC

    Hi Geeks,
    I have encountered an issue while starting up my database on 12c RAC.
    Till mount it goes fine but when i attempt to open it throws me an error.
    Total System Global Area 1.5400E+10 bytes
    Fixed Size                  4737560 bytes
    Variable Size            2952791528 bytes
    Database Buffers         1.2415E+10 bytes
    Redo Buffers               26857472 bytes
    Database mounted.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00942: table or view does not exist
    Process ID: 11338068
    Session ID: 1429 Serial number: 3
    Here is the trace file output...
    ORACLE_HOME = /oracle_home/app/orahome
    System name:    AIX
    Node name:      INS1
    Release:        1
    Version:        7
    Machine:        00C8CCA74C00
    Instance name: INST1
    Redo thread mounted by this instance: 1
    Oracle process number: 7
    Unix process pid: 20381876, image: oracle@ins1 (TNS V1-V3)
    *** 2014-11-27 22:49:20.892
    *** SESSION ID:(197.5) 2014-11-27 22:49:20.892
    *** CLIENT ID:() 2014-11-27 22:49:20.892
    *** SERVICE NAME:() 2014-11-27 22:49:20.892
    *** MODULE NAME:(sqlplus@ins1 (TNS V1-V3)) 2014-11-27 22:49:20.892
    *** ACTION NAME:() 2014-11-27 22:49:20.892
    2014-11-27 22:49:20.889716 : Start recovery for domain=0, valid=0, flags=0x4
    *** 2014-11-27 22:49:24.580
    Successfully allocated 32 recovery slaves
    Using 3 overflow buffers per recovery slave
    *** 2014-11-27 22:49:24.740
    Thread 1 checkpoint: logseq 15, block 2, scn 3510749
      cache-low rba: logseq 15, block 3
        on-disk rba: logseq 15, block 72, scn 3510824
      start recovery at logseq 15, block 3, scn 0
    *** 2014-11-27 22:49:24.981
    Started resilvering redo thread 1 seq 15 blocks 72-73
    *** 2014-11-27 22:49:24.994
    Completed resilvering redo thread 1 seq 15
    *** 2014-11-27 22:49:24.994
    Started writing zeroblks thread 1 seq 15 blocks 74-81
    *** 2014-11-27 22:49:24.994
    Completed writing zeroblks thread 1 seq 15
    ==== Redo read statistics for thread 1 ====
    Total physical reads (from disk and memory): 4096Kb
    -- Redo read_disk statistics --
    Read rate (ASYNC): 35Kb in 0.25s => 0.14 Mb/sec
    Longest record: 0Kb, moves: 0/104 (0%)
    Longest LWN: 2Kb, moves: 0/33 (0%), moved: 0Mb
    Last redo scn: 0x0000.0035922b (3510827)
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 262144
    Longest hash chain = 1
    Average hash chain = 25/25 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 151/176 = 0.9
    *** 2014-11-27 22:49:25.007
    KCRA: start recovery claims for 25 data blocks
    *** 2014-11-27 22:49:25.039
    KCRA: blocks processed = 25/25, claimed = 25, eliminated = 0
    *** 2014-11-27 22:49:25.054
    Recovery of Online Redo Log: Thread 1 Group 6 Seq 15 Reading mem 0
    *** 2014-11-27 22:49:25.060
    Completed redo application of 0.02MB
    *** 2014-11-27 22:49:25.235
    Completed recovery checkpoint
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 262144
    Longest hash chain = 1
    Average hash chain = 25/25 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 176/176 = 1.0
    Recovery sets nab of thread 1 seq 15 to 74 with 8 zeroblks
    *** 2014-11-27 22:49:26.000
    2014-11-27 22:49:26.000433 : Validate domain 0
    2014-11-27 22:49:26.001348 : Validated domain 0, flags = 0x0
    *** 2014-11-27 22:49:28.315
    Count of ofsmtab$: 0 entries
    *** 2014-11-27 22:49:28.732
    ORA-00942: table or view does not exist
    ORA-00942: table or view does not exist
    *** 2014-11-27 22:49:28.738
    USER (ospid: 20381876): terminating the instance due to error 942

    In my case the issue has fixed by executing the following..
    grant SELECT on SYS.USER$ to XDB;
    grant SELECT on SYS.USER$ to CTXSYS;
    grant SELECT on SYS.USER$ to DVSYS;
    grant SELECT on SYS.USER$ to LBACSYS;
    grant SELECT on SYS.USER$ to APEX_040200;
    grant SELECT on SYS.USER$ to DV_SECANALYST; 
    Refer the above screen shot...

  • ORA-01092: ORACLE instance terminated. Disconnection forced !!1

    ORA-01092: ORACLE instance terminated. Disconnection forced
    I am getting the above error message when I try to start the database.
    Please advise.
    From
    P

    I used following character set :
    CREATE DATABASE GAV
    LOGFILE GROUP 1 ( '/dbms/gavdb/GAV/redoGAV02.log') SIZE 150M,
    GROUP 2 ( '/dbms/gavdb/GAV/redoGAV01.log ') SIZE 150M
    MAXDATAFILES 256
    MAXINSTANCES 1
    MAXLOGFILES 62
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1600
    CHARACTER SET "US7ASCII"
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE '/dbms/gavdb/GAV/system_ts001f01.dbf' SIZE 500M REUSE
    Default Temporary TABLESPACE TEMP01 TEMPFILE '/dbms/gavdb/GAV/temp_ts001f01.dbf'
    SIZE 1024M REUSE, '/dbms/gavdb/GAV/temp_ts001f02.dbf' SIZE 1000M
    REUSE
    UNDO TABLESPACE undotsp
    DATAFILE'/dbms/gavdb/GAV/undo_01.dbf' SIZE 200M REUSE
    From
    P

  • While startup ora -01092: ORACLE instance terminated. Disconnection forced

    Hi all,
    I'm using Enterprise Linux Red hat 5 (OS), oracle 10g Release 2 (10.2.0.1.0)
    while startup the database I'm getting below error message.
    SQL> startup pfile='/opt/oracle/admin/ssharp/pfile/init.ora.33201013513' mount;
    ORACLE instance started.
    Total System Global Area 2147483648 bytes
    Fixed Size 1220432 bytes
    Variable Size 486539440 bytes
    Database Buffers 1644167168 bytes
    Redo Buffers 15556608 bytes
    Database mounted.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    In alert log file having message, Redo log file s corrupted.
    I try to recover the redo log,using
    allow_resetlogs_corruption=True parameter in pfile.
    and start the DB in mount stage,and
    restore database;
    alter database open resetlogs;
    Using this method i got the same error ora - 01092
    and tried to rman incomplete recovery i cant solve issue
    *RMAN> run
    2> {
    3> set until sequence 2284 thread 1;
    4> restore database;
    5> recover database;
    6> alter database open resetlogs;
    7> }
    executing command: SET until clause
    using target database control file instead of recovery catalog
    Starting restore at 25-APR-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=761 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=760 devtype=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid=758 devtype=DISK
    creating datafile fno=20 name=/northeast/oradata/ssharp/main/main03.dbf
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 04/25/2011 13:42:35
    ORA-01119: error in creating database file '/northeast/oradata/ssharp/main/main03.dbf'
    ORA-27038: created file already exists
    Additional information: 1
    RMAN> shut immediate
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "identifier": expecting one of: "allocate, alter, backup, beginline, blockrecover, catalog, change, connect, copy, convert, create, crosscheck, configure, duplicate, debug, delete, drop, exit, endinline, flashback, host, {, library, list, mount, open, print, quit, recover, register, release, replace, report, renormalize, reset, restore, resync, rman, run, rpctest, set, setlimit, sql, switch, spool, startup, shutdown, send, show, test, transport, upgrade, unregister, validate"
    RMAN-01008: the bad identifier was: shut
    RMAN-01007: at line 1 column 1 file: standard input*
    and also i cleared that redolog content,after that also i tried to up the database with resetlog option.but i can't solve...
    can any one guide me
    Thanks in advance

    Hi user;
    Please see below note which could be helpful on your issue:
    database not starting up with errors ORA-01092 ORA-24324 ORA-01041 [ID 779356.1]
    Regard
    Helios

  • ORA-01092: ORACLE instance terminated. (manual db creation)

    HI
    When i create 10g database manually i got following error.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    any findings..
    regards
    basheer

    There can be many reasons. This is a generic error.
    Please see the alert log for more details.

  • During startup we receive ORA-01092: ORACLE instance terminated. Disconnect

    During database startup we receive ORA-01092: ORACLE instance terminated. Disconnection forced error

    During database startup we receive ORA-01092: ORACLE instance terminated. Disconnection forced errorWas this working before? If yes, any changes been done recently?
    Search MOS website for "ORA-01092 and startup" and check the docs.
    Thanks,
    Hussein

  • Getting ORA-01092: ORACLE instance terminated. Disconnection forced.

    Hi,
    I have the database on oracle 9.2.0.6 and I get this error when I try to start the database with the spfile..
    ORACLE instance started.
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    But When I try to startup with the pfile it works fine.
    startup pfile ='?/dbs/inittracka.ora'
    ORACLE instance started.
    Database mounted.
    Database opened.
    Any help is appreciated.
    Thanks.

    It would seem everyone has their own pet guess on this one!
    First, the earlier poster was correct: the reason for the disconnection is most likely to be visible in quite plain text in the alert log, so check that.
    Second, the specific error you cite is very commonly caused by having a value for the UNDO_TABLESPACE parameter which isn't the correct one. If you say UNDO_TABLESPACE=UNDO1, for example, when the tablespace is actually called UNDOTBS1.
    Since the error happens differently depending on whether you're using an spfile or an init.ora, it would suggest that the value for that parameter is set differently in the two files. You can vi or cat the spfile to inspect its contents (just don't save it again afterwards!) and check what it has for that parameter.
    Since the pfile works fine, you could contemplate getting into sqlplus and saying 'create spfile from pfile', but I'd worry about over-writing a lot of good values in the current spfile by doing that, as well as the dodgy one for the undo tablespace that you are wanting to be rid of. So go carefully! (And anyone who advises you to just create an spfile without a lot of warnings and suggestions to think carefully about what you're doing is being reckless).

  • Error Message: ORA-01092: ORACLE instance terminated.

    Hi
    I am getting the following error message while installing
    SAP R/3 IDES System 4.7.1
    Do have an idea why getting this error.
    Installation Progress
    At step: Oracle Database Build
    An error occurred during the installation.
    Press the log view button to get extended
    error information, press Retry to repeat
    the current installation step or press OK
    to terminate the installation
    CJS-00084  SQL Statement or Script failed. Error Message: ORA-01092: ORACLE instance terminated. Disconnection forced
    ERROR 2009-11-24 08:43:26
    FJS-00012  Error when executing script.
    Thanks in advance
    Regards
    A.Ziegler
    Edited by: AlexanderZiegler on Nov 24, 2009 10:17 AM

    Hi ,
    Just try to read the logs and also trace files,
    reason for failure can be known through alertlog file,
    try to post the error specified in alert<SID>.log located
    in the saptrace/background directory
    Regards,
    Manjula U.

  • Ora 01092 oracle instance terminated

    hi..,
    While creating my database manually i got an erro
    >ora 01092 oracle instance terminated

    Hi;
    1. Mention your db version
    2. Mention your os
    3. Did you check log file?
    Error:  ORA 1092
    Text:   Oracle instance terminated.
            Disconnection forced
    Cause:  The instance connected to was terminated abnormally, probably due to a
            SHUTDOWN ABORT.
            The current process was forced to disconnect from the instance.
    Action: Contact the database administrator to determine when the instance is
            restarted.
            Attempt to reconnect after the instance is running again.
            If the error is recurring then check the alert.log file to find
            the cause of the Oracle instance terminated and upload the alert.log
            in case of creating a service requestRegard
    Helios

  • Error message ORA-01092:Oracle instance terminated(urgent please)

    hi,
    while creating a new database manually I got the message ORA-01092. though control files and temporary tablespace was created but rest activity remained terminated. what can be the solution?

    Yes, and copy paste its contents here. You almost certainly see a reference to another dump in user_dump_dest, copy paste the contents here as well. Often, this problem occurs when trying to create files (online redo logs, control file...) that already exists, probably created by another attempt.
    HTH
    Martin

  • ORA 1092 Oracle instance terminated.

    I am in process of creating oracle database with my other databse template.
    But when i click on finish, i got the error like ORA 1092 Oracle instance terminated.
    And database creation fails.
    What are the probable solutions?
    Thanks,

    Hi..
    What is the oracle version that you have installed.What is the OS platform.
    Anand

  • FJS Error Oracle Instance terminated disconnection forced

    Hi Gurus,
    Please help me out, i am in installing 4.7 in DB instance i got this error Oracle Instance terminated disconnection forced FJS- 00012 executing script failed
    please help me out guys
    Cheers

    Please check the file ora_sql_reesult.log
    Also - please post the relevant part of the installation logfile - just the script error message doesn´t help in finding out what the reason is.
    Markus

Maybe you are looking for

  • Problem with scanning channels

    We are trying to use BB 1.2 with a PCI-1200 card and the NI-DAQ that is included on the BB1.2 CD. The real problem comes when the program is opened and we've configured the channels to have more than one channel scanning and the others disconnected.

  • Find column name in a package

    Hi, I am working in oracle 9i . I want to know the specified column (one) in the procedures that are availbale in the schema. For ex. If my schema contains 10 procdure means, i want to know the column (one) that are used in how many procedures.. rgds

  • Budget compromise by releasing requisition purchase order (ME54N)

    hello Experts, please a consultant It is possible to configure in FM for the budget compromise at the time of the release of the requisition (ME54N) and not when creating the purchase requisition (ME51N)? greetings and thanks for the suggestions Augu

  • Export pdf for screen with CMYK transparency

    so i created a pdf and it turns out it for on screen -not print. so i used transparency effects with CMYK. changing it to rgb messes up the look. how can i just flatten this stupid thing for web view? i exported smallet quality but changed the compre

  • Problem with opening Workitem from Outlook.

    Hi Experts, When I have have a workitem I receive a mail in my outlook with an SAP Icon. When I click the icon, it opens the SAP screen and I am unable to see my workitem and also cannot close my SAP. I have to close it from Task Manager by clicking