Incremental checkpoint up to RBA [0xe.58bfe.0], current log tail at RBA [0x

I found the following entry in Oracle Apps R12 instance, database alert log file. I think, by default FAST_START_MTTR_TARGET is set to default ' 0 ' value. How to resolve the problem in Oracle Apps R 12 environment?
Help me.

From oracle site:
FAST_START_MTTR_TARGET enables you to specify the number of seconds the database takes to perform crash recovery of a single instance. When specified, FAST_START_MTTR_TARGET is overridden by LOG_CHECKPOINT_INTERVAL.
From "others" site:
Oracle recommends using the fast_start_mttr_target initialization parameter to control the duration of startup after instance failure. With 10g, the Oracle database can now self-tune check-pointing to achieve good recovery times with low impact on normal throughput. You no longer have to set any checkpoint-related parameters.
This method reduces the time required for cache recovery and makes the recovery bounded and predictable by limiting the number of dirty buffers and the number of redo records generated between the most recent redo record and the last checkpoint. Administrators specify a target (bounded) time to complete the cache recovery phase of recovery with the fast_start_mttr_target initialization parameter, and Oracle automatically varies the incremental checkpoint writes to meet that target.
The target_mttr field of v$instance_recovery contains the MTTR target in effect. The estimated_mttr field of v$instance_recovery contains the estimated MTTR should a crash happen right away.
For example,
SQL> SELECT TARGET_MTTR, ESTIMATED_MTTR, CKPT_BLOCK_WRITES FROM V$INSTANCE_RECOVERY;
TARGET_MTTR ESTIMATED_MTTR CKPT_BLOCK_WRITES
         37             22            209187Whenever you set fast_start_mttr_target to a nonzero value, and while MTTR advisory is ON, Oracle Corporation recommends that you disable (set to 0) the following parameters:
LOG_CHECKPOINT_TIMEOUT
LOG_CHECKPOINT_INTERVAL
FAST_START_IO_TARGETQuerying the advisor
In addition to the MTTR information in v$instance_recovery we also have an important column called optimal_logfile_size, and we can query for this value at any time. The value for optimal_logfile_size is expressed in megabytes and it changes frequently, based on the DML load on your database. For example,
SQL> SELECT OPTIMAL_LOGFILE_SIZE FROM V$INSTANCE_RECOVERY;
OPTIMAL_LOGFILE_SIZE
256          If your database is relatively stable, then you can use this suggested size and rebuild your online redo log files to match the value. We would expect that a future version of Oracle will automate this and allow for dynamic re-sizing of online redo log files, but this is an issues because many Oracle systems expect the archived redo log files to always be the same size.

Similar Messages

  • Delay record the checkpoint# in the controlfile by incremental checkpoint.

    Hi ,
    I want to make sure:
        alter system set log_checkpoints_to_alert=true;
    then
      I found , after a while , incremental checkpoint appears in the alertlog saying:
        begin checkpoint .... to RBA.....
        but for a long time , It still not write the controlfile for the checkpoint.
    Why?

    You think about it:
    Tue Aug 27 13:39:57 2013
    Beginning log switch checkpoint up to RBA [0xc.2.10], SCN: 1099698
    Thread 1 advanced to log sequence 12
      Current log# 3 seq# 12 mem# 0: /u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_3_5qd610r2_.log
      Current log# 3 seq# 12 mem# 1: /u01/app/oracle/flash_recovery_area/ORCL/onlinelog/o1_mf_3_5qd6129l_.log
    Tue Aug 27 13:44:52 2013
    Completed checkpoint up to RBA [0xc.2.10], SCN: 1099698
    Tue Aug 27 13:50:36 2013
    Incremental checkpoint up to RBA [0xc.19c1.0], current log tail at RBA [0xc.1ac4.0]
    Tue Aug 27 14:20:41 2013
    Incremental checkpoint up to RBA [0xc.2472.0], current log tail at RBA [0xc.786a.0]
    Tue Aug 27 14:48:30 2013
    ALTER SYSTEM SET fast_start_mttr_target=900 SCOPE=BOTH;
    Tue Aug 27 14:50:45 2013
    Incremental checkpoint up to RBA [0xc.12777.0], current log tail at RBA [0xc.128cb.0]
    Tue Aug 27 14:56:17 2013
    Beginning log switch checkpoint up to RBA [0xd.2.10], SCN: 1226779
    Thread 1 advanced to log sequence 13
      Current log# 2 seq# 13 mem# 0: /u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_2_5qd60xf3_.log
      Current log# 2 seq# 13 mem# 1: /u01/app/oracle/flash_recovery_area/ORCL/onlinelog/o1_mf_2_5qd60z37_.log
    Tue Aug 27 14:57:40 2013
    Thread 1 cannot allocate new log, sequence 14
    Private strand flush not complete
      Current log# 2 seq# 13 mem# 0: /u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_2_5qd60xf3_.log
      Current log# 2 seq# 13 mem# 1: /u01/app/oracle/flash_recovery_area/ORCL/onlinelog/o1_mf_2_5qd60z37_.log
    Beginning log switch checkpoint up to RBA [0xe.2.10], SCN: 1226840
    Thread 1 advanced to log sequence 14
      Current log# 1 seq# 14 mem# 0: /u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_1_5qd60t2s_.log
      Current log# 1 seq# 14 mem# 1: /u01/app/oracle/flash_recovery_area/ORCL/onlinelog/o1_mf_1_5qd60vr7_.log
    Tue Aug 27 14:58:27 2013
    Thread 1 cannot allocate new log, sequence 15
    Checkpoint not complete
      Current log# 1 seq# 14 mem# 0: /u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_1_5qd60t2s_.log
      Current log# 1 seq# 14 mem# 1: /u01/app/oracle/flash_recovery_area/ORCL/onlinelog/o1_mf_1_5qd60vr7_.log
    Tue Aug 27 14:58:30 2013
    Completed checkpoint up to RBA [0xd.2.10], SCN: 1226779
    Tue Aug 27 14:58:32 2013
    Thread 1 cannot allocate new log, sequence 15
    Private strand flush not complete
      Current log# 1 seq# 14 mem# 0: /u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_1_5qd60t2s_.log
      Current log# 1 seq# 14 mem# 1: /u01/app/oracle/flash_recovery_area/ORCL/onlinelog/o1_mf_1_5qd60vr7_.log
    Beginning log switch checkpoint up to RBA [0xf.2.10], SCN: 1226899
    Thread 1 advanced to log sequence 15
      Current log# 3 seq# 15 mem# 0: /u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_3_5qd610r2_.log
      Current log# 3 seq# 15 mem# 1: /u01/app/oracle/flash_recovery_area/ORCL/onlinelog/o1_mf_3_5qd6129l_.log
    Tue Aug 27 15:02:39 2013
    Completed checkpoint up to RBA [0xe.2.10], SCN: 1226840
    Tue Aug 27 15:03:54 2013
    Completed checkpoint up to RBA [0xf.2.10], SCN: 1226899
    Tue Aug 27 15:20:49 2013
    Incremental checkpoint up to RBA [0xf.801.0], current log tail at RBA [0xf.92b.0]
    Tue Aug 27 15:42:00 2013
    At SCN: 1226779
    Begin the incremental checkpoint  at that SCN( Tue Aug 27 14:56:17 2013). At the db buffer cache, there must be some dirty block had not been writen into the disk.(Incremental Checkpoint)
    1226779 should not be recorded at the controlfile.
    After a while, (Tue Aug 27 14:58:30 2013). While happening some dirty block writing events, At the db buffer cache, all blocks became dirty before SCN 1226779,
    had been totally written into the disk.
    1226779 may have been record at the controlfile.

  • Incremental checkpoint and SCN

    Hi,
    I am getting messages of incremental checkpoint in my alert logs with some scn.
    >
    Completed checkpoint up to RBA [0x125de6.2.10], SCN: 445135162445
    >
    Does this mean that all dirty blocks which have had their initial changes before this SCN(445135162445) will be written to disk so that instance recovery can begin from the SCN from which checkpoint has completed.Or is it the other way like the incremental checkpoint has occured at scn 445135162445.
    Sekar

    user13485610 wrote:
    As per my knowledge, the checkpoint is classified as below (correct me if I am wrong somewhere)
    Checkpoint types can be divided as INCREMENTAL and COMPLETE.
    Also COMPLETE CHECKPOINT can be divided further into
    PARTIAL and FULL.
    It would be convenient to have a reference to the documents where you picked up this information. There may be further reading in them that clarifies the meaning. The terms have been around for a long time, of course, but it's always hard to get any sort of definitive description together - in your case, for example, you don't make any comment about which checkpoints lead to high priority writes and which to low, but the description of any type of checkpoint isi incomplete without some reference to the write priority.
    As far as classifying checkpoints by name - I'm not too concerned that there is still some confusion in the different way that people name or categorise them, provided that they can describe what's going on to ensure that there is no ambiguity. In this context I think there are only options to consider:
    a) does the particular type of checkpoint walk along the checkpoint queue (CKPTQ) in order to pick the blocks that need to be written to disc.
    b) does the particular type of checkpoint use a different queue (such as an object queue or file queue) to pick the blocks that need to be written to disc.
    c) is there any other mechanism for picking the blocks to be written - such as walking the LRU and identifying all dirty blocks.
    To my mind, an incremental checkpoint should probably have a definition that says it walks the checkpoint queue.
    I dislike the term "complete" if it then leads to the option for "partial" - how much clarity can you read into the statement "at this point Oracle does a partial complete checkpoint" (or should that be a "complete partial checkpoint") - but I can understand the need for a term of that sort to distinguish a checkpoint that is based on one of the other queues.
    But my doubt is mentioned below.
    2.At the time of log switch - Sometimes log switches may trigger a complete checkpoint , if the
    next log where the log switch is to take place is Active.
    Why is this behaves in this fashion? (Any internal thoughts on this please)This, in part, is why I'd like to see the reference document - I think that the term "complete" may have been given a different meaning at this point. If the logfile you want to use is still active checkpoint activity MUST take place urgently, but it need only be a checkpoint that walks the CKPTQ up to the point where the content of the target redo log can be discarded. This is no different from any other checkpointing due to log file switch - but it could have a higher degree of urgency. (The need to differentiate this special case on log file switch probably came about at the time that Oracle stopped triggering an automatic checkpoint at every log file switch.)
    Regards
    Jonathan Lewis

  • Incremental Checkpoints

    Hi,
    I have a Oracle 10.2.0.4 Standard Edition database with a manual physical standby on a remote server. To synchronize my stnadby, I'm forcing a log switch then I copy the archive log on the standby site for recovery.
    I'm having several "Checkpoint not complete" in the alert log and I found the reason: when you switch the log, there's only an incremental checkpoint not a full one... so when I force the switch and the system wants to recycle the first log (the one where the last full checkpoint occurs), I'm getting the warning because the database must complete the checkpoint.
    My question: Is performing a "ALTER SYSTEM CHECKPOINT" before my log switch the solution to my problem or is there a better way to do so?
    Thanks
    Christophe

    Hi Pavan,
    I don't think there's any link with slow IO: as I said, the system is doing nothing and the archived logs are from 500K to 1.2M, with my redologs being at 50M.
    For the FAST_START_MTTR_TARGET, I tested it with a value of 30 secondes and it does complete incremental checkpoint.
    Here's an example of what is happening:
    SQL> alter system checkpoint;
    System altered.
    SQL> select * from v$sysstat where name like '%background checkpoint%';
    STATISTIC# NAME                                                                  CLASS      VALUE
           166 background checkpoints started                                            8          2
           167 background checkpoints completed                                          8          2
    SQL> alter system switch logfile;
    System altered.
    SQL> select * from v$sysstat where name like '%background checkpoint%';
    STATISTIC# NAME                                                                  CLASS      VALUE
           166 background checkpoints started                                            8          3
           167 background checkpoints completed                                          8          2
    SQL> alter system switch logfile;
    System altered.
    SQL> select * from v$sysstat where name like '%background checkpoint%';
    STATISTIC# NAME                                                                  CLASS      VALUE
           166 background checkpoints started                                            8          4
           167 background checkpoints completed                                          8          2
    SQL> alter system checkpoint;
    System altered.
    SQL> select * from v$sysstat where name like '%background checkpoint%';
    STATISTIC# NAME                                                                  CLASS      VALUE
           166 background checkpoints started                                            8          5
           167 background checkpoints completed                                          8          5I think, that in my case, the only option is to force a checkpoint before I force the switch to avoid the system to issue a "Checkpoint not complete" with all the transactions stopped while it complete the checkpoint.
    Thanks
    Christophe

  • What is the difference between full checkpoint and incremental checkpoint?

    What is the difference between full checkpoint and incremental checkpoint?
    And what is checkpoint queue?
    Can someone clarify these concepts?
    Thanks!

    Hi,
    there are different types of checkpoints:
    - Full checkpoint:
    => DBWR writes all dirty buffers from the Buffer cache to the datafiles and CKPT retrieves a new Checkpoint Change Number from a sys owned sequence and writes this number to all file headers and the controlfile.
    -- can be triggered by different events, like a logswitch, a manual checkpoint (alter system ..), a shutdown and so on
    This is the setup point for SMON for a crash recovery.
    - Partial checkpoint:
    => DBWR writes all dirty buffers of a singel tablespace from the Buffer cache to the datafiles and CKPT retrieves a new Checkpoint Change Number from a sys owned sequence and writes this number to all file headers and the controlfile.
    -- can e triggered by an ALTER TABLESPACE OFFLINE, ALTER TABLESPACE READ ONLY, ALTER TABLESPACE BEGIN BACKUP statement.
    Incremental checkpoint:
    number to all file headers and the controlfile.
    -- can be triggered by different events, like a logswitch, a manual checkpoint (alter system ..), a shutdown and so on
    - Partial checkpoint:
    => DBWR writes all dirty buffers of a single tablespace from the Buffer cache to the datafiles and CKPT retrieves a new Checkpoint Change Number from a sys owned sequence and writes this number to all file headers and the controlfile.
    -- frequency is determined by FAST_START_MTTR_TARGET parameter (new feature to Oracle 9i), with wich you can specify a time in seconds which SMON is allowed to take maximal for a Crash Recovery until the database must be open again.
    Dapending on the system you have SMON must calculate the maximum number of Redolog-blocks which it can manage to recover in the specified number of seconds. It will then create so called incremental checkpoints which will be tracked in the so called checkpoint queue in memory.
    FAST_START_MTTR_TARGET is auto-tuned in Oracle 10g and Oracle tries to manage (incremental) checkpoint in a fashion that a minimum of I/Os are caused and a minimum time for crash recovery is needed.
    If you set LOG_CHECKPOINTS_TO_ALERT to TRUE you will find checkpoint information in the alertSID.log file. You will see FULL and INCREMENTAL checkpoints then.
    Hope this clarifies your question,
    Lutz Hartmann

  • File does not exist portal oa_html appslogin r12

    Hi Team,
    I am unable to getting log in page after change apps,system and sys passwd .Could you please help me ...
    Error:  file does not exist portal oa_html appslogin r12
    due to above error am not able to getting EBS login page..
    db version:11.2.0.3
    apps:R12.1.2
    OS:  2.6.18-348.6.1.0.1.el5 #1 SMP Tue May 21 16:20:58 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux
    Regards
    Madhu.

    Hi Hussein,
    Good Morning.
    1)Using FNDCPASS we  changed apps passwd with no errors
    2)Single node---->Autoconfig completed successfully
    3   )Error Message:
    [Tue Dec 24 03:26:34 2013] [error] [client 172.28.0.101] [ecid: 1387826794:10.135.7.30:30572:0:19,0] File does not exist: /dbgale/inst/apps/DBGALE_bgaebs30/portal/OA_HTML/AppsLogin
    [Tue Dec 24 03:28:02 2013] [error] [client 172.28.0.101] [ecid: 1387826882:10.135.7.30:30572:0:20,0] File does not exist: /dbgale/inst/apps/DBGALE_bgaebs30/portal/OA_HTML/jsp/fnd/aoljtest.jsp
    [Tue Dec 24 04:15:26 2013] [error] [client 172.28.0.101] [ecid: 1387829726:10.135.7.30:31116:0:14,0] File does not exist: /dbgale/inst/apps/DBGALE_bgaebs30/portal/OA_HTML/AppsLogin
    4)
    WARNING: inbound connection timed out (ORA-3136)--------------Regular issue
    Tue Dec 24 04:48:32 2013
    Incremental checkpoint up to RBA [0xe.ce5b3.0], current log tail at RBA [0xe.e70c0.0]
    Tue Dec 24 04:52:41 2013
    Beginning log switch checkpoint up to RBA [0xf.2.10], SCN: 10148139644984
    Thread 1 advanced to log sequence 15 (LGWR switch)
      Current log# 7 seq# 15 mem# 0:
      Current log# 7 seq# 15 mem# 1:
    Tue Dec 24 04:54:16 2013
    Completed checkpoint up to RBA [0xf.2.10], SCN: 10148139644984
    Thanks
    Madhu.

  • Managers not coming up

    I am having trouble with my managers in release 12.1.1. I am running a fresh install.
    After running adcmctl.sh start the internal manager 'seems' to stay up for a few seconds (I see it coming up in the sysadmin --> concurrent --> manager --> administer) but crashes without actually starting any processes or requests (there are none in queue anymore btw).
    I read the following error(s) in the manager's log:
    ========================================================================
    Starting VIS_0812@VIS Internal Concurrent Manager -- shell process ID 26535
    logfile=/d01/oracle/VIS/inst/apps/VIS_ebsinstance/logs/appl/conc/log/VIS_0812.mgr
    PRINTER=noprint
    mailto=applmgr
    restart=N
    diag=N
    sleep=30
    pmon=4
    quesiz=1
    Reviver is ENABLED
    expr: syntax error
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 12-AUG-2010 00:45:54 -
    Shutting down Internal Concurrent Manager : 12-AUG-2010 00:45:55
    List of errors encountered:
    _ 1 _
    Error in DBMS lock request by handle. (ROUTINE=AFPGMG) (REASON=afpdlrh
    received an unsuccessful result from PL/SQL procedure or function
    FND_DCP.Check_Process_Status_By_Handle.
    Routine FND_DCP.CHECK_PROCESS_STATUS_BY_HANDLE received a result code
    of 5 fr
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    expr: syntax error
    sh: mail: not found
    The VIS_0812@VIS internal concurrent manager has terminated with status 1 - giving up.
    Does anyone have an idea what's going on here?
    Running CMCLEAN.sql gives the following error:
    SQL> @/mnt/hgfs/shared/cmclean.sql
    DOC>
    DOC> WARNING : Do not run this script without explicit instructions
    DOC>          from Oracle Support
    DOC>
    DOC>
    DOC> *** Make sure that the managers are shut down     ***
    DOC> *** before running this script               ***
    DOC>
    DOC> *** If the concurrent managers are NOT shut down, ***
    DOC> *** exit this script now !!               ***
    DOC>
    DOC>#
    If you wish to continue type the word 'dual': dual
    -- Updating invalid process status codes in FND_CONCURRENT_PROCESSES
    Manager short name Process id Status code
    FNDICM               2028098 A
    FNDCRM               2028111 A
    RCVOLTM14          2028102 A
    RCVOLTM           2028101 A
    OAMCOLMGR          2028115 A
    WFALSNRSVC          2028110 A
    WFMLRSVC          2028109 A
    WFWSSVC           2028108 A
    FNDCPOPP          2028107 A
    DownloadProcessorNor     2028106 A
    malMode
    FFTM               2028100 A
    UPDATE     fnd_concurrent_processes
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [13013], [5001], [3259613],
    [855663735], [13], [855663735], [17], [], [], [], [], []
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    I have searched google and the OTN forums for days now but can't find the answer to any of these errors. Who can help?

    'd oh...... a typo indeed, but in my sql statement. I'm deeply ashamed. The right output should be:
    SQL> select owner, object_name, status
    2 from dba_objects
    3 where object_name = 'FND_CONCURRENT_PROCESSES';
    OWNER
    OBJECT_NAME
    STATUS
    APPLSYS
    FND_CONCURRENT_PROCESSES
    VALID
    APPS
    FND_CONCURRENT_PROCESSES
    VALID
    OWNER
    OBJECT_NAME
    STATUS
    still looking for the logfile. Will get back to that later.
    Update:
    Logfile found. Rebooted my db and the logfile shows:
    DB Logfile:Fri Aug 13 01:47:23 2010Stopping background process SMCO
    Stopping background process FBDA
    Shutting down instance: further logons disabled
    Fri Aug 13 01:47:26 2010
    Stopping background process CJQ0
    Stopping background process QMNC
    Stopping background process MMNL
    Stopping background process MMON
    Shutting down instance (immediate)
    License high water mark = 3
    ALTER DATABASE CLOSE NORMAL
    Fri Aug 13 01:47:33 2010
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Fri Aug 13 01:47:40 2010
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thread 1 closed at log sequence 14
    Successful close of redo thread 1
    Fri Aug 13 01:47:56 2010
    Completed: ALTER DATABASE CLOSE NORMAL
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Fri Aug 13 01:48:00 2010
    Stopping background process VKTM:
    Fri Aug 13 01:48:13 2010
    Instance shutdown complete
    Fri Aug 13 01:50:00 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Fri Aug 13 01:50:14 2010
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as /d01/oracle/VIS/db/tech_st/11.1.0/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =44
    Fri Aug 13 01:50:27 2010
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in client-side pfile /d01/oracle/VIS/db/tech_st/11.1.0/dbs/initVIS.ora on machine ebsinstance
    System parameters with non-default values:
    processes = 200
    sessions = 400
    timed_statistics = TRUE
    shared_pool_size = 400M
    shared_pool_reserved_size= 40M
    nls_language = "american"
    nls_territory = "america"
    nls_sort = "binary"
    nls_date_format = "DD-MON-RR"
    nls_numeric_characters = ".,"
    nls_comp = "binary"
    nls_length_semantics = "BYTE"
    sga_target = 1G
    control_files = "/d01/oracle/VIS/db/apps_st/data/cntrl01.dbf"
    control_files = "/d01/oracle/VIS/db/apps_st/data/cntrl02.dbf"
    control_files = "/d01/oracle/VIS/db/apps_st/data/cntrl03.dbf"
    db_block_checksum = "TRUE"
    db_block_size = 8192
    compatible = "11.1.0"
    log_buffer = 10485760
    log_checkpoint_interval = 100000
    log_checkpoint_timeout = 1200
    db_files = 512
    log_checkpoints_to_alert = TRUE
    dml_locks = 10000
    undo_management = "AUTO"
    undo_tablespace = "UNDO_TBS"
    db_block_checking = "FALSE"
    sec_case_sensitive_logon = FALSE
    session_cached_cursors = 500
    utl_file_dir = "/usr/tmp"
    utl_file_dir = "/usr/tmp"
    utl_file_dir = "/d01/oracle/VIS/db/tech_st/11.1.0/appsutil/outbound/VIS_ebsinstance"
    utl_file_dir = "/usr/tmp"
    plsql_native_library_dir = "/d01/oracle/VIS/db/tech_st/11.1.0/plsql/nativelib"
    plsql_native_library_subdir_count= 149
    plsql_code_type = "INTERPRETED"
    plsql_optimize_level = 2
    job_queue_processes = 2
    systemtrig_enabled = TRUE
    cursor_sharing = "EXACT"
    parallel_min_servers = 0
    parallel_max_servers = 8
    db_name = "VIS"
    open_cursors = 600
    ifile = "/d01/oracle/VIS/db/tech_st/11.1.0/dbs/VIS_ebsinstance_ifile.ora"
    sortelimination_cost_ratio= 5
    btree_bitmap_plans = FALSE
    fastfull_scan_enabled = FALSE
    query_rewrite_enabled = "true"
    indexjoin_enabled = FALSE
    sqlexecprogression_cost= 2147483647
    likewith_bind_as_equality= TRUE
    pga_aggregate_target = 1G
    workarea_size_policy = "AUTO"
    optimizerautostats_job = FALSE
    optimizer_secure_view_merging= FALSE
    aq_tm_processes = 1
    olap_page_pool_size = 4M
    diagnostic_dest = "/d01/oracle/VIS/db/tech_st/11.1.0/admin/VIS_ebsinstance"
    tracefiles_public = TRUE
    max_dump_file_size = "20480"
    Fri Aug 13 01:50:33 2010
    WARNING:Oracle instance running on a system with low open file descriptor
    limit. Tune your system to increase this limit to avoid
    severe performance degradation. Current limit = 992
    PMON started with pid=2, OS id=3450
    Fri Aug 13 01:50:34 2010
    VKTM started with pid=3, OS id=3452
    VKTM running at (100ms) precision
    Fri Aug 13 01:50:35 2010
    DIAG started with pid=4, OS id=3458
    Fri Aug 13 01:50:35 2010
    DBRM started with pid=5, OS id=3462
    Fri Aug 13 01:50:35 2010
    PSP0 started with pid=6, OS id=3464
    Fri Aug 13 01:50:35 2010
    DIA0 started with pid=7, OS id=3466
    Fri Aug 13 01:50:36 2010
    MMAN started with pid=8, OS id=3468
    Fri Aug 13 01:50:37 2010
    DBW0 started with pid=9, OS id=3470
    Fri Aug 13 01:50:38 2010
    LGWR started with pid=10, OS id=3472
    Fri Aug 13 01:50:38 2010
    CKPT started with pid=11, OS id=3474
    Fri Aug 13 01:50:38 2010
    SMON started with pid=12, OS id=3476
    Fri Aug 13 01:50:38 2010
    RECO started with pid=13, OS id=3479
    Fri Aug 13 01:50:39 2010
    MMON started with pid=14, OS id=3481
    Fri Aug 13 01:50:39 2010
    MMNL started with pid=15, OS id=3483
    Fri Aug 13 01:50:39 2010
    ORACLE_BASE not set in environment. It is recommended
    that ORACLE_BASE be set in the environment
    Fri Aug 13 01:50:40 2010
    ALTER DATABASE MOUNT
    Setting recovery target incarnation to 2
    Successful mount of redo thread 1, with mount id 280699184
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE MOUNT
    Fri Aug 13 01:50:45 2010
    ALTER DATABASE OPEN
    Fri Aug 13 01:50:50 2010
    Thread 1 opened at log sequence 14
    Current log# 2 seq# 14 mem# 0: /d01/oracle/VIS/db/apps_st/data/log2.dbf
    Successful open of redo thread 1
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Fri Aug 13 01:50:50 2010
    SMON: enabling cache recovery
    Fri Aug 13 01:50:53 2010
    Incremental checkpoint up to RBA [0xe.76b5.0], current log tail at RBA [0xe.76b5.0]
    Fri Aug 13 01:51:01 2010
    Successfully onlined Undo Tablespace 18.
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    Fri Aug 13 01:51:01 2010
    SMON: enabling tx recovery
    Database Characterset is AL32UTF8
    Opening with internal Resource Manager plan
    Fri Aug 13 01:51:24 2010
    Starting background process FBDA
    Fri Aug 13 01:51:24 2010
    FBDA started with pid=17, OS id=3498
    Fri Aug 13 01:52:14 2010
    replication_dependency_tracking turned off (no async multimaster replication found)
    Fri Aug 13 01:52:42 2010
    Starting background process QMNC
    Fri Aug 13 01:52:42 2010
    QMNC started with pid=18, OS id=3511
    Fri Aug 13 01:59:23 2010
    Completed: ALTER DATABASE OPEN
    >
    so, no ORA-00600 errors there.
    Edited by: Snowgasm on 13-aug-2010 10:51
    >SQL> @cmclean.sql
    DOC>
    DOC> WARNING : Do not run this script without explicit instructions
    DOC>          from Oracle Support
    DOC>
    DOC>
    DOC> *** Make sure that the managers are shut down     ***
    DOC> *** before running this script               ***
    DOC>
    DOC> *** If the concurrent managers are NOT shut down, ***
    DOC> *** exit this script now !!               ***
    DOC>
    DOC>#
    If you wish to continue type the word 'dual': dual
    -- Updating invalid process status codes in FND_CONCURRENT_PROCESSES
    Manager short name Process id Status code
    FNDICM               2028098 A
    FNDCRM               2028111 A
    RCVOLTM14          2028102 A
    RCVOLTM           2028101 A
    OAMCOLMGR          2028115 A
    WFALSNRSVC          2028110 A
    WFMLRSVC          2028109 A
    DownloadProcessorNor     2028106 A
    malMode
    FFTM               2028100 A
    WFWSSVC           2028108 A
    FNDCPOPP          2028107 A
    UPDATE     fnd_concurrent_processes
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [13013], [5001], [3259613],
    [855663735], [13], [855663735], [17], [], [], [], [], []
    >
    Now when I check the logfile for the DB again I see the following entry added:
    >Fri Aug 13 02:01:38 2010
    Starting background process SMCO
    Fri Aug 13 02:01:38 2010
    SMCO started with pid=16, OS id=3587
    Fri Aug 13 02:02:20 2010
    Starting background process CJQ0
    Fri Aug 13 02:02:20 2010
    CJQ0 started with pid=24, OS id=3599
    Fri Aug 13 02:04:11 2010
    Errors in file /d01/oracle/VIS/db/tech_st/11.1.0/admin/VIS_ebsinstance/diag/rdbms/vis/VIS/trace/VIS_ora_3617.trc (incident=12997):
    ORA-00600: internal error code, arguments: [13013], [5001], [3259613], [855663735], [13], [855663735], [17], [], [], [], [], []
    Incident details in: /d01/oracle/VIS/db/tech_st/11.1.0/admin/VIS_ebsinstance/diag/rdbms/vis/VIS/incident/incdir_12997/VIS_ora_3617_i12997.trc
    Fri Aug 13 02:05:00 2010
    Trace dumping is performing id=[cdmp_20100813020500]
    Fri Aug 13 02:05:03 2010
    Sweep Incident[12997]: completed
    >
    Edited by: Snowgasm on 13-aug-2010 11:06
    Edited by: Snowgasm on 13-aug-2010 11:09

  • ORA-00060: Deadlock detected

    I getting error as "ORA-00060: Deadlock detected. More info in file /d01/oracle/VIS/db/tech_st/10.2.0/.................". Following are my observations on the occurence of this error.
    The deadlock is encountered first time when trying to login to applications. I have R12 vision instance on linux.
    Following the content of the alert_VIS.log file
    Mon Jun 15 04:41:41 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as /d01/oracle/VIS/db/tech_st/10.2.0/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =44
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.3.0.
    System parameters with non-default values:
    tracefiles_public = TRUE
    processes = 200
    sessions = 400
    timed_statistics = TRUE
    shared_pool_size = 419430400
    shared_pool_reserved_size= 41943040
    nls_language = american
    nls_territory = america
    nls_sort = binary
    nls_date_format = DD-MON-RR
    nls_numeric_characters = .,
    nls_comp = binary
    nls_length_semantics = BYTE
    sga_target = 1073741824
    control_files = /d01/oracle/VIS/db/apps_st/data/cntrl01.dbf, /d01/oracle/VIS/db/apps_st/data/cntrl02.dbf, /d01/oracle/VIS/db/apps_st/data/cntrl03.dbf
    db_block_checksum = TRUE
    db_block_size = 8192
    compatible = 10.2.0
    log_buffer = 14251008
    log_checkpoint_interval = 100000
    log_checkpoint_timeout = 1200
    db_files = 512
    log_checkpoints_to_alert = TRUE
    dml_locks = 10000
    undo_management = AUTO
    undo_tablespace = APPS_UNDOTS1
    db_block_checking = FALSE
    O7_DICTIONARY_ACCESSIBILITY= FALSE
    session_cached_cursors = 500
    utl_file_dir = /usr/tmp, /usr/tmp, /d01/oracle/VIS/db/tech_st/10.2.0/appsutil/outbound/VIS_oracleebsr12, /usr/tmp
    plsql_native_library_dir = /d01/oracle/VIS/db/tech_st/10.2.0/plsql/nativelib
    plsql_native_library_subdir_count= 149
    plsql_code_type = native
    plsql_optimize_level = 2
    job_queue_processes = 2
    systemtrig_enabled = TRUE
    cursor_sharing = EXACT
    parallel_min_servers = 0
    parallel_max_servers = 8
    background_dump_dest = /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/bdump
    user_dump_dest = /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/udump
    max_dump_file_size = 20480
    core_dump_dest = /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/cdump
    db_name = VIS
    open_cursors = 600
    ifile = /d01/oracle/VIS/db/tech_st/10.2.0/dbs/VIS_oracleebsr12_ifile.ora
    sortelimination_cost_ratio= 5
    btree_bitmap_plans = FALSE
    fastfull_scan_enabled = FALSE
    sqlexecprogression_cost= 2147483647
    likewith_bind_as_equality= TRUE
    pga_aggregate_target = 1073741824
    workarea_size_policy = AUTO
    optimizer_secure_view_merging= FALSE
    aq_tm_processes = 1
    olap_page_pool_size = 4194304
    Mon Jun 15 04:42:05 2009
    WARNING:Oracle instance running on a system with low open file descriptor
    limit. Tune your system to increase this limit to avoid
    severe performance degradation.
    PSP0 started with pid=3, OS id=6824
    PMON started with pid=2, OS id=6822
    MMAN started with pid=4, OS id=6826
    DBW0 started with pid=5, OS id=6828
    CKPT started with pid=7, OS id=6832
    SMON started with pid=8, OS id=6834
    RECO started with pid=9, OS id=6836
    CJQ0 started with pid=10, OS id=6838
    LGWR started with pid=6, OS id=6830
    MMON started with pid=11, OS id=6840
    MMNL started with pid=12, OS id=6842
    Mon Jun 15 04:42:19 2009
    ALTER DATABASE MOUNT
    Mon Jun 15 04:42:25 2009
    Setting recovery target incarnation to 2
    Mon Jun 15 04:42:27 2009
    Successful mount of redo thread 1, with mount id 243370348
    Mon Jun 15 04:42:27 2009
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Mon Jun 15 04:42:28 2009
    ALTER DATABASE OPEN
    Mon Jun 15 04:42:48 2009
    Thread 1 opened at log sequence 16
    Current log# 3 seq# 16 mem# 0: /d01/oracle/VIS/db/apps_st/data/log3.dbf
    Successful open of redo thread 1
    Mon Jun 15 04:42:48 2009
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Mon Jun 15 04:42:48 2009
    SMON: enabling cache recovery
    Mon Jun 15 04:42:48 2009
    Incremental checkpoint up to RBA [0x10.a779.0], current log tail at RBA [0x10.a779.0]
    Mon Jun 15 04:43:01 2009
    Successfully onlined Undo Tablespace 18.
    Mon Jun 15 04:43:01 2009
    SMON: enabling tx recovery
    Mon Jun 15 04:43:04 2009
    Database Characterset is UTF8
    Mon Jun 15 04:43:18 2009
    replication_dependency_tracking turned off (no async multimaster replication found)
    Mon Jun 15 04:43:44 2009
    Starting background process QMNC
    QMNC started with pid=14, OS id=6884
    Mon Jun 15 04:46:48 2009
    Completed: ALTER DATABASE OPEN
    Mon Jun 15 05:03:23 2009
    Incremental checkpoint up to RBA [0x10.b1bd.0], current log tail at RBA [0x10.b1f3.0]
    Mon Jun 15 05:23:33 2009
    Incremental checkpoint up to RBA [0x10.b5b3.0], current log tail at RBA [0x10.b5c2.0]
    Mon Jun 15 05:45:12 2009
    Incremental checkpoint up to RBA [0x10.b7b0.0], current log tail at RBA [0x10.fbce.0]
    This is upto the point where all DB and application services has been started.
    Once trying to login to applications following content got appended to the log file
    Mon Jun 15 05:53:39 2009
    ORA-00060: Deadlock detected. More info in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/udump/vis_ora_8149.trc.
    Mon Jun 15 05:53:51 2009
    ORA-00060: Deadlock detected. More info in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/udump/vis_ora_8149.trc.
    Mon Jun 15 05:54:02 2009
    ORA-00060: Deadlock detected. More info in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/udump/vis_ora_8149.trc.
    Mon Jun 15 05:54:12 2009
    ORA-00060: Deadlock detected. More info in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/udump/vis_ora_8149.trc.
    Mon Jun 15 05:54:22 2009
    ORA-00060: Deadlock detected. More info in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/udump/vis_ora_8149.trc.
    Mon Jun 15 05:54:28 2009
    ORA-00060: Deadlock detected. More info in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/udump/vis_ora_8149.trc.
    Mon Jun 15 05:54:35 2009
    ORA-00060: Deadlock detected. More info in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/udump/vis_ora_8149.trc.
    Mon Jun 15 05:54:42 2009
    ORA-00060: Deadlock detected. More info in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/udump/vis_ora_8149.trc.
    Mon Jun 15 05:59:06 2009
    Process J000 died, see its trace file
    Mon Jun 15 05:59:11 2009
    kkjcre1p: unable to spawn jobq slave process
    Mon Jun 15 05:59:11 2009
    Errors in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/bdump/vis_cjq0_6838.trc:
    Mon Jun 15 05:59:23 2009
    Process J000 died, see its trace file
    Mon Jun 15 05:59:24 2009
    kkjcre1p: unable to spawn jobq slave process
    Mon Jun 15 05:59:24 2009
    Errors in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/bdump/vis_cjq0_6838.trc:
    Mon Jun 15 05:59:50 2009
    Process J000 died, see its trace file
    Mon Jun 15 05:59:50 2009
    kkjcre1p: unable to spawn jobq slave process
    Mon Jun 15 05:59:50 2009
    Errors in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/bdump/vis_cjq0_6838.trc:
    I did the TKPROF on .trc files but the tkprof file does not show any details as such except similar to :- (don't know if I am missing anything while issuing TKPROF as $ tkprof filename.trc
    filename.txt explain=apps/apps)
    TKPROF: Release 10.2.0.3.0 - Production on Mon Jun 15 06:07:14 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Trace file: /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/bdump/vis_cjq0_6838.trc
    Sort options: default
    count = number of times OCI procedure was executed
    cpu = cpu time in seconds executing
    elapsed = elapsed time in seconds executing
    disk = number of physical reads of buffers from disk
    query = number of buffers gotten for consistent read
    current = number of buffers gotten in current mode (usually for update)
    rows = number of rows processed by the fetch or execute call
    0 statements EXPLAINed in this session.
    Trace file: /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/bdump/vis_cjq0_6838.trc
    Trace file compatibility: 10.01.00
    Sort options: default
    1 session in tracefile.
    0 user SQL statements in trace file.
    0 internal SQL statements in trace file.
    0 SQL statements in trace file.
    0 unique SQL statements in trace file.
    22 lines in trace file.
    0 elapsed seconds in trace file.
    Yesterday, I did login to applications after multiple attempts and tried submitting a concurrent request of a standard report (after resolving the data block corrupt issue) and got the same ORA-00060 Error.
    I have a fresh VISION R12 (12.0.4) installed without any customizations. My installation looks to be quite unstable, takes 2-3 attempts for successful login to apps.
    Can you please give any clues on this and how to overcome the problem?
    Thanks,
    Amit

    I have run cmclean.sql as per :- Re: R12 Vision install - Unable to submit concurrent request
    This is the only change made. No new patches etc. Before running cmclean.sql I believe the instance was working fine.
    Now everytime I start the application services, its causing ORA=00060: Deadlock error. There are no issues with just DB services up and running.
    And after apps services up, when trying to Login to apps it just hangs, get error as follows:
    Tue Jun 23 02:04:55 2009
    Process J001 died, see its trace file
    Tue Jun 23 02:04:55 2009
    kkjcre1p: unable to spawn jobq slave process
    Tue Jun 23 02:04:55 2009
    Errors in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/bdump/vis_cjq0_6747.trc:
    Tue Jun 23 02:05:04 2009
    Process q002 died, see its trace file
    Tue Jun 23 02:05:04 2009
    ksvcreate: Process(q002) creation failed
    Tue Jun 23 02:05:55 2009
    Process J000 died, see its trace file
    Tue Jun 23 02:05:55 2009
    kkjcre1p: unable to spawn jobq slave process
    Tue Jun 23 02:05:55 2009
    Errors in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/bdump/vis_cjq0_6747.trc:
    Tue Jun 23 02:06:11 2009
    Process J000 died, see its trace file
    Tue Jun 23 02:06:11 2009
    kkjcre1p: unable to spawn jobq slave process
    Tue Jun 23 02:06:11 2009
    Errors in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/bdump/vis_cjq0_6747.trc:
    Tue Jun 23 02:08:51 2009
    Process J000 died, see its trace file
    Tue Jun 23 02:08:52 2009
    kkjcre1p: unable to spawn jobq slave process
    Tue Jun 23 02:08:52 2009
    Errors in file /d01/oracle/VIS/db/tech_st/10.2.0/admin/VIS_oracleebsr12/bdump/vis_cjq0_6747.trc:
    The OS also hangs (Linux) and I have to exit abnormally everytime which is frustrating.
    I am not sure the reason for the same. I have gone through the metalink notes pointed which says to install the health check engine.
    Do you have any clues based on above information as to what might be causing this problem.
    I have 4 GB RAM installed on my Windows and 2 GB has been allocated to Linux on VMware.
    Please let me know if I need to upgrade the memory.
    Any pointers would be really helpful.
    Thanks,
    Amit

  • I think this is a magic . am i right ?

    SQL> connect sys/admin as sysdba
    Connected.
    SQL> select open_mode from v$database;
    OPEN_MODE
    READ WRITE
    SQL> host emctl start dbconsole
    TZ set to Asia/Calcutta
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://linuxserver1:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ......................... started.
    Logs are generated in directory /u01/app/oracle/oracle/product/10.2.0/db_1/linuxserver1_oratest/sysman/log
    SQL> select open_mode from v$database;
    OPEN_MODE
    READ WRITE
    After a bit of time ,
    SQL> select open_mode from v$database;
    select open_mode from v$database
    ERROR at line 1:
    ORA-03135: connection lost contact
    Then i issued the command
    SQL> connect sys/admin as sysdba;
    ORA-01033: ORACLE initialization or shutdown in progress
    After a bit of time ,
    SQL> connect sys/admin as sysdba;
    connected
    SQL> select open_mode from v$database;
    OPEN_MODE
    READ WRITE
    The value of
    db_recovery_file_dest_size is 4294967295
    db_block_size is 8192
    db_cache_size is 159383552
    sga_max_size is 385212672
    sga_target is 385875968
    The value of Kernel parameter
    kernel.shmmax = 4294967295
    I also posted the the alert log below here
    Starting background process EMN0
    EMN0 started with pid=36, OS id=12457
    Wed Oct 31 14:47:53 2007
    Shutting down instance: further logons disabled
    Wed Oct 31 14:47:55 2007
    Stopping background process QMNC
    Wed Oct 31 14:47:55 2007
    Stopping background process CJQ0
    Wed Oct 31 14:47:57 2007
    Stopping background process MMNL
    Wed Oct 31 14:47:58 2007
    Stopping background process MMON
    Wed Oct 31 14:47:59 2007
    Shutting down instance (immediate)
    License high water mark = 18
    Wed Oct 31 14:47:59 2007
    Stopping Job queue slave processes
    Wed Oct 31 14:47:59 2007
    Job queue slave processes stopped
    All dispatchers and shared servers shutdown
    Wed Oct 31 14:48:10 2007
    PMON failed to acquire latch, see PMON dump
    PMON failed to acquire latch, see PMON dump
    PMON failed to acquire latch, see PMON dump
    PMON failed to acquire latch, see PMON dump
    PMON failed to acquire latch, see PMON dump
    Wed Oct 31 14:48:22 2007
    PMON failed to acquire latch, see PMON dump
    PMON failed to acquire latch, see PMON dump
    Wed Oct 31 14:48:26 2007
    ALTER DATABASE CLOSE NORMAL
    Wed Oct 31 14:48:27 2007
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Wed Oct 31 14:48:27 2007
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thread 1 closed at log sequence 782
    Successful close of redo thread 1
    Wed Oct 31 14:48:27 2007
    Completed: ALTER DATABASE CLOSE NORMAL
    Wed Oct 31 14:48:27 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Wed Oct 31 14:48:30 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    sga_max_size = 385875968
    __shared_pool_size = 113246208
    shared_pool_size = 113246208
    __large_pool_size = 29360128
    large_pool_size = 29360128
    __java_pool_size = 75497472
    java_pool_size = 75497472
    __streams_pool_size = 0
    streams_pool_size = 0
    sga_target = 385875968
    control_files = /u01/app/oracle/oradata/oratest/control01.ctl, /u01/app/oracle/oradata/oratest/control02.ctl, /u01/app/oracle/oradata/oratest/control03.ctl
    db_block_size = 8192
    __db_cache_size = 159383552
    db_cache_size = 159383552
    compatible = 10.2.0.1.0
    log_archive_dest_1 = LOCATION=/u01/app/oracle/admin/oratest/arch
    log_archive_max_processes= 1
    log_archive_format = %t_%s_%r.dbf
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
    db_recovery_file_dest_size= 4294967295
    log_checkpoints_to_alert = TRUE
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=oratestXDB)
    plsql_compiler_flags = NATIVE, NON_DEBUG
    plsql_native_library_dir = /u01/app/oracle/oracle/product/10.2.0/db_1/plsql/lib
    job_queue_processes = 10
    background_dump_dest = /u01/app/oracle/admin/oratest/bdump
    user_dump_dest = /u01/app/oracle/admin/oratest/udump
    core_dump_dest = /u01/app/oracle/admin/oratest/cdump
    audit_file_dest = /u01/app/oracle/admin/oratest/adump
    db_name = oratest
    open_cursors = 1500
    sql_trace = FALSE
    pga_aggregate_target = 94371840
    Deprecated system parameters with specified values:
    plsql_compiler_flags
    sql_trace
    End of deprecated system parameter listing
    PMON started with pid=2, OS id=12506
    PSP0 started with pid=3, OS id=12508
    MMAN started with pid=4, OS id=12510
    DBW0 started with pid=5, OS id=12512
    LGWR started with pid=6, OS id=12514
    CKPT started with pid=7, OS id=12516
    SMON started with pid=8, OS id=12518
    RECO started with pid=9, OS id=12520
    CJQ0 started with pid=10, OS id=12522
    MMON started with pid=11, OS id=12524
    Wed Oct 31 14:48:31 2007
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=12526
    Wed Oct 31 14:48:31 2007
    starting up 1 shared server(s) ...
    Wed Oct 31 14:48:32 2007
    ALTER DATABASE MOUNT
    Wed Oct 31 14:48:36 2007
    Setting recovery target incarnation to 1
    Wed Oct 31 14:48:36 2007
    Successful mount of redo thread 1, with mount id 3172793408
    Wed Oct 31 14:48:36 2007
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Wed Oct 31 14:48:43 2007
    alter database open
    Wed Oct 31 14:48:43 2007
    Thread 1 opened at log sequence 782
    Current log# 3 seq# 782 mem# 0: /u01/app/oracle/oradata/oratest/redo03.log
    Successful open of redo thread 1
    Wed Oct 31 14:48:43 2007
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Wed Oct 31 14:48:43 2007
    SMON: enabling cache recovery
    Wed Oct 31 14:48:43 2007
    Incremental checkpoint up to RBA [0x30e.16897.0], current log tail at RBA [0x30e.16897.0]
    Wed Oct 31 14:48:44 2007
    Successfully onlined Undo Tablespace 1.
    Wed Oct 31 14:48:44 2007
    SMON: enabling tx recovery
    Wed Oct 31 14:48:45 2007
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=16, OS id=12555
    Wed Oct 31 14:48:51 2007
    db_recovery_file_dest_size of 4095 MB is 77.77% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Wed Oct 31 14:48:51 2007
    Completed: alter database open
    Wed Oct 31 14:49:35 2007
    Beginning log switch checkpoint up to RBA [0x30f.2.10], SCN: 18437465
    Thread 1 advanced to log sequence 783
    Current log# 1 seq# 783 mem# 0: /u01/app/oracle/oradata/oratest/redo01.log

    After this error , My pmon dump was stated below
    /u01/app/oracle/admin/oratest/bdump/oratest_pmon_3055.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engine options
    ORACLE_HOME = /u01/app/oracle/oracle/product/10.2.0/db_1
    System name: Linux
    Node name: linuxserver1
    Release: 2.6.9-42.ELsmp
    Version: #1 SMP Sat Aug 12 09:39:11 CDT 2006
    Machine: i686
    Instance name: oratest
    Redo thread mounted by this instance: 1
    Oracle process number: 2
    Unix process pid: 3055, image: oracle@linuxserver1 (PMON)
    *** 2007-09-22 14:38:10.683
    *** SERVICE NAME:(SYS$BACKGROUND) 2007-09-22 14:38:10.683
    *** SESSION ID:(170.1) 2007-09-22 14:38:10.683
    PMON unable to acquire latch 20003d74 process allocation level=1
    Location from where latch is held: ksukia:
    Context saved from call: 0
    state=busy, wlstate=free
    gotten 3985 times wait, failed first 0 sleeps 0
    gotten 2002 times nowait, failed: 0
    possible holder pid = 33 ospid=13260
    SO: 0x36e2190c, type: 2, owner: (nil), flag: INIT/-/-/0x00
    (process) Oracle pid=33, calls cur/top: (nil)/0x347bf86c, flag: (0) -
    int error: 0, call error: 0, sess error: 0, txn error 0
    (post info) last post received: 1089 8 12
    last post received-location: ksusig
    last process to post me: 36e2190c 5 0
    last post sent: 0 0 200
    last post sent-location: kmmpsh
    last process posted by me: 36e1acb0 1 0
    (latch info) wait_event=0 bits=2
    holding (efd=4) 20003d74 process allocation level=1
    Location from where latch is held: ksukia:
    Context saved from call: 0
    state=busy, wlstate=free
    Process Group: DEFAULT, pseudo proc: 0x36e4c65c
    O/S info: user: oracle, term: UNKNOWN, ospid: 13260
    OSD pid info: Unix process pid: 13260, image: oracle@linuxserver1 (TNS V1-V3)
    Short stack dump: ksdxfstk()+19<-ksdxcb()+1321<-sspuser()+81<-0037F7A2
    Dump of memory from 0x36E0AB84 to 0x36E0AD08
    36E0AB80 00000012 367D4C8C 00000010 [.....L}6....]
    36E0AB90 0003139D 347BF86C 00000003 0003139D [....l.{4........]
    36E0ABA0 3647B7E8 0000000B 0003139D 36EF6408 [..G6.........d.6]
    36E0ABB0 00000004 00031291 35907278 00000006 [........xr.5....]
    36E0ABC0 0003139D 36FBA378 00000005 0003139D [....x..6........]
    36E0ABD0 358373BC 00000007 0003139D 35837440 [[email protected]]
    36E0ABE0 00000007 0003139D 358374C4 00000007 [.........t.5....]
    36E0ABF0 0003139D 3647B884 0000000B 0003139D [......G6........]
    36E0AC00 358375CC 00000007 0003139D 35837650 [.u.5........Pv.5]
    36E0AC10 00000007 0003139D 358376D4 00000007 [.........v.5....]
    36E0AC20 0003139D 35837758 00000007 0003139D [....Xw.5........]
    36E0AC30 358377DC 00000007 0003139D 35837860 [.w.5........`x.5]
    36E0AC40 00000007 0003139D 358378E4 00000007 [.........x.5....]
    36E0AC50 0003139D 35837968 00000007 0003139D [....hy.5........]
    36E0AC60 00000000 00000000 00000000 00000000 [................]
    Repeat 9 times
    36E0AD00 00000000 00000000 [........]
    *** 2007-09-22 14:38:11.164
    PMON unable to acquire latch 20003d74 process allocation level=1
    Location from where latch is held: ksukia:
    Context saved from call: 0
    state=busy, wlstate=free
    gotten 3985 times wait, failed first 0 sleeps 0
    gotten 2002 times nowait, failed: 0
    possible holder pid = 33 ospid=13260
    *** 2007-09-22 14:38:13.588
    PMON unable to acquire latch 20003d74 process allocation level=1
    Location from where latch is held: ksukia:
    Context saved from call: 0
    state=busy, wlstate=free
    gotten 3985 times wait, failed first 0 sleeps 0
    gotten 2002 times nowait, failed: 0
    possible holder pid = 33 ospid=13260
    *** 2007-09-22 14:38:15.988
    PMON unable to acquire latch 20003d74 process allocation level=1
    Location from where latch is held: ksukia:
    Context saved from call: 0
    state=busy, wlstate=free
    gotten 3985 times wait, failed first 0 sleeps 0
    gotten 2002 times nowait, failed: 0
    possible holder pid = 33 ospid=13260
    *** 2007-09-22 14:38:18.419
    PMON unable to acquire latch 20003d74 process allocation level=1
    Location from where latch is held: ksukia:
    Context saved from call: 0
    state=busy, wlstate=free
    gotten 3985 times wait, failed first 0 sleeps 0
    gotten 2002 times nowait, failed: 0
    possible holder pid = 33 ospid=13260
    *** 2007-09-22 14:38:20.828
    PMON unable to acquire latch 20003d74 process allocation level=1
    Location from where latch is held: ksukia:
    Context saved from call: 0
    state=busy, wlstate=free
    gotten 3985 times wait, failed first 0 sleeps 0
    gotten 2002 times nowait, failed: 0
    possible holder pid = 33 ospid=13260
    *** 2007-09-22 14:38:23.159
    PMON unable to acquire latch 20003d74 process allocation level=1
    Location from where latch is held: ksukia:
    Context saved from call: 0
    state=busy, wlstate=free
    gotten 3985 times wait, failed first 0 sleeps 0
    gotten 2002 times nowait, failed: 0
    possible holder pid = 33 ospid=13260
    *** 2007-09-22 14:38:25.472

  • Shared realm does not exist in EBS R12.0.6

    Hi,
    I am having some problem with the database startup.
    when i ran startup command through sqlplus database starts and after 30 sec it gets terminated.
    When trying to connect with apps it returns:
    SQL> conn apps/apps
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    when connecting with sys it connects to an idle instance.
    Here is the contents of alert log.
    Fri Jan 15 11:17:14 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =48
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.2.0.
    System parameters with non-default values:
    tracefiles_public = TRUE
    processes = 400
    sessions = 445
    timed_statistics = TRUE
    shared_pool_size = 419430400
    shared_pool_reserved_size= 41943040
    nls_language = american
    nls_territory = america
    nls_sort = binary
    nls_date_format = DD-MON-RR
    nls_numeric_characters = .,
    nls_comp = binary
    nls_length_semantics = BYTE
    sga_target = 1073741824
    control_files = /d01/oracle/PROD/db/apps_st/data/cntrl01.dbf, /d01/oracle/PROD/db/apps_st/data/cntrl02.dbf, /d01/oracle/PROD/db/apps_st/data/cntrl03.dbf
    db_block_checksum = TRUE
    db_block_size = 8192
    compatible = 10.2.0
    log_archive_dest_1 = LOCATION=/d01/oracle/PROD/db/apps_st/data/archive
    log_archive_format = %t_%s_%r.dbf
    log_buffer = 14254080
    log_checkpoint_interval = 100000
    log_checkpoint_timeout = 1200
    db_files = 512
    db_file_multiblock_read_count= 8
    log_checkpoints_to_alert = TRUE
    dml_locks = 10000
    undo_management = AUTO
    undo_tablespace = APPS_UNDOTS1
    db_block_checking = FALSE
    session_cached_cursors = 500
    utl_file_dir = /usr/tmp, /usr/tmp, /d01/oracle/PROD/db/tech_st/10.2.0/appsutil/outbound/p1_prod1, /usr/tmp
    plsql_native_library_dir = /d01/oracle/PROD/db/tech_st/10.2.0/plsql/nativelib
    plsql_native_library_subdir_count= 149
    plsql_code_type = INTERPRETED
    plsql_optimize_level = 2
    job_queue_processes = 2
    systemtrig_enabled = TRUE
    cursor_sharing = EXACT
    parallel_min_servers = 0
    parallel_max_servers = 8
    background_dump_dest = /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump
    user_dump_dest = /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/udump
    max_dump_file_size = 20480
    core_dump_dest = /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/cdump
    db_name = p1
    open_cursors = 600
    ifile = /d01/oracle/PROD/db/tech_st/10.2.0/dbs/p1_prod1_ifile.ora
    sortelimination_cost_ratio= 5
    btree_bitmap_plans = FALSE
    fastfull_scan_enabled = FALSE
    sqlexecprogression_cost= 2147483647
    likewith_bind_as_equality= TRUE
    pga_aggregate_target = 1073741824
    workarea_size_policy = AUTO
    optimizer_secure_view_merging= FALSE
    aq_tm_processes = 1
    olap_page_pool_size = 4194304
    PSP0 started with pid=3, OS id=4730
    PMON started with pid=2, OS id=4728
    MMAN started with pid=4, OS id=4732
    DBW0 started with pid=5, OS id=4734
    LGWR started with pid=6, OS id=4736
    CKPT started with pid=7, OS id=4738
    SMON started with pid=8, OS id=4740
    RECO started with pid=9, OS id=4742
    CJQ0 started with pid=10, OS id=4744
    MMON started with pid=11, OS id=4746
    MMNL started with pid=12, OS id=4748
    Fri Jan 15 11:17:17 2010
    ALTER DATABASE MOUNT
    Fri Jan 15 11:17:21 2010
    Setting recovery target incarnation to 2
    Fri Jan 15 11:17:21 2010
    Successful mount of redo thread 1, with mount id 2209107325
    Fri Jan 15 11:17:21 2010
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Fri Jan 15 11:17:22 2010
    ALTER DATABASE OPEN
    Fri Jan 15 11:17:23 2010
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Fri Jan 15 11:17:24 2010
    Started redo scan
    Fri Jan 15 11:17:24 2010
    Completed redo scan
    563 redo blocks read, 77 data blocks need recovery
    Fri Jan 15 11:17:25 2010
    Started redo application at
    Thread 1: logseq 16, block 1326509
    Fri Jan 15 11:17:25 2010
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 16 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log01a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log01b.dbf
    Fri Jan 15 11:17:25 2010
    Completed redo application
    Fri Jan 15 11:17:25 2010
    Completed crash recovery at
    Thread 1: logseq 16, block 1327072, scn 5965375192662
    77 data blocks read, 33 data blocks written, 563 redo blocks read
    Fri Jan 15 11:17:26 2010
    Thread 1 advanced to log sequence 17
    Thread 1 opened at log sequence 17
    Current log# 2 seq# 17 mem# 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Current log# 2 seq# 17 mem# 1: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Successful open of redo thread 1
    Fri Jan 15 11:17:26 2010
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Fri Jan 15 11:17:26 2010
    SMON: enabling cache recovery
    Fri Jan 15 11:17:28 2010
    Incremental checkpoint up to RBA [0x11.3.0], current log tail at RBA [0x11.2b.0]
    Fri Jan 15 11:17:29 2010
    Successfully onlined Undo Tablespace 368.
    Fri Jan 15 11:17:29 2010
    SMON: enabling tx recovery
    Fri Jan 15 11:17:29 2010
    Database Characterset is US7ASCII
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=16, OS id=4758
    Fri Jan 15 11:18:27 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/udump/p1_ora_4750.trc:
    ORA-00600: internal error code, arguments: [4193], [16615], [4919], [], [], [], [], []
    Fri Jan 15 11:18:37 2010
    Doing block recovery for file 379 block 91877
    Block recovery from logseq 17, block 133 to scn 5965375195253
    Fri Jan 15 11:18:37 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery stopped at EOT rba 17.407.16
    Block recovery completed at rba 17.407.16, scn 1388.3960588405
    Doing block recovery for file 379 block 105
    Block recovery from logseq 17, block 133 to scn 5965375195158
    Fri Jan 15 11:18:37 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery completed at rba 17.134.16, scn 1388.3960588315
    Completed: ALTER DATABASE OPEN
    Fri Jan 15 11:18:44 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_cjq0_4744.trc:
    ORA-00600: internal error code, arguments: [4194], [55], [46], [], [], [], [], []
    Fri Jan 15 11:18:46 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_mmon_4746.trc:
    ORA-00600: internal error code, arguments: [4194], [60], [62], [], [], [], [], []
    Fri Jan 15 11:18:47 2010
    Doing block recovery for file 379 block 77280
    Block recovery from logseq 17, block 412 to scn 5965375195270
    Fri Jan 15 11:18:47 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery stopped at EOT rba 17.420.16
    Block recovery completed at rba 17.420.16, scn 1388.3960588422
    Fri Jan 15 11:18:47 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_q002_4764.trc:
    ORA-00600: internal error code, arguments: [4194], [70], [67], [], [], [], [], []
    Doing block recovery for file 379 block 89
    Block recovery from logseq 17, block 412 to scn 5965375195262
    Fri Jan 15 11:18:47 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery completed at rba 17.414.16, scn 1388.3960588417
    Fri Jan 15 11:18:47 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_cjq0_4744.trc:
    ORA-00600: internal error code, arguments: [4194], [15], [24], [], [], [], [], []
    Doing block recovery for file 379 block 92961
    Block recovery from logseq 17, block 420 to scn 5965375195274
    Fri Jan 15 11:18:50 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery stopped at EOT rba 17.422.16
    Block recovery completed at rba 17.422.16, scn 1388.3960588424
    Doing block recovery for file 379 block 41
    Block recovery from logseq 17, block 420 to scn 5965375195271
    Fri Jan 15 11:18:50 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery completed at rba 17.422.16, scn 1388.3960588424
    Fri Jan 15 11:18:50 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_cjq0_4744.trc:
    ORA-00600: internal error code, arguments: [4194], [57], [51], [], [], [], [], []
    Fri Jan 15 11:18:51 2010
    Doing block recovery for file 379 block 5763
    Block recovery from logseq 17, block 416 to scn 5965375195277
    Fri Jan 15 11:18:51 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery completed at rba 17.425.16, scn 1388.3960588430
    Doing block recovery for file 379 block 57
    Block recovery from logseq 17, block 416 to scn 5965375195267
    Fri Jan 15 11:18:51 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery completed at rba 17.418.16, scn 1388.3960588421
    ORA-607 encountered when generating server alert SMG-4120
    Fri Jan 15 11:18:51 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_mmon_4746.trc:
    ORA-00600: internal error code, arguments: [4194], [13], [25], [], [], [], [], []
    Fri Jan 15 11:18:52 2010
    Doing block recovery for file 379 block 7170
    Block recovery from logseq 17, block 418 to scn 5965375195291
    Fri Jan 15 11:18:52 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery stopped at EOT rba 17.490.16
    Block recovery completed at rba 17.490.16, scn 1388.3960588439
    Doing block recovery for file 379 block 225
    Block recovery from logseq 17, block 418 to scn 5965375195269
    Fri Jan 15 11:18:53 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery completed at rba 17.420.16, scn 1388.3960588423
    Fri Jan 15 11:18:53 2010
    Doing block recovery for file 379 block 222590
    Block recovery from logseq 17, block 422 to scn 5965375195307
    Fri Jan 15 11:18:53 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery stopped at EOT rba 17.638.16
    Block recovery completed at rba 17.638.16, scn 1388.3960588457
    Doing block recovery for file 379 block 25
    Block recovery from logseq 17, block 422 to scn 5965375195275
    Fri Jan 15 11:18:53 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery completed at rba 17.424.16, scn 1388.3960588428
    Fri Jan 15 11:18:53 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_cjq0_4744.trc:
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00607: Internal error occurred while making a change to a data block
    Fri Jan 15 11:18:54 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_j001_4774.trc:
    ORA-00600: internal error code, arguments: [4194], [23], [16], [], [], [], [], []
    Fri Jan 15 11:18:54 2010
    Doing block recovery for file 379 block 5444
    Block recovery from logseq 17, block 484 to scn 5965375195322
    Fri Jan 15 11:18:54 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery stopped at EOT rba 17.711.16
    Block recovery completed at rba 17.711.16, scn 1388.3960588473
    Doing block recovery for file 379 block 113
    Block recovery from logseq 17, block 484 to scn 5965375195284
    Fri Jan 15 11:18:54 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery completed at rba 17.487.16, scn 1388.3960588437
    ORA-607 encountered when generating server alert SMG-4121
    Fri Jan 15 11:18:55 2010
    DEBUG: Replaying xcb 0x9dbdd5b0, pmd 0x9d391c00 for failed op 8
    Doing block recovery for file 379 block 4983
    No block recovery was needed
    Fri Jan 15 11:18:55 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_j001_4774.trc:
    ORA-00600: internal error code, arguments: [4194], [23], [16], [], [], [], [], []
    ORA-00600: internal error code, arguments: [4194], [23], [16], [], [], [], [], []
    Fri Jan 15 11:18:56 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_m000_4770.trc:
    ORA-00600: internal error code, arguments: [4194], [15], [24], [], [], [], [], []
    Fri Jan 15 11:18:56 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_j001_4774.trc:
    ORA-00600: internal error code, arguments: [4194], [23], [16], [], [], [], [], []
    ORA-00600: internal error code, arguments: [4194], [23], [16], [], [], [], [], []
    Fri Jan 15 11:18:58 2010
    Flush retried for xcb 0x9db7ddb0, pmd 0x9d3a2f18
    Doing block recovery for file 379 block 92961
    Block recovery from logseq 17, block 420 to scn 5965375195274
    Fri Jan 15 11:18:58 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery completed at rba 17.422.16, scn 1388.3960588427
    Fri Jan 15 11:18:59 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_m000_4770.trc:
    ORA-00600: internal error code, arguments: [4194], [15], [24], [], [], [], [], []
    ORA-00600: internal error code, arguments: [4194], [15], [24], [], [], [], [], []
    Fri Jan 15 11:19:01 2010
    DEBUG: Replaying xcb 0x9dbdd5b0, pmd 0x9d391c00 for failed op 8
    Doing block recovery for file 379 block 4983
    No block recovery was needed
    Fri Jan 15 11:19:02 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_pmon_4728.trc:
    ORA-00600: internal error code, arguments: [4194], [23], [16], [], [], [], [], []
    Fri Jan 15 11:19:03 2010
    Flush retried for xcb 0x9db7ddb0, pmd 0x9d3a2f18
    Doing block recovery for file 379 block 92961
    Block recovery from logseq 17, block 420 to scn 5965375195274
    Fri Jan 15 11:19:03 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 17 Reading mem 0
    Mem# 0 errs 0: /d01/oracle/PROD/db/apps_st/data/log02a.dbf
    Mem# 1 errs 0: /d01/oracle/PROD/db/apps_st/data/log02b.dbf
    Block recovery completed at rba 17.422.16, scn 1388.3960588427
    Fri Jan 15 11:19:03 2010
    Errors in file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_pmon_4728.trc:
    ORA-00600: internal error code, arguments: [4194], [23], [16], [], [], [], [], []
    Fri Jan 15 11:19:03 2010
    PMON: terminating instance due to error 472
    Instance terminated by PMON, pid = 4728

    The database gets up for just around 30 sec. there sufficient space available.
    database version is 10.2.0.
    Here is some of the contents from trace file may be it could help.
    Dump file /d01/oracle/PROD/db/tech_st/10.2.0/admin/p1_prod1/bdump/p1_j001_4774.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /d01/oracle/PROD/db/tech_st/10.2.0
    System name:     Linux
    Node name:     prod1.luckyerp
    Release:     2.6.9-42.0.0.0.1.ELsmp
    Version:     #1 SMP Sun Oct 15 15:13:57 PDT 2006
    Machine:     x86_64
    Instance name: p1
    Redo thread mounted by this instance: 1
    Oracle process number: 23
    Unix process pid: 4774, image: [email protected] (J001)
    *** SERVICE NAME:(SYS$USERS) 2010-01-15 11:18:53.962
    *** SESSION ID:(414.1) 2010-01-15 11:18:53.962
    *** ktuc_diag_dmp: dump of current change vector
    ktudb big redo: cnt: 1 um: 0x9d393b28 uba: 0x5ec01377.7984.10
    *** ktuc_diag_dmp: dump of block after image in hex
    Dump of memory from 0x0000000081C0C000 to 0x0000000081C0E000
    *** ktuc_diag_dmp: dump of buffer cache for rdba 0x00001fe8
    Dump of buffer cache at level 4 for tsn=368, rdba=8168
    *** ktuc_diag_dmp: dump of redo for rdba 0x00001fe8
    Dumping current redo log in thread 1
    DUMP OF REDO FROM FILE '/d01/oracle/PROD/db/apps_st/data/log02a.dbf'
    Opcodes *.*
    DBAs (file#, block#):
    (379, 8168)
    RBAs: 0x000000.00000000.0000 thru 0xffffffff.ffffffff.ffff
    SCNs: scn: 0x0000.00000000 thru scn: 0xffff.ffffffff
    Times: creation thru eternity
    FILE HEADER:
         Compatibility Vsn = 169869312=0xa200000
         Db ID=2206994534=0x838c1066, Db Name='P1'
         Activation ID=2206976614=0x838bca66
         Control Seq=481268=0x757f4, File size=2048000=0x1f4000
         File Number=2, Blksiz=512, File Type=2 LOG
    descrip:"Thread 0001, Seq# 0000000017, SCN 0x056cec11be57-0xffffffffffff"
    thread: 1 nab: 0xffffffff seq: 0x00000011 hws: 0x2 eot: 1 dis: 0
    resetlogs count: 0x2a17dba8 scn: 0x056c.eb6c5439 (5965364352057)
    resetlogs terminal rcv count: 0x0 scn: 0x0000.00000000
    prev resetlogs count: 0x2a17daae scn: 0x056c.eb6c3eb2 (5965364346546)
    prev resetlogs terminal rcv count: 0x0 scn: 0x0000.00000000
    Low scn: 0x056c.ec11be57 (5965375192663) 01/15/2010 11:17:25
    Next scn: 0xffff.ffffffff 01/01/1988 00:00:00
    Enabled scn: 0x056c.eb6c5439 (5965364352057) 12/21/2009 16:30:32
    Thread closed scn: 0x056c.ec11be57 (5965375192663) 01/15/2010 11:17:25
    Disk cksum: 0xa41e Calc cksum: 0xa41e
    Terminal recovery stop scn: 0x0000.00000000
    Terminal recovery 01/01/1988 00:00:00
    Most recent redo scn: 0x0000.00000000
    Largest LWN: 0 blocks
    End-of-redo stream : No
    Unprotected mode
    Miscellaneous flags: 0x0
    Thread internal enable indicator: thr: 0, seq: 0 scn: 0x0000.00000000
    REDO RECORD - Thread:1 RBA: 0x000011.00000002.0010 LEN: 0x0070 VLD: 0x05
    SCN: 0x056c.ec11be59 SUBSCN: 1 01/15/2010 11:17:26
    CHANGE #1 MEDIA RECOVERY MARKER SCN:0x0000.00000000 SEQ: 0 OP:17.3
    Crash Recovery at scn: 0x056c.ec11be56
    END OF REDO DUMP
    ----- Redo read statistics for thread 1 -----
    Read rate (ASYNC): 321Kb in 0.03s => 10.45 Mb/sec
    Total physical reads: 4096Kb
    Longest record: 9Kb, moves: 0/914 (0%)
    Change moves: 474/2047 (23%), moved: 0Mb
    Longest LWN: 135Kb, moves: 0/84 (0%), moved: 0Mb
    Last redo scn: 0x056c.ec11c8af (5965375195311)
    NO VALID LOG MEMBER FOR SEQ# 16 OF THREAD 1!
    *** 2010-01-15 11:18:54.087
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [4194], [23], [16], [], [], [], [], []
    ----- Call Stack Trace -----

  • Run time Error DBIF_RSQL_SQL_ERROR while logging and executing some tcodes

    Hi all,
    Hi all,
    When i try to login into my system (ECC 6.0 with Oracle DB), i have been directed to dump -->
    Runtime Errors DBIF_RSQL_SQL_ERROR
    Except. CX_SY_OPEN_SQL_DB
    Short text
    SQL error in the database when accessing a table.
    Missing RAISING Clause in Interface
    Program SAPFSDS1
    Include FSDS1E01
    Row 365
    Module type (FORM)
    Module Name TRANSFORM_NEW_OLD
    Trigger Location of Exception
    Program SAPFSDS1
    Include FSDS1E01
    Row 380
    Module type (FORM)
    Module Name TRANSFORM_NEW_OLD
    In the source code the the cause for the error is shown in the below line"
    SELECT SINGLE * FROM TDCLD
    WHERE DOKCLASS EQ DOKCLASS.
    "How to correct the error"
    Database error text........: "ORA-32255: Message 32255 not found;
    product=RDBMS; facility=ORA#"
    Internal call code.........: "RSQL/READ/TDCLD "
    Please check the entries in the system log (Transaction SM21).
    If the error occures in a non-modified SAP program, you may be abl
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the follo
    keywords:
    "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
    "SAPFSDS1" or "FSDS1E01"
    "TRANSFORM_NEW_OLD"
    When i tried to look for the error ORA-32255, i am unable to get any information regarding this?
    Could you please suggest me..
    I have made the following changes trying to solve the error:
    shared_pool_size = 401832601 and
    i have executed sql command --> alter system set "_object_statistics"=false scope=spfile;
    Message from Alert Log file:
    Incremental checkpoint up to RBA [0x1076.10c61.0], current log tail at RBA [0x1076.10e4d.0]
    Message from dev_w0 file:
    OCI-call failed with -1=OCI_ERROR
    C SQL error 32255: 'ORA-32255: Message 32255 not found; product=RDBMS; facility=ORA
    C '
    C *** ERROR => Error 32255 in stmt_fetch() from oci_execute_stmt(), orpc=0
    [dbsloci.c 12720]
    C *** ERROR => ORA-32255 occurred when executing SQL stmt (parse error offset=0)
    [dbsloci.c 12739]
    C sc_p&H05B11F10,no&H110,idc_p&H00000000,con=0,act=1,sle n&H103,smax&H256,#vars=2,stmt
    8718D8,table=ATAB
    C SELECT "TABNAME" , "VARKEY" , "DATALN" , "VARDATA" FROM "ATAB" WHERE "TABNAME" = :A0 AND "VARKEY" = \
    C :A1;
    C sc_p&H05B11F10,no&H110,idc_p&H00000000,con=0,act=1,sle n&H103,smax&H256,#vars=2,stmt
    8718D8,table=ATAB
    C prep=0,lit=0,nsql=0,lobret=0,#exec=1,dbcnt=0,upsh_p &H00000000,ocistmth_p
    872784
    C IN : cols=2,rmax=1,xcnt=0,rpc=0,rowi=0,rtot=0,upto=-1,rs ize&H28,vmax&H32,bound=1,iobuf_p&H05BF4F28,vda_p
    873CA8
    C lobs=0,lmax=0,lpcnt=0,larr&H00000000,lcurr_p&H0000000 0,rret=0
    C OUT: cols=4,rmax=1,xcnt=1,rpc=0,rowi=0,rtot=0,upto=-1,rs ize&H124,vmax&H32,bound=1,iobuf_p&H05BEBAF8,vda_p
    874118
    C lobs=0,lmax=0,lpcnt=0,larr&H00000000,lcurr_p&H0000000 0,rret=0
    C SELECT "TABNAME" , "VARKEY" , "DATALN" , "VARDATA" FROM "ATAB" WHERE "TABNAME" = :A0 AND "VARKEY" = \
    C :A1;
    B ***LOG BY4=> sql error 32255 performing SEL on table ATAB [dbtran#11 @ 7512] [dbtran 7512 ]
    B ***LOG BY0=> ORA-32255: Message 32255 not found; product=RDBMS; facility=ORA
    [dbtran#11 @ 7512] [dbtran 7512 ]
    B dbtran ERROR LOG (hdl_dbsl_error): DbSl 'SEL'
    B RSLT: {dbsl=99, tran=1}
    B FHDR: {tab='ATAB', fcode&H17, mode=2, bpb=0, dbcnt=0, crsr=0,
    B hold=0, keep=0, xfer=0, pkg=0, upto=0, init:b=0,
    B init:p&H00000000, init:#=0, wa:p=0X031902F0, wa:#&H15000}
    B dbtran ERROR LOG (hdl_dbsl_error): DbSl 'SEL'
    B STMT:
    B CRSR: {tab='', id=0, hold=0, prop=0x80000, max.in@0=1, fae:blk=0,
    B con:id=0, con:vndr=5, val=2,
    B key:#=2, xfer=0, xin:#=1, row:#=0, upto=1, wa:p=0X031902F0}
    A TH VERBOSE LEVEL FULL
    A ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A ** RABAX: level LEV_RX_ROLLBACK entered.
    A ** RABAX: level LEV_RX_ROLLBACK completed.
    A ** RABAX: level LEV_RX_DB_ALIVE entered.
    A ** RABAX: level LEV_RX_DB_ALIVE completed.
    A ** RABAX: level LEV_RX_HOOKS entered.
    A ** RABAX: level LEV_RX_HOOKS completed.
    A ** RABAX: level LEV_RX_STANDARD entered.
    A ** RABAX: level LEV_RX_STANDARD completed.
    A ** RABAX: level LEV_RX_STOR_VALUES entered.
    A ** RABAX: level LEV_RX_STOR_VALUES completed.
    A ** RABAX: level LEV_RX_C_STACK entered.
    A ** RABAX: level LEV_RX_C_STACK completed.
    A ** RABAX: level LEV_RX_MEMO_CHECK entered.
    A ** RABAX: level LEV_RX_MEMO_CHECK completed.
    A ** RABAX: level LEV_RX_AFTER_MEMO_CHECK entered.
    A ** RABAX: level LEV_RX_AFTER_MEMO_CHECK completed.
    A ** RABAX: level LEV_RX_INTERFACES entered.
    A ** RABAX: level LEV_RX_INTERFACES completed.
    A ** RABAX: level LEV_RX_GET_MESS entered.
    A ** RABAX: level LEV_RX_GET_MESS completed.
    A ** RABAX: level LEV_RX_INIT_SNAP entered.
    A ** RABAX: level LEV_RX_INIT_SNAP completed.
    A ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
    A ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
    A ** RABAX: level LEV_RX_WRITE_SNAP entered.
    A ** RABAX: level LEV_SN_END completed.
    A ** RABAX: level LEV_RX_SET_ALERT entered.
    A ** RABAX: level LEV_RX_SET_ALERT completed.
    A ** RABAX: level LEV_RX_COMMIT entered.
    A ** RABAX: level LEV_RX_COMMIT completed.
    A ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A ** RABAX: level LEV_RX_RESET_PROGS entered.
    A ** RABAX: level LEV_RX_RESET_PROGS completed.
    A ** RABAX: level LEV_RX_STDERR entered.
    A Sun Apr 05 22:38:04 2009
    A
    A ABAP Program SAPFSDS1 .
    A Source FSDS1E01 Line 380.
    A Error Code DBIF_RSQL_SQL_ERROR.
    A Module $Id: //bas/700_REL/src/krn/runt/absapsql.c#9 $ SAP.
    A Function HandleRsqlErrors Line 778.
    A ** RABAX: level LEV_RX_STDERR completed.
    A ** RABAX: level LEV_RX_RFC_ERROR entered.
    A ** RABAX: level LEV_RX_RFC_ERROR completed.
    A ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A ** RABAX: level LEV_RX_IMC_ERROR entered.
    A ** RABAX: level LEV_RX_IMC_ERROR completed.
    A ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    A ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    A ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A ** RABAX: level LEV_RX_END entered.
    A ** RABAX: level LEV_RX_END completed.
    A ** RABAX: end no http/smtp
    A ** RABAX: end RX_BTCHLOG|RX_VBLOG
    A SQL error in the database when accessing a table..
    A
    I have started the local client copy and have stopped it in the middle. i have logged off and tried to login again, this is the start of the dump.
    I am unable to resolve it. PLEASE give a solution
    Thanks & Regards,
    Subbu.

    Hi Subbu,
    We were in touch when you previously posted this, but somehow I got an error when I tried to access the thread. I remember that your DB was still 10.2.0.1 and that this may have caused a corruption. The only explanation for ORA-32255 that looks remotely interesting is that it may occur with the OCI (Oracle Call Interface) accessing a NULL LOB (and ATAB does contain a LOB field). Do you have any chance of upgrading the database where you have the problem to 10.2.0.4?
    I don't know whether we'll learn anything useful from this (you might just get an ORA-32255 again) but could you execute the following statement in SQLPLUS:
    select count(*) from <sapuser>.ATAB where VARDATA IS NULL;
    (replace <sapuser> with the name of the SAP schema owner)
    Regards,
    Mark

  • Error while running commands at RMAN prompt

    Hi ,
    We have a few oracle 10g(10.2.0.3) databases on AIX platform.We use RMAN backup with a recovery catalog database.
    The rman full(level 0)backups are scheduled dailly and running fine.When I tried to run commands like 'list backup','report obsolete' I'm getting the following errors.
    connected to target database: TICSPROD (DBID=2626621498)
    connected to recovery catalog database
    RMAN> report obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 3
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of report command at 08/04/2011 07:49:36
    RMAN-06004: ORACLE error from recovery catalog database: ORA-03113: end-of-file on communication channel
    ORACLE error from recovery catalog database: ORA-03114: not connected to ORACLE
    RMAN> list backup;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of list command at 08/04/2011 07:56:25
    RMAN-06004: ORACLE error from recovery catalog database: ORA-03113: end-of-file on communication channel
    ORACLE error from recovery catalog database: ORA-03114: not connected to ORACLE
    But the recovery catalog database is up and running fine.For few other databases I'm able to run the above commands without errors and for some databases I'm getting the errors as mentioned above.
    Could someone help me out with this...

    Thanks Tycho for your reply.
    Please find the output of the query in recovery catalog.
    SQL> select * from v$resource_limit;
    RESOURCE_NAME CURRENT_UTILIZATION MAX_UTILIZATION INITIAL_AL LIMIT_VALU
    processes 49 83 5000 5000
    sessions 30 63 5505 5505
    enqueue_locks 27 94 65910 65910
    enqueue_resources 27 73 24440 UNLIMITED
    ges_procs 0 0 0 0
    ges_ress 0 0 0 UNLIMITED
    ges_locks 0 0 0 UNLIMITED
    ges_cache_ress 0 0 0 UNLIMITED
    ges_reg_msgs 0 0 0 UNLIMITED
    ges_big_msgs 0 0 0 UNLIMITED
    ges_rsv_msgs 0 0 0 0
    gcs_resources 0 0 0 0
    gcs_shadows 0 0 0 0
    dml_locks 0 76 24220 UNLIMITED
    temporary_table_locks 0 3 UNLIMITED UNLIMITED
    transactions 1 10 6055 UNLIMITED
    branches 0 0 6055 UNLIMITED
    cmtcallbk 0 1 6055 UNLIMITED
    sort_segment_locks 0 5 UNLIMITED UNLIMITED
    max_rollback_segments 11 11 6055 65535
    max_shared_servers 20 20 800 800
    parallel_max_servers 0 32 320 3600
    22 rows selected.
    The alert log of the catalog database is continously getting refreshed with the following message.
    Incremental checkpoint up to RBA [0x3b3.a780.0], current log tail at RBA [0x3b3.a78f.0]
    Mon Aug 8 00:16:17 2011
    Incremental checkpoint up to RBA [0x3b3.abf8.0], current log tail at RBA [0x3b3.ac4f.0]
    Mon Aug 8 00:46:19 2011
    Incremental checkpoint up to RBA [0x3b3.1451b.0], current log tail at RBA [0x3b3.1451b.0]
    Mon Aug 8 01:16:21 2011
    Incremental checkpoint up to RBA [0x3b3.14b15.0], current log tail at RBA [0x3b3.14baa.0]
    Mon Aug 8 01:46:23 2011
    Incremental checkpoint up to RBA [0x3b3.14be1.0], current log tail at RBA [0x3b3.14bf0.0]
    Mon Aug 8 02:16:25 2011
    Incremental checkpoint up to RBA [0x3b3.15069.0], current log tail at RBA [0x3b3.150a9.0]
    Mon Aug 8 02:46:27 2011
    Incremental checkpoint up to RBA [0x3b3.150ed.0], current log tail at RBA [0x3b3.150ed.0]
    What could be the potential cause of the issue I'm facing .Could you please guide me...

  • ORA-08103: object no longer exists during APEX 2.2 to 3.0 upgrade

    I am trying to upgrade an APEX 2.2 installation on 10.2.0.2 Enterprise Edition on SLES-10 with 400MB shared_pool and 1 GB sga_target. During the upgrade, the session crashes due to ORA-00600: internal error code, arguments: [ktspgfb-1]. I cannot drop the FLOWS_030000 user and 523 corrupt blocks in sys7.dbf including objects source$, argument$ and obj$. So far, I have restored the database and corrupted it 3 times. Each time, I redownloaded apex.zip from technet.oracle.com.
    Here are the errors:
    ...PAGE 1300: Application Comparison
    ...PAGE 1301: Application Comparison Counts
    ...PAGE 1400: Report Layouts
    ...PAGE 1401: Create Report Layout
    ...PAGE 1402: Create Report Layout
    ...PAGE 1405: Edit Report Layout
    ...PAGE 1406: Create Report Query
    ...PAGE 1500: Application Builder
    ...PAGE 1550: User Interface Defaults
    ...PAGE 1552: UI Defaults - Column Defaults LOV
    ...PAGE 1553: UI Defaults - Column Defaults
    ...PAGE 1555: UI Defaults - Table Defaults
    begin
    ERROR at line 1:
    ORA-08103: object no longer exists
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 7733
    ORA-06512: at line 18
    ERROR:
    ORA-00603: ORACLE server session terminated by fatal error
    ERROR:
    ORA-03114: not connected to ORACLE
    SP2-0359: memory exhausted
    Mon Apr 30 11:31:46 2007
    Incremental checkpoint up to RBA [0x175.153ac.0], current log tail at RBA [0x175.2e77b.0]
    Mon Apr 30 11:32:05 2007
    Beginning log switch checkpoint up to RBA [0x176.2.10], SCN: 8173962186001
    Thread 1 advanced to log sequence 374
    Current log# 1 seq# 374 mem# 0: /lv01/oracle/dev10data/log01.dbf
    Mon Apr 30 11:34:24 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/udump/dev10_ora_11590.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:34:49 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/udump/dev10_ora_11590.trc:
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:35:02 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/bdump/dev10_pmon_7541.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:35:15 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/bdump/dev10_pmon_7541.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:37:18 2007
    Completed checkpoint up to RBA [0x176.2.10], SCN: 8173962186001
    Mon Apr 30 11:37:43 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/bdump/dev10_p000_12471.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:37:54 2007
    SMON: Parallel transaction recovery slave got internal error
    SMON: Downgrading transaction recovery to serial
    I now have 523 corrupt blocks in sys7.dbf:
    DBVERIFY: Release 10.2.0.2.0 - Production on Mon Apr 30 11:50:21 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    DBVERIFY - Verification starting : FILE = /lv01/oracle/dev10data/sys7.dbf
    Page 188161 is marked corrupt
    Corrupt block relative dba: 0x01c2df01 (file 7, block 188161)
    Completely zero block found during dbv:
    Page 188162 is marked corrupt
    Corrupt block relative dba: 0x01c2df02 (file 7, block 188162)
    Completely zero block found during dbv:
    Page 188163 is marked corrupt
    Corrupt block relative dba: 0x01c2df03 (file 7, block 188163)
    Completely zero block found during dbv:
    Page 188164 is marked corrupt
    Corrupt block relative dba: 0x01c2df04 (file 7, block 188164)
    Completely zero block found during dbv:
    Any ideas why this is happening? I see a number of current bugs for ORA-00600: ktspgfb-1, but most knowledge base articles refer to 9.0.1 or 9.2.

    After upgrading to 10.2.0.3 and doubling the shared_pool_size and sga_target, I was able to upgrade to APEX 3.0 without errors.

  • Applications Start Page Profile Option Causing Issues

    Hello Oracle Gurus,
    I'm having an issue in a 12.1.3 instance that I think may be related to the "Applications Start Page" profile option.
    For testing purposes, we set the profile to a specific Self-Service page at the Site level. We eventually removed the Site level profile and added it at the user level just for specific users, but since the Site-level profile was set, every time we click the Home link in the upper right-hand navigation, we get an "unexpected error." If we attempt to log in as a user that does not have the Applications Start Page profile defined, we also get an unexpected error.
    After getting the error using either of the methods listed above, if we then try to navigate back to the login page, the instance throws a 500 Internal Error.
    If we close the browser and navigate to the instance again, we're able to log in without any issues with user accounts that have an Applications Start Page profile defined.
    Our "Self Service Personal Framework Mode" is set to "Framework Only" at the site level.
    Bouncing Apache seems to resolve the issue temporarily, but then it comes back again a few hours later...
    We've opened a Service Request, but has anyone else run into this before / have any ideas on how to fix it?
    Here are some related Metalink notes from 11.5.10:
    729375.1 (About the Applications Start Page profile option)
    331814.1 (Error on Personal Home Page when returning to 'Home' link)
    Thanks!
    Anne

    The issue is not specific to a responsibility or application.
    Here is the error:
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for Linux: Version 11.1.0.7.0 - Production
         Unix Domain Socket IPC NT Protocol Adaptor for Linux: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
         TCP/IP NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
    Time: 27-JAN-2011 09:46:02
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 110
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=172.30.31.107)(PORT=1502))
    Thu Jan 27 09:53:30 2011
    Incremental checkpoint up to RBA [0x42.e3635.0], current log tail at RBA [0x42.e37e1.0]
    Thu Jan 27 10:13:31 2011
    Incremental checkpoint up to RBA [0x42.e602b.0], current log tail at RBA [0x42.e6146.0]
    Thu Jan 27 10:33:33 2011
    Incremental checkpoint up to RBA [0x42.e7bc9.0], current log tail at RBA [0x42.e7d51.0]
    Thu Jan 27 10:53:35 2011
    Incremental checkpoint up to RBA [0x42.e995f.0], current log tail at RBA [0x42.e9ac9.0]
    Thu Jan 27 11:13:37 2011
    Incremental checkpoint up to RBA [0x42.ec163.0], current log tail at RBA [0x42.ec3f7.0]
    Thu Jan 27 11:23:48 2011
    Starting background process CJQ0
    Thu Jan 27 11:23:48 2011
    CJQ0 started with pid=8, OS id=17239
    Thu Jan 27 11:33:39 2011
    Incremental checkpoint up to RBA [0x42.ee08f.0], current log tail at RBA [0x42.ee216.0]
    Thu Jan 27 11:53:41 2011
    Incremental checkpoint up to RBA [0x42.efd07.0], current log tail at RBA [0x42.eff13.0]
    Thu Jan 27 11:54:02 2011
    Stopping background process CJQ0
    Thu Jan 27 12:13:43 2011
    Incremental checkpoint up to RBA [0x42.f25c0.0], current log tail at RBA [0x42.f2e4b.0]
    Thu Jan 27 12:33:45 2011
    Incremental checkpoint up to RBA [0x42.f4cae.0], current log tail at RBA [0x42.f4e4b.0]
    Thu Jan 27 12:53:47 2011
    Incremental checkpoint up to RBA [0x42.f6e8a.0], current log tail at RBA [0x42.f6fb7.0]
    Thu Jan 27 13:13:50 2011
    Incremental checkpoint up to RBA [0x42.fa3d0.0], current log tail at RBA [0x42.fa845.0]
    Thu Jan 27 13:33:52 2011
    Incremental checkpoint up to RBA [0x42.fc7d9.0], current log tail at RBA [0x42.fc989.0]
    Thu Jan 27 13:53:55 2011
    Incremental checkpoint up to RBA [0x42.fed4e.0], current log tail at RBA [0x42.ff12e.0]

  • Oracle DR Setup Problems / ORA - 600 /

    Dear All,
    Recently we have implemented DR(Disaster Recovery setup Using Oracle data guard in 10g, GUI configurations ) in our Production server. The DR setups are based on the Maximum performance with Realtime apply mode.
    The configuration went fine and both servers(DR and ) were syncing fine together as well.
    But unfortunately, there was a power failure in the DR site(Which is on the other network) and also the UPS also went down after some time, the real problem started here,
    Once the DR server was down, after sometime we are not able to login in to the production system, Interestingly, both DB server and application server are running fine. But we are not able to login into server - SAPGUI hangs. There are no such error written in SAP level and but in oracle alert log, we found out ORA 600 error and also connection timed out for placing the archive log(log_destination_2) in the standby server(This is the DR server - And due to power failure, its not able to reach the server for placing the archive log file )
    Temporary solution,
    If we restart the production server, we are able to work continuously in the production system without any problem.
    So, my query is that, what makes the production system hangs if DR server is unavailable and how it work if we restart the instance? Is this the normal procedure in DR setup? or its a bug in the oracle data guard or in the parameter log_archive_dest2?
    Looking forward for your answers with your valuable suggestions
    For the reference, I am pasting a part of alert log
    Detected ARCH process failure
    ARCH: STARTING ARCH PROCESSES
    ARC1: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=92, OS id=4296940
    ARC1: Becoming the heartbeat ARCH
    Sat Oct 30 02:30:54 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:31:54 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:33:33 2010
    Incremental checkpoint up to RBA [0x2e2b7.cf96.0], current log tail at RBA [0x2e2b7.cf96.0]
    Sat Oct 30 02:37:14 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:37:52 2010
    GES: Potential blocker (pid=2056210) on resource CF-00000000-00000000;
    enqueue info in file /oracle/XXX/saptrace/background/xxx_rsm0_2015456.trc
    Sat Oct 30 02:38:14 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:38:22 2010
    Errors in file /oracle/XXX/saptrace/background/xxx_rsm0_2015456.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:40:30 2010
    GES: Potential blocker (pid=2056210) on resource CF-00000000-00000000;
    enqueue info in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc
    Sat Oct 30 02:41:00 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:06 2010
    ARCH: Detected ARCH process failure
    ARCH: STARTING ARCH PROCESSES
    ARC0: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    ARC0 started with pid=91, OS id=1642728
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Sat Oct 30 02:42:20 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:42:33 2010
    GES: Potential blocker (pid=2056210) on resource CF-00000000-00000000;
    enqueue info in file /oracle/xxx/saptrace/background/xxx_arc1_4296940.trc
    Sat Oct 30 02:43:03 2010
    Errors in file
    Thanks and Regards
    Vijay Kumar G

    Hi Vijay,
    Get oracle metalink ID from service market place and search for  you will get handy information
    ORA-600 [2103] "Timeout on 'Control file' or 'Checkpoint Progress' Enqueue" [ID 28045.1]
    Also one very good tool to analyse [Metalink|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=153788.1]
    Regards,

Maybe you are looking for

  • IPhone 5 / iOS 6.0.1 - no internet access over Wi-Fi (at work)

    Hello, we have a customer whose employees have upgraded about 80-90 iPhone 3GS/4/4S to iPhone 5 (or, mostly 5s, some have upgraded their 3GS to 4S). Among all these phones running iOS 6.0.1, so far 3 users are reporting problems connecting to the int

  • File Adapter BPEL Process getting switched off

    The file adapter BPEL process reads a csv file which has a series of records in itfrom /xfer/chroot/data/aramex/accountUpdate/files. In between reading the files, the BPEL process gets switched off. The below snippet is the error we found in the doma

  • Quickie: Design view not working

    Hi all, Not sure why, but design view (non-live) just shows a grey panel, or white if I focus on it. If I turn Live View on, I can see everything but not edit it obviously. Split code/design doesn't work unless Live View is turned on. No idea why thi

  • Iweb and Paypal issue

    Hello, I'm trying to create a website for my mother in law so she can sell her pictures online. The idea is people look at a picture on her website, click on it and click on a Paypal button to add it to their cart and purchase it (they can choose the

  • I am trying to restore my bookmarks to an earlier one. I no longer see that date available.

    I performed a factory reset on my computer, after reinstalling firefox I set up the sync and everything came back. I deleted the wrong bookmark and when I restored it again it gave me the default bookmarks and thats it.