startup of the database: exit with status 9

Hello experts,

like an oracle DBA I could have solved this problem as my owm, but as it is in oracle applications, I don't want to take any chance... I use oracle apps R12 on RHEL 5.2 ACE. uptill now everything was fine, but as I try to clone my database and stop my level for cloning database, it is not upward since then.

I run preclone utility to copy the database to the target computer layer, and after copying all levels (database and applications), I try to restart the database that gives me following error...
[oracle@appsserver PROD_appsserver]$ sh addbctl.sh start PROd

You are running addbctl.sh version 120.1


Starting the database PROD ...


SQL*Plus: Release 10.2.0.2.0 - Production on Tue May 19 22:58:41 2009

Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.

Connected to an idle instance.
ORACLE instance started.

Total System Global Area 1073741824 bytes
Fixed Size                  1264892 bytes
Variable Size             427819780 bytes
Database Buffers          633339904 bytes
Redo Buffers               11317248 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced


Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options

addbctl.sh: exiting with status 9
When I checked for the log file, it says that ORA-12701: create the character of the data set is not known
parallel recovery started with 2 processes
Tue May 19 22:52:39 2009
Started redo scan
Tue May 19 22:52:39 2009
Completed redo scan
 65 redo blocks read, 4 data blocks need recovery
Tue May 19 22:52:39 2009
Started redo application at
 Thread 1: logseq 38, block 2, scn 5965098618544
Tue May 19 22:52:39 2009
Recovery of Online Redo Log: Thread 1 Group 1 Seq 38 Reading mem 0
  Mem# 0 errs 0: /oracle/PROD/db/apps_st/data/log01a.dbf
  Mem# 1 errs 0: /oracle/PROD/db/apps_st/data/log01b.dbf
Tue May 19 22:52:39 2009
Completed redo application
Tue May 19 22:52:39 2009
Completed crash recovery at
 Thread 1: logseq 38, block 67, scn 5965098638596
 4 data blocks read, 4 data blocks written, 65 redo blocks read
Tue May 19 22:52:40 2009
Thread 1 advanced to log sequence 39
Thread 1 opened at log sequence 39
  Current log# 2 seq# 39 mem# 0: /oracle/PROD/db/apps_st/data/log02a.dbf
  Current log# 2 seq# 39 mem# 1: /oracle/PROD/db/apps_st/data/log02b.dbf
Successful open of redo thread 1
Tue May 19 22:52:40 2009
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Tue May 19 22:52:40 2009
SMON: enabling cache recovery
Tue May 19 22:52:41 2009
Incremental checkpoint up to RBA [0x27.3.0], current log tail at RBA [0x27.3.0]
Tue May 19 22:52:44 2009
Successfully onlined Undo Tablespace 368.
Tue May 19 22:52:44 2009
SMON: enabling tx recovery
Tue May 19 22:52:44 2009
Errors in file */oracle/PROD/db/tech_st/10.2.0/admin/PROD_appsserver/udump/prod_ora_6272.trc:*
ORA-12701: CREATE DATABASE character set is not known
Tue May 19 22:52:44 2009
Error 12701 happened during db open, shutting down database
USER: terminating instance due to error 12701
Instance terminated by USER, pid = 6272
ORA-1092 signalled during: ALTER DATABASE OPEN...
I also have ckecked /oracle/PROD/db/tech_st/10.2.0/admin/PROD_appsserver/udump/prod_ora_6272.trc file specified in the alert log file and it says
Dump file /oracle/PROD/db/tech_st/10.2.0/admin/PROD_appsserver/udump/prod_ora_6272.trc
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
ORACLE_HOME = /oracle/PROD/db/tech_st/10.2.0
System name:    Linux
Node name:      appsserver.microproindia.com
Release:        2.6.18-92.el5
Version:        #1 SMP Tue Apr 29 13:16:12 EDT 2008
Machine:        i686
Instance name: PROD
Redo thread mounted by this instance: 1
Oracle process number: 13
Unix process pid: 6272, image: [email protected] (TNS V1-V3)

*** SERVICE NAME:() 2009-05-19 22:52:39.264
*** SESSION ID:(389.3) 2009-05-19 22:52:39.264
Successfully allocated 2 recovery slaves
Using 543 overflow buffers per recovery slave
Thread 1 checkpoint: logseq 38, block 2, scn 5965098618544
    on-disk rba: logseq 37, block 3, scn 5965098598491
  start recovery at logseq 38, block 2, scn 5965098618544
*** 2009-05-19 22:52:39.555
Started resilvering redo thread 1 seq 38: blocks 2-66
*** 2009-05-19 22:52:39.586
Completed resilvering redo thread 1 seq 38
----- Redo read statistics for thread 1 -----
Read rate (ASYNC): 32Kb in 0.26s => 0.12 Mb/sec
Total physical reads: 4096Kb
Longest record: 0Kb, moves: 0/86 (0%)
Longest LWN: 12Kb, moves: 0/7 (0%), moved: 0Mb
Last redo scn: 0x056c.db958ee3 (5965098618595)
----------------------------------------------
----- Recovery Hash Table Statistics ---------
Hash table buckets = 32768
Longest hash chain = 1
Average hash chain = 4/4 = 1.0
Max compares per lookup = 1
Avg compares per lookup = 165/169 = 1.0
----------------------------------------------
*** 2009-05-19 22:52:39.623
KCRA: start recovery claims for 4 data blocks
*** 2009-05-19 22:52:39.678
KCRA: blocks processed = 4/4, claimed = 4, eliminated = 0
*** 2009-05-19 22:52:39.679
Recovery of Online Redo Log: Thread 1 Group 1 Seq 38 Reading mem 0
----- Recovery Hash Table Statistics ---------
Hash table buckets = 32768
Longest hash chain = 1
Average hash chain = 4/4 = 1.0
Max compares per lookup = 1
Avg compares per lookup = 169/169 = 1.0
----------------------------------------------
ORA-12701: CREATE DATABASE character set is not known
What could be the problem? I am trying to open my apps from source as target is located on the same machine, I applied the following hotfixes:

1 DELTA 6
2 RUP6
3 R12. T2K. A.Delta.6 Techstack R12. T2K. For the autoconfig consilidate patch

as mentioned in metalink Doc-id 387859.1 ...

any sugestion will be highly appreciated

Thanks and greetings
VD
3.

Hello

Can you check the following to note and see it helps.

Errors at the start of the database: ' ORA-01092: ORACLE terminated instance. Forced logoff"and" "ORA-12701: CREATE DATABASE character set is not known".

https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=553264.1

Tags: Oracle Applications

Similar Questions

  • adoafmctl.sh: exit with status 204

    R12.1.3 on RH Linux 5.10.

    Just cloned this environment and thought, that everything was fine, but don't remember ever having this problem before.

    From OPMN managed Association OC4J instance...

    adoafmctl.sh: exit with status 204

    ---------------------------------+--------------------+---------+---------

    IAS-component | process type.     The NEST | status

    ---------------------------------+--------------------+---------+---------

    OC4JGroup:default_group | OC4J:OAFM |     N/A | Down

    OC4JGroup:default_group | OC4J:forms |   30195 | Alive

    OC4JGroup:default_group | OC4J:oacore |   30042 | Alive

    HTTP_Server | HTTP_Server |   29982 | Alive

    I can connect and if I wasn't paying attention, I'm not sure I would have noticed this failure at startup.

    I stop, deleted the files in $INST_TOP/ora/10.1.3/j2ee/forms/persistence/* (with 1 other directories) and autoconfig running without error.

    -Check the adoafmctl log

    VI $LOG_HOME/appl/admin/log/adoafmctl.txt

    07/05/11-15: 53:17: adoafmctl.sh: Startup managed OPMN Association OC4J instance

    opmnctl: from opmn managed the process...

    --------------------------------------------------------------------------------

    IAS-component/process-type/process-set:

    default_group/oafm/default_group.

    Error

    -> Process (index = 1, uid = 1803696026, pid = 0)

    no ports available from the port range

    Cannot start a process managed after the attempt limit maximum

    no ports available from the port range

    no ports available from the port range

    Journal:

    None

    07/05/11-15: 53:17: adoafmctl.sh: exit with status 204

    ================================================================================

    VI $LOG_HOME/ora/10.1.3/opmn/opmn.log

    15/05/07 11:53:17 [pm-process] departure: default_group ~ oafm ~ default_group ~ 1 (1803696026:0)

    15/05/07 11:53:17 [libopmnoc4j] try to get port type: rmi failed for an OC4J process

    15/05/07 11:53:17 [libopmnoc4j] try to get ports for proc: 1803696026 failed

    So now I just need a little help in how to solve it.

    Hello

    Have you checked the following document:

    After competitor Manager Started, oc4j Startup Script failed for no port available process oc4j (Doc ID 1913738.1)

    Check also the ports used by oc4j to see if another process is using.

    netstat - a | grep

    Kind regards

    Bashar

  • adstrtal.sh exit with status 4 and insufficient clues 150

    Hello

    I have a few questions

    (1) I installed R12.1.1 and after installation, I started database listener, database layer and the application with the start-up of the scripts but adstrtal.sh came out with status 4 and some clues for dating status 150. How can I proceed with this failure. Can someone of you guide me
    (2) what is the location to see the log files of all the scripts I ran (the two databases and application tier) and what is the command I give to check the State of the application tier and the database level shell scripts.
    (3) my computer is a laptop. Is that whenever I close the machine, I need to stop the services starting with applications and database before I stop the machine.
    (4) I was able to browse the linux front-end applications but not XP when I browse the URL. How can I use the services of XP?

    Hello

    See the TechNote MOS:
    * adapcctl.sh: exit with status 150 [1106795.1 ID] *.

    Thank you
    A H E E R X

  • adopmnctl.sh: exit with status 2

    Hi all

    So this weekend I cloned a new instance. Everything went correctly. No errors and all.
    But I have problem with the OPMN.

    Whenever I try to start the application or the OPMN (adstrtal.sh apps / < apps_pwd > - adopmnctl.sh start), I get the following error:
    -adopmnctl.sh: exit with status 2.

    Looking at the log file does not give much information alongside the same error code
    -adopmnctl.sh: exit with status 2.


    I looked at the perl adcfgclone.pl appsTier log file and there is no errors. Eventho not, at the end of the cfgclone, it starts applications. It seems that he failed during this phase too.


    Could someone make me notice to certain documents? It would be greatly appreciated.

    Thank you

    Felix

    Hi Felix,.

    Please check the IP address in the hosts file.

    Kind regards
    Hussein

  • We have SQL Server 2005 cluster (3 node cluster), and if we improve this nodes to 2008 R2, the databases associated with the named instance can stay to the version of SQL Server 2005?

    original title: SQL Server 2008

    We have SQL Server 2005 cluster (3 node cluster) and if we improve this nodes to 2008 R2, can the databases associated with the named instance remain to the version of SQL Server 2005, I seem to disagree with this notion, but still need to validation of the pro.

    One way I can think of to achieve this scenario changes the compatibility level to SQL Server 2005 when the node has been upgraded to SQL Server 2008, so we can upgrade databases to SQL 2008 as and when the vendors provide support for this version.

    Hello

    Here is the Vista forums

    Try the links below:

    SQL Server forums

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer/

    SQL Server TechCenter

    http://TechNet.Microsoft.com/en-us/SQLServer/bb265254.aspx

    Blogs and Forums SQL server 2008

    http://www.Microsoft.com/sqlserver/2008/en/us/forums-blogs.aspx

  • Startup of the database with log_archive off?

    It seems that the database has on log_archive but it was not configured correctly... now, when I try to start the database from sqlplus, I get this

    ORA-16019: cannot use db_recovery_file_dest with LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST

    anyone got any ideas how I can stop this?

    Thank you

    You will find the explanation of all these setting here

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14237/TOC.htm

    Is this a pfile or spfile?

    If pfile, remove
    * .log_archive_dest = "E:\nameARCHIVELOGS".

    or set as

    * .log_archive_dest_1 = "E:\nameARCHIVELOGS".

    and restart

    If spfile, do not change. using the startup pfile is xxx method posted earlier.

  • How to restore the database only with redolog, ctl and dbf files

    Hi friends,

    I had an oracle 11g database, but the server is down. So I just save only the DBF, CTL and REDOLOG files. But I couldn't save the file spfile and pwd.

    How to restore this database in the other server? How can I recreate the spfile?

    I hope someone can give me a hand.

    Thank you.

    Hello

    Thanks for all your advice.

    I try to recreate an environment equal to the original.

    I have install windows server 2003 and install the database from oracle 10.1 all default options.

    I create the directory D:\oracle\product\10.1.0\oradata\. Then I put the files (*.) CTL *. DBF, *. Log) in this directory.

    After this, I create a pfile file in: D:\oracle\product\10.1.0\db_1\database\init.ora with only the db_name and the control_file, the compatibility settings.

    Then open a CMD and create a service, set the ORACLE_SID and try to start the database:

    oradim-new - sid

    Set ORACLE_SID =

    sqlplus / as sysdba

    startup nomount pfile='D:\oracle\product\10.1.0\db_1\database\init.ora';

    change the editing of the database;

    ALTER database open;

    And, the open database

    After I install Oracle Sql Developer, and I can connect to instance and check the tables.

    But when I try to do an export of CMD, I get tracking errors:

    Export: Release 10.1.0.2.0 - Production on Jue 30 Abr 10:04:24 2015

    Copyright (c) 1982, 2004, Oracle.  All rights reserved.

    Contrase±a:

    Conectado has: Oracle Database 10 g Enterprise Edition Release 10.1.0.2.0 - product

    ion

    With partitioning, OLAP and Data Mining options

    Exportaci¾n made in el juego WE8MSWIN1252 character y el juego CARAC

    Teres AL16UTF16 NCHAR

    Exportando toda database...

    . exportando tablespace definiciones

    . exportando people

    . exportando usuario definiciones

    . exportando roles

    . exportando recursos costos

    . exportando rollback segmentos definiciones

    . exportando enlaces a the database

    . exportando sequence n·meros

    . exportando directorios alias

    . exportando espacios of numbers in context

    . exportando numbers of Ajas functions bibliotecas

    . exportando tipo p·blico sin¾nimos

    . exportando privado tipo sin¾nimos

    . exportando definiciones objetos types

    . exportando actions y objetos del sistema procedure

    . exportando actions y objetos procedure pre-sequence

    . exportando agrupamiento definiciones

    EXP-00056: is ha UN error 24324 ORACLE sown

    ORA-24324: Service Manager no inicializado

    EXP-00056: is ha UN error 24324 ORACLE sown

    ORA-24324: Service Manager no inicializado

    EXP-00056: is ha UN error 24324 ORACLE sown

    ORA-24324: Service Manager no inicializado

    EXP-00000: the exportaci¾n no ha terminado correctamente

    Someone knows this problem?

    Best regards.

  • error during the startup of the database.

    Hello

    I have the database oracle 11.2.0.1 on WIndows Xp sp3, professional version intended to test.
    I encountered a problem.
    I tried to start the instance of oracle with the command: ABCD oradim-startup-sid
    He wrong SID is not valid
    However so I tried another command: net start oracleserviceabcd
    He started correctly without errors.

    After the cut with comand sqlplus / as sysdba
    I entered the Start command to start the database
    He gave the following result:

    ORACLE instance started.

    Total System Global Area 535662592 bytes
    Bytes of size 1375792 fixed
    222298576 variable size bytes
    306184192 of database buffers bytes
    Redo buffers 5804032 bytes
    Mounted database.
    ORA-03113: end of file on communication channel
    Process ID: 3604
    Session ID: 9 serial number: 3


    What can be the problem. How should I set it

    Help

    Cherkaoui

    Run the commands below

    recover database until cancel;
    ALTER database open resetlogs;

  • Create the database fails with error ORA-01505: Error adding log files

    Hi all

    hope someone can help out me, I'm creating a database by using a SQL script, the content of the script is:
    create the testora database
    the user sys identified by oracle
    the user identified by oracle's system
    LogFile Group 1 ('/ u01/app/oracle/oradata/testora/redo01a.log ',' / u02/app/oracle/oradata/testora/redo01b.log') blocksize 512 re-use, 100 m in size.
    Group 2 ('/ u01/app/oracle/oradata/testora/redo02a.log ',' / u02/app/oracle/oradata/testora/redo02b.log') blocksize 512 re-use, 100 m in size.
    Group 3 ('/ u01/app/oracle/oradata/testora/redo03a.log ',' / u02/app/oracle/oradata/testora/redo03b.log') blocksize 512 re-use, 100 m in size.
    maxLogFiles 5
    maxlogmembers 5
    MAXDATAFILES 100
    US7ASCII character set
    AL16UTF16 national character set
    Local extended management
    DataFile ' / u01/app/oracle/oradata/testora/system01.dbf' re-use of 400 m size
    SYSAUX datafile ' / u01/app/oracle/oradata/testora/sysaux01.dbf' re-use of 400 m size
    default tablespace users
    DataFile ' / u02/app/oracle/oradata/testora/users01.dbf' size 500 m reuse autoextend on maxsize unlimited
    default temporary tablespace tempts1
    tempfile ' / u01/app/oracle/oradata/testora/temp01.dbf' size 20 m reuse autoextend on maxsize 4g
    Undo tablespace undotbs1
    DataFile ' / u01/app/oracle/oradata/testora/undotbs01.dbf' size 200 m reuse autoextend on maxsize unlimited
    ;

    It fails in the creation of the database with the following result:

    SQL > @/home/oracle/Oracle_Scripts/testora_db_script.sql
    create the testora database
    *
    ERROR on line 1:
    ORA-01092: ORACLE instance is complete. Disconnection forced
    ORA-01501: CREATE DATABASE failed
    ORA-01505: Error adding log files
    ORA-01184: logfile group 1 already exists
    Process ID: 3486
    ID of the session: 1 serial number: 3

    This is the documentation: http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_5004.htm#i2142335
    >
    If only the DB_RECOVERY_FILE_DEST initialization parameter is specified, Oracle database then creates a log file member to this place.

  • adformsctl.sh: exit with status 204

    Hello

    PROD
    R12
    AIX 5.2

    Forms Services does not open. As I have already made to remove under the action plan, but the question is the same. Please suggest me.

    RM - fr $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/*
    RM - fr $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/*
    RM - fr $INST_TOP/ora/10.1.3/j2ee/forms/persistence/*

    FYI I haven't run autoconfig

    Thank you

    You can find errors in the database log file?

    Please see if (connections E JDBC - Business Suite Application Tier fail with "java.sql.SQLException: IO exception: there is no process to read data written to a pipe.") [REF 734293.1]) help.

    Automatic configuration service is running

    Update the thread once it's done.

    Thank you
    Hussein

  • during the startup of the database, this error

    Hi guru

    yesterday I had this error and I got the solution also, once I get after restarting my machine.


    SQL> alter database open;
    alter database open
    *
    ERROR at line 1:
    ORA-16014: log 2 sequence# 573 not archived, no available destinations
    ORA-00312: online log 2 thread 1:
    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\HRM\REDO02.LOG' {code }
    
    i solve this issue by following command 
    change the database clear no archived logfile Group 2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    In addition to save or delete the old newspaper archives of the recovery area flash then

    rman target /
    crosscheck archivelog all;
    delete expired archivelog all;
    
  • Startup of the database of pfile always

    Hi all

    I need a help. I want my Oracle 10 g database should always start from pfile instead of spfile (default). Is it possible to change the configuration of database to start the database always using pfile. I use Windows 2003.

    Thank you

    See 1) the spfile parameter - note the path
    (2) create pfile from spfile;
    (3) immediate cessation;
    (4) delete spfile at the OS level
    (5) start

    Your database will now use instead of spfile pfile.
    but can I know the reason why you want to use pfile as spfile gives more benefits than pfile.

  • Need urgent help with the startup of the database

    Hi all

    I use oracle 10g on 32 bits of windower server.

    I try to start my database today and it gives me error, and that's my production database.
    I need very urgent help you. (I have no rman backup, and data are not n6cessoires so, since it is the practice of the student).
    SQL> startup open
    ORACLE instance started.
    
    Total System Global Area  524288000 bytes
    Fixed Size                   790180 bytes
    Variable Size             250343772 bytes
    Database Buffers          272629760 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    ORA-01110: data file 34: 'G:\ORACLE\DATAFILES_ACADEMY\ACADEMY'
    ORA-01115: IO error reading block from file 34 (block # 1)
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 23) Data error (cyclic redundancy check).
    Kind regards.

    Maahjoor wrote:
    Hi dear,

    I need further assistance on your side, I restarted the server, but the same problem.
    as there is a way to drop and re-create a system tablespace? given that the 34 file belong to the tablesapce system.

    concerning

    N °
    So just create a new database. Who will have every ten minutes. And to say that your students to create new storage spaces. Who will be the two minutes.

  • startup of the database under linux

    Hello
    I did something wrong
    1 - immediate shu
    2 - create pfile from spfile; have problem!
    database startup error 3 - try

    error: 10.2.0.1 control file not compatable with 10.2.0.0 I did something on controlfiles

    but this problem edit the file /u01/app/oracle/product/10.2.0/dbs/init.ora

    1. setting uncommeted compatible to = 10.2.0.1
    2-start pfile=/u01/app/oracle/product/10.2.0/dbs/init.ora

    database started good

    When I try normal databases start not work must use pfile = init.ora
    How can resolve normal startup

    Hello
    Don't know what you were doing,
    Try to do this:

    1 stop immediately;
    2. start pfile=/u01/app/oracle/product/10.2.0/dbs/init.ora.
    3. create spfile from pfile=/u01/app/oracle/product/10.2.0/dbs/init.ora;
    4. immediate cessation;
    5. starting;

    Ref: http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_6016.htm

    HTH

    Published by: rajkeshav on April 30, 2012 03:12

  • Access the database sqlite with ActionScript - pahp/asp required?

    Hello Adobe community, see if you can help me with this one:

    Do I need to script on the server side (php, asp, etc.) in order to access a database sqlite of Actionscript 3 in Flash?

    Thank you very much!

    Yes, you need to go through PHP/ASP... There is no method 'on-line'.

Maybe you are looking for

  • burn the iso on usb on mac?

    So, I have an iso file, I need to burn on a USB key for use with a windows computer. It's an image iso bootible which can be burned on a usb key. I need to burn it on a usb drive for use with a windows computer. I looked everywhere on the internet fo

  • Google is 'broken' 404 error. How to fix it.

    Google won't work. It has error code 404. I reinstalled Firefox and it was not yet in operation. How can I make it work?

  • Installation of antivirus on the new Satellite L50B

    Toshiba Hello ForumI need to install kaspersky internet security 2015 (i've got the third license) on my new laptop, but there are already installed (but not yet configured) McAfee How do you propose to do?do I need to uninstall McAfee before you beg

  • How to bind all phones to find my phone

    Find my I phone

  • Shift register clear before rerunning the VI

    I have this VI very simple read the voltage of an acquisition of data until I stop the loop, then it saves the data to a .wav file. My problem is: whenever I stop the VI, I expect the registry to shift to clear. But if I restart the VI it saves the o