11.2.0.3 dbca 建库时报ORA-704

在安装RMS过程中,11.2.0.3的数据库DBCA时使用自带的模板克隆数据库时报:
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
alert 日志:
ORACLE_BASE from environment = /u01/app/oracle
Tue Sep 18 10:40:10 2012
Create controlfile reuse set database "testdb"
MAXINSTANCES 8
MAXLOGHISTORY 1
MAXLOGFILES 16
MAXLOGMEMBERS 3
MAXDATAFILES 1000
Datafile
'/u01/app/oracle/oradata/testdb/system01.dbf',
'/u01/app/oracle/oradata/testdb/sysaux01.dbf',
'/u01/app/oracle/oradata/testdb/undo_ts01.dbf'
LOGFILE GROUP 1 ('/u01/app/oracle/oradata/testdb/redo1a.log', '/u01/app/oracle/oradata/testdb/redo1b.log') SIZE 102400K,
GROUP 2 ('/u01/app/oracle/oradata/testdb/redo2a.log', '/u01/app/oracle/oradata/testdb/redo2b.log') SIZE 102400K,
GROUP 3 ('/u01/app/oracle/oradata/testdb/redo3a.log', '/u01/app/oracle/oradata/testdb/redo3b.log') SIZE 102400K RESETLOGS
WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
Default Temporary Tablespace will be necessary for a locally managed database in future release
Successful mount of redo thread 1, with mount id 2577639946
Completed: Create controlfile reuse set database "testdb"
MAXINSTANCES 8
MAXLOGHISTORY 1
MAXLOGFILES 16
MAXLOGMEMBERS 3
MAXDATAFILES 1000
Datafile
'/u01/app/oracle/oradata/testdb/system01.dbf',
'/u01/app/oracle/oradata/testdb/sysaux01.dbf',
'/u01/app/oracle/oradata/testdb/undo_ts01.dbf'
LOGFILE GROUP 1 ('/u01/app/oracle/oradata/testdb/redo1a.log', '/u01/app/oracle/oradata/testdb/redo1b.log') SIZE 102400K,
GROUP 2 ('/u01/app/oracle/oradata/testdb/redo2a.log', '/u01/app/oracle/oradata/testdb/redo2b.log') SIZE 102400K,
GROUP 3 ('/u01/app/oracle/oradata/testdb/redo3a.log', '/u01/app/oracle/oradata/testdb/redo3b.log') SIZE 102400K RESETLOGS
Stopping background process MMNL
Stopping background process MMON
Starting background process MMON
Tue Sep 18 10:40:13 2012
MMON started with pid=15, OS id=16133
Starting background process MMNL
ALTER SYSTEM enable restricted session;
alter database "testdb" open resetlogs
Tue Sep 18 10:40:13 2012
MMNL started with pid=16, OS id=16135
RESETLOGS after incomplete recovery UNTIL CHANGE 489306
Errors in file /u01/app/oracle/diag/rdbms/testdb/testdb/trace/testdb_ora_16127.trc:
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
Clearing online redo logfile 3 /u01/app/oracle/oradata/testdb/redo3a.log
Clearing online log 3 of thread 1 sequence number 0
Errors in file /u01/app/oracle/diag/rdbms/testdb/testdb/trace/testdb_ora_16127.trc:
ORA-00313: open failed for members of log group 3 of thread 1
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
Errors in file /u01/app/oracle/diag/rdbms/testdb/testdb/trace/testdb_ora_16127.trc:
ORA-00313: open failed for members of log group 3 of thread 1
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
Tue Sep 18 10:40:22 2012
Clearing online redo logfile 3 complete
Online log /u01/app/oracle/oradata/testdb/redo1a.log: Thread 1 Group 1 was previously cleared
Online log /u01/app/oracle/oradata/testdb/redo1b.log: Thread 1 Group 1 was previously cleared
Online log /u01/app/oracle/oradata/testdb/redo2a.log: Thread 1 Group 2 was previously cleared
Online log /u01/app/oracle/oradata/testdb/redo2b.log: Thread 1 Group 2 was previously cleared
Online log /u01/app/oracle/oradata/testdb/redo3a.log: Thread 1 Group 3 was previously cleared
Online log /u01/app/oracle/oradata/testdb/redo3b.log: Thread 1 Group 3 was previously cleared
Tue Sep 18 10:40:22 2012
Setting recovery target incarnation to 2
Tue Sep 18 10:40:23 2012
Assigning activation ID 2577639946 (0x99a3aa0a)
Thread 1 opened at log sequence 1
  Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/testdb/redo1a.log
  Current log# 1 seq# 1 mem# 1: /u01/app/oracle/oradata/testdb/redo1b.log
Successful open of redo thread 1
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Tue Sep 18 10:40:23 2012
SMON: enabling cache recovery
Errors in file /u01/app/oracle/diag/rdbms/testdb/testdb/trace/testdb_ora_16127.trc:
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Errors in file /u01/app/oracle/diag/rdbms/testdb/testdb/trace/testdb_ora_16127.trc:
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Error 704 happened during db open, shutting down database
USER (ospid: 16127): terminating the instance due to error 704
Instance terminated by USER, pid = 16127
ORA-1092 signalled during: alter database "testdb" open resetlogs...
opiodr aborting process unknown ospid (16127) as a result of ORA-1092
Tue Sep 18 10:40:26 2012
ORA-1092 : opitsk aborting process/u01/app/oracle/diag/rdbms/testdb/testdb/trace/testdb_ora_16127.trc 的内容:
Trace file /u01/app/oracle/diag/rdbms/testdb/testdb/trace/testdb_ora_16127.trc
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1
System name:     Linux
Node name:     bitest
Release:     2.6.18-194.el5
Version:     #1 SMP Mon Mar 29 22:10:29 EDT 2010
Machine:     x86_64
VM name:     VMWare Version: 6
Instance name: testdb
Redo thread mounted by this instance: 0 <none>
Oracle process number: 17
Unix process pid: 16127, image: oracle@bitest (TNS V1-V3)
*** 2012-09-18 10:40:10.935
*** SESSION ID:(17.1) 2012-09-18 10:40:10.935
*** CLIENT ID:() 2012-09-18 10:40:10.935
*** SERVICE NAME:() 2012-09-18 10:40:10.935
*** MODULE NAME:(sqlplus@bitest (TNS V1-V3)) 2012-09-18 10:40:10.935
*** ACTION NAME:() 2012-09-18 10:40:10.935
Control file created with size 1064 blocks
*** 2012-09-18 10:40:11.012
Stopping background process MMNL
*** 2012-09-18 10:40:12.013
Stopping background process MMON
*** 2012-09-18 10:40:13.084
Prior to RESETLOGS processing...
ALTER SYSTEM ARCHIVE LOG ALL USING BACKUP CONTROLFILE start
Database is not in archivelog mode
ALTER SYSTEM ARCHIVE LOG ALL USING BACKUP CONTROLFILE complete
DDE rules only execution for: ORA 312
----- START Event Driven Actions Dump ----
---- END Event Driven Actions Dump ----
----- START DDE Actions Dump -----
Executing SYNC actions
----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
Successfully dispatched
----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (SUCCESS, 2 csec) -----
Executing ASYNC actions
----- END DDE Actions Dump (total 2 csec) -----
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE rules only execution for: ORA 313
----- START Event Driven Actions Dump ----
---- END Event Driven Actions Dump ----
----- START DDE Actions Dump -----
Executing SYNC actions
----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
DDE Action 'DB_STRUCTURE_INTEGRITY_CHECK' was flood controlled
----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (FLOOD CONTROLLED, 196018181 csec) -----
Executing ASYNC actions
----- END DDE Actions Dump (total 0 csec) -----
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
*** 2012-09-18 10:40:13.166 4320 krsh.c
Clearing online redo logfile 1 /u01/app/oracle/oradata/testdb/redo1a.log
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE: Problem Key 'ORA 313' was flood controlled (0x1) (no incident)
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/testdb/redo1a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
*** 2012-09-18 10:40:16.793
*** 2012-09-18 10:40:16.793 4320 krsh.c
Clearing online redo logfile 1 complete
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE: Problem Key 'ORA 313' was flood controlled (0x1) (no incident)
ORA-00313: open failed for members of log group 2 of thread 1
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00313: open failed for members of log group 2 of thread 1
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
*** 2012-09-18 10:40:16.794 4320 krsh.c
Clearing online redo logfile 2 /u01/app/oracle/oradata/testdb/redo2a.log
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE: Problem Key 'ORA 313' was flood controlled (0x1) (no incident)
ORA-00313: open failed for members of log group 2 of thread 1
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00313: open failed for members of log group 2 of thread 1
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00313: open failed for members of log group 2 of thread 1
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/testdb/redo2a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
*** 2012-09-18 10:40:20.294
*** 2012-09-18 10:40:20.294 4320 krsh.c
Clearing online redo logfile 2 complete
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE: Problem Key 'ORA 313' was flood controlled (0x1) (no incident)
ORA-00313: open failed for members of log group 3 of thread 1
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00313: open failed for members of log group 3 of thread 1
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
*** 2012-09-18 10:40:20.294 4320 krsh.c
Clearing online redo logfile 3 /u01/app/oracle/oradata/testdb/redo3a.log
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE: Problem Key 'ORA 312' was flood controlled (0x1) (no incident)
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
DDE: Problem Key 'ORA 313' was flood controlled (0x1) (no incident)
ORA-00313: open failed for members of log group 3 of thread 1
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00313: open failed for members of log group 3 of thread 1
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00313: open failed for members of log group 3 of thread 1
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3b.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/testdb/redo3a.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
*** 2012-09-18 10:40:22.819
*** 2012-09-18 10:40:22.819 4320 krsh.c
Clearing online redo logfile 3 complete
*** 2012-09-18 10:40:22.819
*** 2012-09-18 10:40:24.620
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
*** 2012-09-18 10:40:24.629
USER (ospid: 16127): terminating the instance due to error 704

SQL> startup upgrade pfile='/u01/app/oracle/admin/testdb/scripts/init.ora';
ORACLE instance started.
Total System Global Area 1570009088 bytes
Fixed Size 2228704 bytes
Variable Size 436211232 bytes
Database Buffers 1124073472 bytes
Redo Buffers 7495680 bytes
Database mounted.
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: '/u01/app/oracle/oradata/testdb/system01.dbf'
SQL> recover database;
ORA-00283: recovery session canceled due to errors
ORA-16433: The database must be opened in read/write mode.

Similar Messages

  • Oracle 11g Installation DBCA ORA-01034: Oracle Not Available

    I have two oracle databases installed (using the default settings in dbca) and running on a Windows 2003 R2 server, already.
    However, when I try and create a third using the defaults, after 2%, dbca receives an ORA-01034: Oracle Not Available and stops the creation process.
    I've searched 16 hours or so for a similar issue, but haven't had much luck other than to check sqlnet.ora for OS authentication, the registry keys, and tnsnames.ora.
    I've looked at the trace log for dbca a few times for the different attempts at creating a new database, and they tend to differ when the error is generated.
    Looking at Event Viewer, I noticed that connection events occurred during installation, and that for at least one case, CONNECT / AS SYSDBA occured 3 times before the error was generated.
    I've made more than 3 databases on another machine (XP - not server 2003), without any issue, but it seems odd that this error would be because of server 2003.
    I'm fairly inexperienced with configuring databases for Oracle, so please excuse my ignorance.
    Here's a log file to accompany the issue:
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [CommandLineArguments.process:639] CommandLineArguments->process: number of arguments = 0
    [main] [14:59:16:976] [Host.checkOPS:2290] Inside checkOPS
    [main] [14:59:16:976] [Host.checkOPS:2302] Trying to check cluster existence
    [main] [14:59:17:38] [Library.getInstance:106] Created instance of Library.
    [main] [14:59:17:38] [Library.load:206] Loading orauts.dll...
    [main] [14:59:17:38] [Library.load:212] oracleHome D:\app\Administrator\product\11.1.0\db_1
    [main] [14:59:17:38] [Library.load:227] Property oracle.installer.library_loc is set to value=D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:229] Loading library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orauts.dll
    [main] [14:59:17:54] [Library.load:262] Loaded library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orauts.dll from path=
    D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:206] Loading MSVCR71.dll...
    [main] [14:59:17:54] [Library.load:212] oracleHome D:\app\Administrator\product\11.1.0\db_1
    [main] [14:59:17:54] [Library.load:227] Property oracle.installer.library_loc is set to value=D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:229] Loading library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\MSVCR71.dll
    [main] [14:59:17:54] [Library.load:262] Loaded library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\MSVCR71.dll from path=
    D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:206] Loading orawsec11.dll...
    [main] [14:59:17:54] [Library.load:212] oracleHome D:\app\Administrator\product\11.1.0\db_1
    [main] [14:59:17:54] [Library.load:227] Property oracle.installer.library_loc is set to value=D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:229] Loading library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orawsec11.dll
    [main] [14:59:17:54] [Library.load:262] Loaded library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orawsec11.dll from path=
    D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:206] Loading orasrvm11.dll...
    [main] [14:59:17:54] [Library.load:212] oracleHome D:\app\Administrator\product\11.1.0\db_1
    [main] [14:59:17:54] [Library.load:227] Property oracle.installer.library_loc is set to value=D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:229] Loading library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orasrvm11.dll
    [main] [14:59:17:54] [Library.load:262] Loaded library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orasrvm11.dll from path=
    D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Version.isPre10i:213] isPre10i.java: Returning FALSE
    [main] [14:59:17:54] [WindowsSystem.regKeyExists:1104] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
    [main] [14:59:17:648] [WindowsSystem.getCSSConfigType:1271] configType=null
    [main] [14:59:17:648] [Host.checkOPS:2308] cluster existence:false
    [main] [14:59:17:648] [Host.checkOPS:2346] Cluster installed=false
    [AWT-EventQueue-0] [14:59:19:429] [OsUtilsBase.getOracleBaseFromInventory:413] Getting ORACLE_BASE from inventory.
    [AWT-EventQueue-0] [14:59:19:445] [OsUtilsBase.getOracleBaseFromInventory:427] Setting oracle.installer.oui_loc = D:\app\Administrator\product\11.1.0\db_1\oui
    [AWT-EventQueue-0] [14:59:19:445] [OsUtilsBase.getOracleBaseFromInventory:430] Oracle Inventory property invptrloc = null
    [AWT-EventQueue-0] [14:59:19:445] [OsUtilsBase.getOracleBaseFromInventory:447] Inventory Home Size = 1
    [AWT-EventQueue-0] [14:59:19:445] [OsUtilsBase.getOracleBaseFromInventory:473] ORACLE_BASE returned from inventory:= D:\app\Administrator
    [AWT-EventQueue-0] [14:59:19:445] [Host.displayOracleBaseWarning:1115] oracleBaseFromEnv null
    [AWT-EventQueue-0] [14:59:19:445] [Host.displayOracleBaseWarning:1121] oracle_base from OUI D:\app\Administrator oracle_base from env
    [AWT-EventQueue-0] [14:59:24:538] [InitParamHandler.endElement:517] CustomSGA flag: false
    [AWT-EventQueue-0] [14:59:24:538] [InitParamHandler.endElement:518] Database Type: MULTIPURPOSE
    [AWT-EventQueue-0] [14:59:24:538] [InitParamHandler.endElement:519] Mem Percentage: 40
    [AWT-EventQueue-0] [14:59:24:538] [InitParamHandler.endElement:552] Total memory MB: 818
    [AWT-EventQueue-0] [14:59:24:538] [OsUtilsBase.is64Bit:294] architecture is 64 bit: false
    [AWT-EventQueue-0] [14:59:24:538] [MemoryCalculator.<clinit>:92] setting memory minimums for 32 bit
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:237] IN threadID:1 group#=1
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:237] IN threadID:1 group#=2
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:246] Current threadID=1
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:253] Current threadID=1 ==> redoGroups[0]=1
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:263] vRedoGroups:[1]
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:293] setAttribute: bExists=false
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:237] IN threadID:1 group#=3
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:246] Current threadID=1
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:253] Current threadID=1 ==> redoGroups[0]=1
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:253] Current threadID=1 ==> redoGroups[1]=2
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:263] vRedoGroups:[1, 2]
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:293] setAttribute: bExists=false
    [AWT-EventQueue-0] [14:59:24:554] [TemplateManager.parseCloneTemplate:1509] See for any transportable datafiles in TemplateManager.....
    [AWT-EventQueue-0] [14:59:36:804] [DatabaseNamePage.onNameChanged:751] m_oldGDBName =
    [AWT-EventQueue-0] [14:59:36:819] [OracleHome.isRacEnabled:177] bRacOn = false
    [AWT-EventQueue-0] [14:59:36:897] [ManagementOptionsPage.initializePage:692] Enumerating Agents
    [AWT-EventQueue-0] [14:59:41:350] [ManagementOptionsPage.validate:1049] emConfigChkBox State: true
    [AWT-EventQueue-0] [14:59:41:350] [ManagementOptionsPage.validate:1050] switchChkBox State: false
    [AWT-EventQueue-0] [14:59:41:350] [ManagementOptionsPage.validateAndSetParams:1090] In validateAndSetParams
    [AWT-EventQueue-0] [14:59:41:350] [NetworkUtils.checkListenerStatus:350] Checking listener status: LISTENER
    [AWT-EventQueue-0] [14:59:41:569] [NetworkUtils.checkListenerStatus:356] lsnrct status output
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 13-JUN-2008 14:59:41
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=XXX)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Production
    Start Date 13-JUN-2008 10:32:10
    Uptime 0 days 4 hr. 27 min. 33 sec
    Trace Level user
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\app\Administrator\product\11.1.0\db_1\network\admin\listener.ora
    Listener Log File d:\app\administrator\diag\tnslsnr\XXX\listener\alert\log.xml
    Listener Trace File d:\app\administrator\diag\tnslsnr\XXX\listener\trace\ora_1792_1876.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=XXX)(PORT=1521)))
    Services Summary...
    Service "Oracle8" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "XXX", status UNKNOWN, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [AWT-EventQueue-0] [15:0:14:475] [TemplateManager.isInstallTemplate:2226] Selected Template by user:=General Purpose
    [AWT-EventQueue-0] [15:0:14:475] [TemplateManager.isInstallTemplate:2233] The Message Id to be searched:=GENERAL_PURPOSE
    [AWT-EventQueue-0] [15:0:14:490] [TemplateManager.isInstallTemplate:2226] Selected Template by user:=General Purpose
    [AWT-EventQueue-0] [15:0:14:490] [TemplateManager.isInstallTemplate:2233] The Message Id to be searched:=GENERAL_PURPOSE
    [AWT-EventQueue-0] [15:0:14:506] [TemplateManager.isInstallTemplate:2226] Selected Template by user:=General Purpose
    [AWT-EventQueue-0] [15:0:14:506] [TemplateManager.isInstallTemplate:2233] The Message Id to be searched:=GENERAL_PURPOSE
    [AWT-EventQueue-0] [15:0:15:84] [Verifier.processRawConfigFile:3709] StorageType == 0
    [AWT-EventQueue-0] [15:0:15:84] [DatabaseOptionPage.doNext:266] processRawConfigFile=false
    [AWT-EventQueue-0] [15:0:17:724] [InitParametersPage.validate:225] InitParametersPage->validate: in SPFile condition
    [AWT-EventQueue-0] [15:0:17:724] [InitParametersPage.validate:229] original spFileName with variables ={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [15:0:17:724] [Verifier.validateSPFile:4853] The SPFILE={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [15:0:17:724] [ClusterUtils.validateRawDevice:784] Inside validateRawDevice
    [AWT-EventQueue-0] [15:0:17:724] [ClusterUtils.validateRawDevice:796] Device Exception
    [AWT-EventQueue-0] [15:0:17:724] [ClusterUtils.isRaw:762] The handle is invalid.
    [AWT-EventQueue-0] [15:0:17:724] [InitParametersPage.validate:337] InitParametersPage->validate: calling createUndoAttributes
    [AWT-EventQueue-0] [15:0:19:131] [StoragePage.selectAndExpandItem:333] item=oracle.sysman.emSDK.client.dataComponent.dataDrivenTree.TreeParentNode[label=Storage,index=0]
    [AWT-EventQueue-0] [15:0:19:178] [StoragePage.selectAndExpandItem:342] item.isExpanded=true
    [AWT-EventQueue-0] [15:0:19:193] [StoragePage.selectAndExpandItem:354] selection.isSelected(item)=false
    [AWT-EventQueue-0] [15:0:20:771] [StoragePage.validate:934] StoragePage: In validate function
    [AWT-EventQueue-0] [15:0:20:787] [Verifier.validateTemplate:1780] StorageType == 0
    [AWT-EventQueue-0] [15:0:20:818] [CreationOptionPage.setSaveTemplateVisible:465] Setting save template visible = true
    [AWT-EventQueue-0] [15:0:23:177] [DBCAWizard.onFinish:1203] m_bFinishClicked: false
    [TaskScheduler timer] [15:0:23:177] [OracleHome.isRacEnabled:177] bRacOn = false
    [TaskScheduler timer] [15:0:23:193] [NetworkUtils.checkListenerStatus:350] Checking listener status: LISTENER
    [TaskScheduler timer] [15:0:23:412] [NetworkUtils.checkListenerStatus:356] lsnrct status output
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 13-JUN-2008 15:00:23
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=XXX)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Production
    Start Date 13-JUN-2008 10:32:10
    Uptime 0 days 4 hr. 28 min. 14 sec
    Trace Level user
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\app\Administrator\product\11.1.0\db_1\network\admin\listener.ora
    Listener Log File d:\app\administrator\diag\tnslsnr\XXX\listener\alert\log.xml
    Listener Trace File d:\app\administrator\diag\tnslsnr\XXX\listener\trace\ora_1792_1876.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=XXX)(PORT=1521)))
    Services Summary...
    Service "Oracle8" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "XXX", status UNKNOWN, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [TaskScheduler timer] [15:0:23:412] [Verifier.validateTemplate:1780] StorageType == 0
    [TaskScheduler timer] [15:0:23:412] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:412] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:412] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:412] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:412] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:443] [Verifier.calculateRedoLogGroupFileSizes:3269] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:443] [Verifier.calculateRedoLogGroupFileSizes:3269] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:443] [Verifier.calculateRedoLogGroupFileSizes:3269] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:443] [Verifier.getControlfFileSizes:3187] No. of Control files:=3
    [Thread-15] [15:0:23:474] [UIHost.getHtmlSummary:1055] UIHost:getHtmlSummary: running createTemplateDocument NOT for SHOW_TEMPLATE condition
    [Thread-15] [15:0:23:490] [UIHost.getHtmlSummary:1061] UIHost:getHtmlSummary: after running createTemplateDocument NOT for SHOW_TEMPLATE condition
    [Thread-15] [15:0:23:615] [XSLConst.generateHeaderXSL:211] NLS:Template Name:= null
    [Thread-15] [15:0:23:615] [XSLConst.generateHeaderXSL:216] Template Description:= Use this database template to create a pre-configured database optimized for general purpose or transaction processing usage.
    [Thread-15] [15:0:23:865] [UIHost.getHtmlSummary:1100] UIHost->getHtmlSummary: start printing of transformed document
    [TaskScheduler timer] [15:0:26:302] [Host.executeSteps:4426] Executing steps....
    [TaskScheduler timer] [15:0:26:302] [Host.setUpForOperation:3198] setUpForOperation: Mode = 128
    [TaskScheduler timer] [15:0:26:302] [OsUtilsBase.copyFile:715] OsUtilsBase.copyFile:
    [TaskScheduler timer] [15:0:26:318] [OsUtilsBase.copyFile:763] **write of file at destination complete...
    [TaskScheduler timer] [15:0:26:318] [OsUtilsBase.copyFile:798] **file copy status:= true
    [TaskScheduler timer] [15:1:13:879] [OsUtilsBase.copyFile:763] **write of file at destination complete...
    [TaskScheduler timer] [15:1:13:879] [OsUtilsBase.copyFile:798] **file copy status:= true
    [TaskScheduler timer] [15:1:13:895] [Host.executeSteps:4605] setupForOperation returned: true
    [TaskScheduler timer] [15:1:13:895] [Host.createStepSQLInterface:6444] sid =Mapping
    [TaskScheduler timer] [15:1:13:895] [SQLEngine.getEnvParams:446] NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    [TaskScheduler timer] [15:1:13:895] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [TaskScheduler timer] [15:1:14:35] [SQLEngine.initialize:281] m_bReaderStarted: false
    [TaskScheduler timer] [15:1:14:35] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-35] [15:1:14:35] [StepContext$ModeRunner.run:2487] ---- Progress Needed:=true
    [Thread-35] [15:1:14:67] [BasicStep.execute:202] Executing Step : CLONE_DB_CREATION_RMAN_RESTORE
    [Thread-35] [15:1:14:67] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01092
    [Thread-35] [15:1:14:67] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01034
    [Thread-35] [15:1:14:67] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-03114
    [Thread-35] [15:1:14:67] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-12560
    [Thread-35] [15:1:14:67] [StepErrorHandler.setIgnorableErrors:250] setting Ignorable Error: ORA-01109
    [Thread-35] [15:1:14:67] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e1666
    [Thread-35] [15:1:14:67] [BasicStep.execute:202] Executing Step : INSTANCE_CREATION
    [Thread-35] [15:1:14:67] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e1666
    [Thread-35] [15:1:14:67] [InitParamAttributes.sortParams:3562] m_sortOn:4 sortOn:4
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1698] Processing init param db_block_size
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1703] The value is 8192
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1698] Processing init param open_cursors
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1703] The value is 300
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1698] Processing init param db_domain
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1703] The value is ""
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param db_name
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is Mapping
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param control_files
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is ("D:\app\Administrator\oradata\Mapping\control01.ctl", "D:\app\Administrator\oradata\Mapping\control02.ctl", "D:\app\Administrator\oradata\Mapping\control03.ctl")
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param db_recovery_file_dest
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is D:\app\Administrator\flash_recovery_area
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param db_recovery_file_dest_size
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is 2147483648
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param compatible
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is 11.1.0.0.0
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param diagnostic_dest
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is D:\app\Administrator
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param memory_target
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is 857735168
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param processes
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is 150
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param audit_file_dest
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is D:\app\Administrator\admin\Mapping\adump
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param audit_trail
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is db
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param remote_login_passwordfile
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is EXCLUSIVE
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param dispatchers
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is "(PROTOCOL=TCP) (SERVICE=MappingXDB)"
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param undo_tablespace
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is UNDOTBS1
    [Thread-35] [15:1:14:473] [OracleHome.isRacEnabled:177] bRacOn = false
    [Thread-35] [15:1:14:473] [Host.noEntryinOratab:5562] Check made for oratab arg passed............
    [Thread-35] [15:1:14:473] [Oradim.getAddEntryCommand:355] AddEntry=[D:\app\Administrator\product\11.1.0\db_1\bin\oradim.exe, -new, -sid, MAPPING, -startmode, manual, -spfile]
    [Thread-35] [15:1:19:35] [Oradim.getEditEntryCommand:436] getEditEntry cmd=[D:\app\Administrator\product\11.1.0\db_1\bin\oradim.exe, -edit, -sid, MAPPING, -startmode, auto, -srvcstart, system]
    [Thread-35] [15:1:19:520] [Oradim.addSidToRegistry:884] oracleHomeKey: SOFTWARE\ORACLE\KEY_OraDb11g_home1
    [Thread-35] [15:1:19:520] [OracleHome.getVersion:974] OracleHome.getVersion called. Current Version: 11.1.0.6.0
    [Thread-35] [15:1:19:520] [OracleHome.getVersion:1046] Current Version From Inventory: 11.1.0.6.0
    [Thread-35] [15:1:19:520] [OracleHome.getVersion:1051] using sqlplus: D:\app\Administrator\product\11.1.0\db_1\bin\sqlplus.exe
    [Thread-35] [15:1:19:520] [CommonUtils.createPasswordFile:515] calling new orapwd for version : 11.1.0.6.0
    [Thread-35] [15:1:19:520] [OsUtilsBase.execProg:1335] beginning execProg with input array.
    [Thread-35] [15:1:19:520] [OsUtilsBase.execProg:1347] finished execProg with input array.
    [Thread-35] [15:1:19:520] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e1666
    [Thread-35] [15:1:19:520] [CloneRmanRestoreStep.executeImpl:218] Instance Creation went fine..........
    [Thread-35] [15:1:19:520] [CloneRmanRestoreStep.executeImpl:225] db_recovery_file_dest=D:\app\Administrator\flash_recovery_area
    [Thread-35] [15:1:19:520] [CloneRmanRestoreStep.executeImpl:228] db_recovery_file_dest_size=2147483648
    [Thread-35] [15:1:23:67] [SQLEngine.done:2014] Done called
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACLE not available
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
         at oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:245)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2497)
         at java.lang.Thread.run(Thread.java:595)
    [Thread-35] [15:1:23:207] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e1666
    [Thread-35] [15:1:23:207] [StepContext$ModeRunner.run:2513] oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:448)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2497)
    java.lang.Thread.run(Thread.java:595)
    [Thread-35] [15:1:24:191] [SQLEngine.done:2014] Done called
    [Thread-35] [15:1:24:191] [Host.createStepSQLInterface:6444] sid =Mapping
    [Thread-35] [15:1:24:207] [SQLEngine.getEnvParams:446] NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    [Thread-35] [15:1:24:207] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [Thread-35] [15:1:24:207] [SQLEngine.initialize:281] m_bReaderStarted: false
    [Thread-35] [15:1:24:207] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-35] [15:1:24:348] [CloneRmanRestoreStep.cancel:614] Cleaning up partially extracted files failed
    [Thread-35] [15:1:24:535] [SQLEngine.done:2014] Done called
    [Thread-35] [15:1:24:754] [CloneRmanRestoreStep.cancel:629] RMAN cleanup failed
    [Thread-35] [15:1:24:754] [CloneRmanRestoreStep.cancel:630] oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
    oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.cancel(CloneRmanRestoreStep.java:617)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.cancel(StepContext.java:2590)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2552)
    java.lang.Thread.run(Thread.java:595)
    [Thread-35] [15:1:24:754] [CloneDBCreationStep.cancel:895] CloneDBCreationStep.cancel(): nodeList= null
    [Thread-35] [15:1:24:754] [SQLEngine.reInitialize:624] Reinitializing SQLEngine...
    [Thread-35] [15:1:24:754] [SQLEngine.getEnvParams:446] NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    [Thread-35] [15:1:24:754] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [Thread-35] [15:1:24:754] [SQLEngine.initialize:281] m_bReaderStarted: false
    [Thread-35] [15:1:24:863] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-35] [15:1:24:863] [SQLEngine.initialize:334] Waiting for m_bReaderStarted to be true
    [Thread-35] [15:1:25:254] [SQLEngine.done:2014] Done called
    [Thread-35] [15:1:25:473] [OracleHome.isRacEnabled:177] bRacOn = false
    [Thread-35] [15:1:25:473] [Oradim.getRemoveEntryCommand:477] Execing D:\app\Administrator\product\11.1.0\db_1\bin\oradim.exe -delete -sid MAPPING
    [Thread-35] [15:1:27:316] [SQLEngine.done:2014] Done called
    [AWT-EventQueue-0] [15:1:30:379] [SQLEngine.done:2014] Done called
    Any help will be greatly appreciated.

    I found out from another dba that oracle takes up 1 gb of memory by default. So creating 2 databases with default settings means that 2 gb of memory was taken on a windows 32 bit server. So that means only 2 gb is available to the machine, and the server takes up more than half of that making the memory available scarce for another oracle database to be created.

  • Problems wit creating a new database on solaris wit dbca ORA 09925/ORA-1031

    Hi Oracle users,
    I'm using Oracle 10gR2 on Solaris and try to create a new database
    instance.
    I'm using dbca for that task. After making all the settings I get the error
    ORA-09925 and then ORA-1031.
    For the second error I found the advice to run te root.sh to be sure that
    all user privileges for local logins are correct.
    But tis didn't help.
    Do you have an advice for me ?
    Best regards,
    Daniel

    $ oerr ora 9925
    09925, 00000,  "Unable to create audit trail file"
    // *Cause:  ORACLE was not able to create the file being used to hold
    //          audit trail records.
    // *Action: Check the UNIX error number for a possible operating system error.
    //          If there is no error, contact ORACLE customer support.
    $                                   write permission problem or non-existent directory ?

  • 11gR2 DBCA ORA-00959: tablespace 'EXAMPLE' does not exist

    Hello everyone,
    I have searched for this specific error but found nothing on it (wonder why I am always the only one having those weird problem!!!)
    When I use DBCA, interactive graphical tool, to create a database the process won't end normally if I include example schema.
    Somewhere during the process I have an error message with the following : ORA-00959: tablespace 'EXAMPLE' does not exist. <-- well, the reason why it doesn't exist is because YOU are supposed to create it .... duh!
    Anyone have experienced the same problem?
    Database, Oracle 11gR2
    OS : Solaris 10 release 10/08
    Hardware : sparc, Sun E450
    Thank you for your time and support

    up

  • Can not create new DB with DBCA ora-12560

    My OS is Windows XP. Oracle version is 10.2.0.3.
    Try to create an instance with dbca. I got ora-12560 error when coping database files.
    So I try to create DB instance manually.
    When I run
    set ORACLE_SID=tcbom
    D:\oracle\product\10.2.0\db_1\bin\oradim.exe -new -sid TCBOM -startmode manual -spfile
    I got the following error.
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1053) The service did not respond to the start or control request in a timely fashion.
    Could you pls tell how to solve this issue?

    ipconfig -all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : sha
    Primary Dns Suffix . . . . . . . : net.plm.eds.com
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : Yes
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : net.plm.eds.com
    ugs.com
    sdrc.com
    Ethernet adapter VMware Network Adapter VMnet1:
    Connection-specific DNS Suffix . : net.plm.eds.com
    Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet1
    Physical Address. . . . . . . . . :
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.222.1
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . : net.plm.eds.com
    Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Controller
    Physical Address. . . . . . . . . :
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 121.77.119.228
    Subnet Mask . . . . . . . . . . . : 255.255.252.0
    Default Gateway . . . . . . . . . : 121.77.116.1
    DHCP Server . . . . . . . . . . . : 10.100.113.43
    DNS Servers . . . . . . . . . . . : 219.233.241.166
    211.167.97.67
    211.167.97.68
    Lease Obtained. . . . . . . . . . : 2009年4月6日 12:50:03
    Lease Expires . . . . . . . . . . : 2009年4月7日 12:08:14
    Ethernet adapter Wireless Network Connection:
    Media State . . . . . . . . . . . : Media disconnected
    Description . . . . . . . . . . . : Dell 无线 1490 双频段 WLAN Mini-Card
    Physical Address. . . . . . . . . :
    Ethernet adapter {87DAF85D-AF14-4A7D-992B-D6A928CC3565}:
    Connection-specific DNS Suffix . : net.plm.eds.com
    Description . . . . . . . . . . . : Nortel IPSECSHM Adapter - Packet Scheduler Miniport
    Physical Address. . . . . . . . . :
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 0.0.0.0
    Subnet Mask . . . . . . . . . . . : 0.0.0.0
    Default Gateway . . . . . . . . . :
    listener.ora
    # listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER10G =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sha.net.plm.eds.com)(PORT = 1521))
    )

  • Dbca: ORA-01092

    hi
    after installing the oracle software, I ran dbca to create the DB.
    However, a pop-up message appears:
    ORA-01092: Oracle instance terminated. Disconnection forced.
    the trace file shows:
    kccsga_update_ckpt: num_1 = 8, num_2 = 0, num_3 = 0, lbn_2 = 0, lbn_3 = 0
    Control file created with size 430 blocks
    *** 2007-10-24 18:04:39.488
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02494: invalid or missing maximum file size in MAXSIZE clause
    Offending statement at line 5795
    CREATE SMALLFILE UNDO TABLESPACE UNDOTBS1 DATAFILE '/sapidou1/oracle/oradata/sapidou/sapidou/undotbs01.dbf' SIZE 1000M REUSE AUTOEXTEND ON NEXT 100M MAXSIZE 4000M, '/sapidou1/oracle/oradata/sapidou/sapidou/undotbs02.dbf' SIZE 1000M AUTOEXTEND ON NEXT 100K MAXSIZE 4000K
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 5795
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02494: invalid or missing maximum file size in MAXSIZE clause
    The createDB log shows:
    ORACLE instance started.
    Total System Global Area 5251268608 bytes
    Fixed Size 2178360 bytes
    Variable Size 949797576 bytes
    Database Buffers 4294967296 bytes
    Redo Buffers 4325376 bytes
    CREATE DATABASE "SAPIDOU"
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    thanks

    Hi ,
    Have you check your alert.log? It may show you some clues on what is happening. The cause of this error are normally instance was terminated abnormally, probably due to a SHUTDOWN ABORT.
    Cheers

  • ORA-07202 sltln: invalid parameter to sltln.using dbca to create 11g

    OS:Red Hat Linux 5
    DB :11.2.0.2
    i am getting this error while creating 11g DB using DBCA ORA-07202 sltln: invalid parameter to sltln.using dbca to create

    user13549752 wrote:
    OS:Red Hat Linux 5
    DB :11.2.0.2
    i am getting this error while creating 11g DB using DBCA ORA-07202 sltln: invalid parameter to sltln.using dbca to create
    07202, 00000, "sltln: invalid parameter to sltln."
    // *Cause:  The sltln name translation routine was called with invalid
    //          arguments. The input, or output stings were either NULL or 0 length.
    // *Action: Probable internal oracle error. Contact customer support.I suspect you failed to Read The Fine Manual, Installation Guide

  • ORA-07202 sltln: invalid parameter to sltln.using

    OS:Red Hat Linux 5
    DB :11.2.0.2
    i am getting this error while creating 11g DB using DBCA ORA-07202 sltln: invalid parameter to sltln.using dbca to create

    Please check this thread (response from PavanG):
    ORA-07202 while creating DB
    Even though your DB version is 11g but this thread may help solve your problem.

  • ORA-00704: 引导程序进程失败 ORA-00600: 内部错误代码,参数: [4000], [14], [], [], [], [], [],

    KSTDUMP: End of in-memory trace dump
    ORA-00704: 引导程序进程失败
    ORA-00704: 引导程序进程失败
    ORA-00600: 内部错误代码,参数: [4000], [14], [], [], [], [], [], []
    数据库无法启动,启动时提示:ORA-01092: ORACLE 例程终止。强行断开连接

    9.2.0.1.0 + Win 2000, 9.2.0.1 是一个极不稳定的版本,没有任何理由继续使用该版本。
    allowresetlogs_corruption= TRUE
    corruptedrollback_segments= SYSSMU1$, SYSSMU2$, SYSSMU3$, SYSSMU4$, SYSSMU5$, SYSSMU6$, SYSSMU7$, SYSSMU8$, SYSSMU9$, SYSSMU10$
    你已经使用了 非正常手段的 allowresetlogs_corruption 和 corruptedrollback_segments , 这可能导致 数据字典和 segment都存在大量讹误
    Sat Oct 27 13:17:43 2012
    SMON: enabling cache recovery
    Sat Oct 27 13:17:43 2012
    Errors in file d:\oracle\admin\nmgecid\udump\nmgecid_ora_808.trc:
    ORA-00600: 内部错误代码,参数: [4000], [14], [], [], [], [], [], []
    Sat Oct 27 13:17:44 2012
    Errors in file d:\oracle\admin\nmgecid\udump\nmgecid_ora_808.trc:
    ORA-00704: 引导程序进程失败
    ORA-00704: 引导程序进程失败
    ORA-00600: 内部错误代码,参数: [4000], [14], [], [], [], [], [], []
    Sat Oct 27 13:17:44 2012
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Instance terminated by USER, pid = 808
    ORA-1092 signalled during: alter database open resetlogs...
    ORA-704 bootstrap fatal error + ORA-600[4000]
    *** SESSION ID:(9.3) 2012-10-27 13:17:39.000
    *** 2012-10-27 13:17:39.000
    *** 2012-10-27 13:17:43.000
    ksedmp: internal or fatal error
    ORA-00600: 内部错误代码,参数: [4000], [14], [], [], [], [], [], []
    Current SQL statement for this session:
    select ctime, mtime, stime from obj$ where obj# = :1引发错误的对象是 OBJ$对象,可能引发该ORA-600[4000]的块,分别是 DATAFILE 1的 380块和122块:
    BH (0x6C3FEAC8) file#: 1 rdba: 0x0040017c (1/380) class 1 ba: 0x6C3DC000
      set: 6 dbwrid: 0 obj: 56 objn: 56
      hash: [6bbf58a4,67e920f4] lru: [6c3fec88,6c3fe998]
      ckptq: [NULL] fileq: [NULL]
      st: XCURRENT md: NULL rsop: 0x00000000 tch: 0
      flags: only_sequential_access
      LRBA: [0x0.0.0] HSCN: [0xffff.ffffffff] HSUB: [255] RRBA: [0x0.0.0]
      buffer tsn: 0 rdba: 0x0040017c (1/380)
      scn: 0x0000.000000db seq: 0x01 flg: 0x06 tail: 0x00db0601
      frmt: 0x02 chkval: 0x9441 type: 0x06=trans data
    Block header dump:  0x0040017c
    Object id on Block? Y
    seg/obj: 0x38  csc: 0x00.d1  itc: 1  flg: O  typ: 1 - DATA
         fsl: 0  fnx: 0x0 ver: 0x01
    Itl           Xid                  Uba         Flag  Lck        Scn/Fsc
    0x01   0x0000.022.00000002  0x00400195.0004.17  --U-    9  fsc 0x0000.000000db
    data_block_dump,data header at 0x6c3dc044
    ===============
    buffer with tsn: 0 rdba: 0x0040017c (1/380) has already been dumped
    BH (0x6C3FE894) file#: 1 rdba: 0x0040007a (1/122) class 1 ba: 0x6C3D6000
      set: 5 dbwrid: 0 obj: 18 objn: 18
      hash: [6bbe9b2c,67e80ed4] lru: [6c3fea54,67ea4868]
      ckptq: [NULL] fileq: [NULL]
      use: [67e3c450,67e3c450] wait: [NULL]
      st: XCURRENT md: SHR rsop: 0x00000000 tch: 0
      LRBA: [0x0.0.0] HSCN: [0xffff.ffffffff] HSUB: [255] RRBA: [0x0.0.0]
      buffer tsn: 0 rdba: 0x0040007a (1/122)
      scn: 0x0bcf.c733503a seq: 0x01 flg: 0x06 tail: 0x503a0601
      frmt: 0x02 chkval: 0x4ff3 type: 0x06=trans data
    Block header dump:  0x0040007a
    Object id on Block? Y
    seg/obj: 0x12  csc: 0xbcf.c7335039  itc: 1  flg: -  typ: 1 - DATA
         fsl: 0  fnx: 0x0 ver: 0x01
    Itl           Xid                  Uba         Flag  Lck        Scn/Fsc
    0x01   0x000e.00f.000001b1  0x008010cf.0074.07  --U-    1  fsc 0x0000.c733503a

  • Sql-loader error, help!!!!

    Recently I found the following error message in the sql-loader log file.
    ora-704 , I can't find corresponding explainatino in oracle documentation. I use sql-loader 7.3 to load .dat file extracted from our ERP system. This error can't be monitored by pl/sql and quite dangerous . Please kindly help me to solve this problem.Many thanks!!

    The ora-704 error message is pretty serious. It's a boot-strap kind of message that you usually get on db startup when something is seriously wrong. What version of db are you running? If it's pre-8.0 then you might check to see if the sys.bootstrap$ table was set to unlimited extents (one of those weird issue things). Although I wouldn't suggest modifying the sys schema's objects to set the extents to something other than unlimited, this might open some doors into something else.
    If you're truly getting this:
    ORA-00704: "bootstrap process failure"
    Cause: Failure in processing bootstrap data - see accompanying
    error.
    Action: Contact your customer support representative.
    Then you really need to contact a CSR for technical help that is supported by Oracle itself.
    Good luck
    EC

  • Copy blob images into ORDIMAGE column

    Hi
    I actually have a table (TABLE1) with a blob column. Images are Stored in this table. In order to user Intermedia Image (scale method), I need to put this images into a table (TABLE2) with an ORDIMAGE type column.
    TABLE1
    ID NUMBER
    PHOTO BLOB
    TABLE2
    ID NUMBER
    PHOTO ORDSYS.ORDIMAGE
    I'm able to insert data in the new table, but the properties of the ordimage columns are not set properly and I get IMG-704 when I try to use the setProperties method of the Ordimage columns.
    Can anyone Help ?
    Thanks
    Olivier GIBERT
    null

    Here is the proc I Use to transfer from blob table named photo to ORDIMAGE table named PHOTO_TEST
    procedure blob_to_ordimage is
    cursor get_blob_cur is
    select numphoto
    , photo
    from photo
    where rownum<50;
    localImage ordsys.ordimage;
    begin
    delete from photo_test;
    FOR get_blob_rec IN get_blob_cur
    LOOP
    localImage := ordsys.ordimage(ordsys.ordsource
    (get_blob_rec.photo,null,null,
    null,null,null),null,null,null,null,null,null,null);
    localImage.setLocal();
    insert
    into photo_test
    ( numphoto
    , photo)
    values
    ( get_blob_rec.numphoto
    , localImage);
    END LOOP;
    commit;
    end;
    this proc works fine but image properties are unset.
    If I add the following command :
    localImage.setProperties;
    after the Image.setLocal, I get ORA-704.
    Can anyone help ???
    null

  • Sql@loader-704  and ORA-12154: error messages when trying to load data with SQL Loader

    I have a data base with two tables that is used by Apex 4.2. One table has 800,000 records . The other has 7 million records
    The client recently upgraded from Apex 3.2 to Apex 4.2 . We exported/imported the data to the new location with no problems
    The source of the data is an old mainframe system; I needed to make changes to the source data and then load the tables.
    The first time I loaded the data i did it from a command line with SQL loader
    Now when I try to load the data I get this message:
    sql@loader-704 Internal error: ulconnect OCISERVERATTACH
    ORA-12154: tns:could not resolve the connect identifier specified
    I've searched for postings on these error message and they all seem to say that SQL Ldr can't find my TNSNAMES file.
    I am able to  connect and load data with SQL Developer; so SQL developer is able to find the TNSNAMES file
    However SQL Developer will not let me load a file this big
    I have also tried to load the file within Apex  (SQL Workshop/ Utilities) but again, the file is too big.
    So it seems like SQL Loader is the only option
    I did find one post online that said to set an environment variable with the path to the TNSNAMES file, but that didn't work..
    Not sure what else to try or where to look
    thanks

    Hi,
    You must have more than one tnsnames file or multiple installations of oracle. What i suggest you do (as I'm sure will be mentioned in ed's link that you were already pointed at) is the following (* i assume you are on windows?)
    open a command prompt
    set TNS_ADMIN=PATH_TO_DIRECTOT_THAT_CONTAINS_CORRECT_TNSNAMES_FILE (i.e. something like set TNS_ADMIN=c:\oracle\network\admin)
    This will tell oracle use the config files you find here and no others
    then try sqlldr user/pass@db (in the same dos window)
    see if that connects and let us know.
    Cheers,
    Harry
    http://dbaharrison.blogspot.com

  • ORA-12523 while creating a database on ASM using DBCA

    HI PPL,
    I have set up am ASM instance and also configured the listener services to it.
    But when I try to create database on the configured ASM instance using DBCA , I am getting the following error
    TNS:listener could not find instance appropriate
    for the client connection
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP(Host=10.10.199.141)
    (Port=6881))(CONNECT_DATA=(SERVICE_NAME++ASM1)
    (INSTANCE_NAME=+ASM1)(UR=A)))
    I have checked the listener status and ASM instance and booth seem to be fine:
    $ lsnrctl status ASM
    LSNRCTL for HPUX: Version 10.2.0.3.0 - Production on 30-JUL-2010 12:40:17
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.199.141)(PORT=6881)))
    STATUS of the LISTENER
    Alias ASM
    Version TNSLSNR for HPUX: Version 10.2.0.3.0 - Production
    Start Date 30-JUL-2010 11:36:11
    Uptime 0 days 1 hr. 4 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /uat06/asm_home/network/admin/listener.ora
    Listener Log File /uat06/asm_home/network/log/asm.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.199.141)(PORT=6881)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "ASM" has 1 instance(s).
    Instance "ASM", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    SQL> sho parameter local
    NAME TYPE VALUE
    local_listener string ASM
    log_archive_local_first boolean TRUE
    Please help as I am new to ASM.
    OS-HP-UX
    Database;10gR2
    regards

    HI Chinar,
    I have already checke the same and made the changes as per the metalink note.
    But stil I am getting teh following error:
    $ lsnrctl status ASM
    LSNRCTL for HPUX: Version 10.2.0.3.0 - Production on 30-JUL-2010 12:40:17
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.199.141)(PORT=6881)))
    STATUS of the LISTENER
    Alias ASM
    Version TNSLSNR for HPUX: Version 10.2.0.3.0 - Production
    Start Date 30-JUL-2010 11:36:11
    Uptime 0 days 1 hr. 4 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /uat06/asm_home/network/admin/listener.ora
    Listener Log File /uat06/asm_home/network/log/asm.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.199.141)(PORT=6881)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "ASM" has 1 instance(s).
    Instance "ASM", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Why is it showing status "BLOCKED" if i check the listener status.

  • ORA-00600 Error when using DBCA

    Hello,
    I installed Oracle 9.2.0.1 on Linux Redhat 7.3. The installation says everything went fine. I attempted to create a database
    by using the dbca just to make sure things were really working.
    However,
    I receive the following error:
    ORA-00600 internal error code arguments
    [1236], [][][][][]
    From what I've read this could be some kind of general exception error, I don't know.
    I've increased the shmmax size. Anybody have any ideas?
    Thanks,
    David

    Hi,
    its very difficult to tell you reason of the error without seeing trace file.actually this error comes because of several reason.
    could you share the trace file?
    Yogi
    [email protected]

  • While creating DB using DBCA getting ORA-27102: out of memory in Linux

    Hi All,
    I am working on 11.2.0.3 oracle Redhat linux. I am getting error "ORA-27102: out of memory" while creating a new database using dbca
    Below are the DB ans OS details. Please check it and let me know what i need to do to overcome this issue.
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    $uname -a
    Linux greenlantern1a 2.6.18-92.1.17.0.1.el5 #1 SMP Tue Nov 4 17:10:53 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
    $cat /etc/sysctl.conf
    # Controls the maximum shared segment size, in bytes
    kernel.shmmax = 68719476736
    # Controls the maximum number of shared memory segments, in pages
    kernel.shmall = 4294967296
    kernel.shmall = 2097152
    kernel.shmmax = 4294967295
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    net.core.rmem_default = 4194304
    net.core.wmem_default = 262144
    net.core.rmem_max = 4194304
    net.core.wmem_max = 1048576
    fs.file-max = 6815744
    fs.aio-max-nr = 1048576
    net.ipv4.ip_local_port_range = 9000 65500
    $free -g
    total used free shared buffers cached
    Mem: 94 44 49 0 0 31
    -/+ buffers/cache: 12 81
    Swap: 140 6 133
    $ulimit -l
    32
    $ipcs -lm
    Shared Memory Limits
    max number of segments = 4096
    max seg size (kbytes) = 4194303
    max total shared memory (kbytes) = 8388608
    min seg size (bytes) = 1
    Also created a trace file under trace loction and it suggesting to changes shm parameter value. but i am not sure which parameter (shmmax or shmall) and value i need to modify.
    below are trace file info
    Trace file /u02/app/oracle/diag/rdbms/beaconpt/beaconpt/trace/beaconpt_ora_9324.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /u02/app/oracle/product/11.2.0.3
    System name: Linux
    Node name: greenlantern1a
    Release: 2.6.18-92.1.17.0.1.el5
    Version: #1 SMP Tue Nov 4 17:10:53 EST 2008
    Machine: x86_64
    Instance name: beaconpt
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Unix process pid: 9324, image: oracle@greenlantern1a
    *** 2012-02-02 11:09:53.539
    Switching to regular size pages for segment size 33554432
    Switching to regular size pages for segment size 4261412864
    skgm warning: ENOSPC creating segment of size 00000000fe000000
    fix shm parameters in /etc/system or equivalent
    Please let me what are the kernel parameter values i need to chage to work this.
    Thanks in advance.

    Yes it is same question, but i didn't have any solution there and still looking for some help. the solution it was provided in the last post is not working and getting the same error even with less thn 20% of memory. Please let me know how to overcome this issue.
    Thanks

Maybe you are looking for

  • Computer/Macbook can't detect Iphone

    I've been trying to connect my iphone to my macbook but it just would'nt be detected. I have tried different cables and computers but my iphone is still undetectable. It pretty clear that its my phone that has an issue rather than my computer. Also,

  • Missing album art work in cover flow mode

    why would i have a missing album in cover flow mode on my ipod classic, but be able to see the same album in itune on my computer. it does shows up under artist catagory, just not cover flow. i have deleted the art work and re copied it, re synced an

  • How to Create text file and ammend that file in SQL Server 2005

    HI All, I want to upload some Sql query ouput to .txt file. I have tried using the BCP command.  I am not able to create the .txt file dynamically by running this query. First create the bcptest.txt in File System and run the query, then its copying

  • Changing defaultTextFormat then setting htmlText changes defaultTextFormat back?

    Hello, So I make an instance of a display object defined in an external .swf that has a TextField. I set that TextField to a new format using setTextFormat(format) and then defaultTextFormat = format. When I set the TextField's htmlText property, the

  • Trouble saving Data Modeler design 4.0EA3

    Hello, I'm having trouble saving a Data Modeler design.  I can create and import tables into a physical model; however, when i save the model (File > Data Modeler > Save) it doesn't appear to be saved correctly since the resulting .dmd file is 0 byte