Recyclebin in oracle

Hi
Using Recyclebin(flashback pkg) how many tables/records I can get back after issue the drop/delete commands?
Can I get back after a week/month/year ? Are there any limitations on time, data size?
Please advise..!!
Regards
Kpr

You can flashback until sysdate - DB_FLASHBACK_RETENTION_TARGET (time in minutes)
If you want increase this time, then you have to check the parameters db_recovery_file_dest and db_recovery_file_dest_size
To estimate the size you need, you can use
alter system set DB_FLASHBACK_RETENTION_TARGET=<time in minutes that you want>;
SELECT name, value
FROM gv$parameter
WHERE name LIKE '%flashback%';
SELECT estimated_flashback_size
FROM gv$flashback_database_log;

Similar Messages

  • Recyclebin in oracle 10G

    I have the privileges as follows : Connect and Resources
    I dropped a few tables, and they got into the recyclebin.
    Now i am not able to do delete them!
    Is it possible for me to delete the tables starting with BIN%.....
    If yes, Please tell me a way out
    ciao
    Linux Gates

    Hi Linux Gates,
    PURGE RECYCLEBIN; -- Purges from your recyclebin
    PURGE DBA_RECYCLEBIN ; --Purges recyclebin for all objects, however this requires SYSDBA privileges.                                                                                                                                                                                                                                                                                                                                                   

  • Query on Recyclebin (Oracle 10g)

    Hi Gurus,
    Can you tell me the command to clear the Recyclebin in Oracle 10g.
    Thanks in advance
    ~Anup.

    [url http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9018.htm#i2152611]purge
    You want not to use Recyclebin, then you may try as follws
    alter system set recyclebin = off scope = both; -- 10.20
    alter system set _recyclebin = off scope = spfile; -- 10.01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to delete the recyclebin data  in oracle 10g

    i create one table.then i drop the that table.this table will be kept in recyclebin in oracle10g .how to remove table permanentley in oracle 10g.
    i used drop table table name and select * from tab;it will come two tables like
    BIN$kLM/ilgxTUil64ZsNG0l7A==$0.
    how to drop table permanentley.please give me steps.

    Hello;
    Use the PURGE statement to remove a table or index from your recycle bin and release all of the space associated with the object, or to remove the entire recycle bin, or to remove part of all of a dropped tablespace from the recycle bin.
    Remove a File From Your Recycle Bin: Example
    The following statement removes the table test from the recycle bin. If more than one version of test resides in the recycle bin, Oracle Database removes the version that has been there the longest:
    PURGE TABLE test;
    To determine system-generated name of the table you want removed from your recycle bin, issue a SELECT statement on your recycle bin. Using that object name, you can remove the table by issuing a statement similar to the following statement. (The system-generated name will differ from the one shown in the example.)
    PURGE TABLE RB$$33750$TABLE$0;
    Remove the Contents of Your Recycle Bin: Example
    To remove the entire contents of your recycle bin, issue the following statement:
    PURGE RECYCLEBIN;

  • Oracle instance crashing when enabling use_indirect_data_buffers=true

    I have a Windows 2003 EE server (32bit) with 16GB of ram hosting a 10.2.0.2 Oracle server which is used to support a commercial software package (arcsight). I'm trying to get the Oracle backend to leverage the available system memory. I've read 50-60 different articles and posts regarding AWE and Oracle. I have successfully tuned the userva parameter in order to get the server to boot stable with the /3gb boot parameter. I've gotten to the point that the oracle instance will start up, but within about 30-60 seconds the instance will crash. Below is the information I believe that is relevant:
    *.......From computer Registry.........*
    AWE_MEMORY_WINDOW = 1288486912
    ORA_WORKINGSETMIN = 2
    *...........From init.ora.............*
    *.__dg_broker_service_names=';'
    arcsight.__java_pool_size=0
    arcsight.__large_pool_size=0
    arcsight.__shared_pool_size=314572800
    arcsight.__streams_pool_size=0
    *.audit_file_dest='E:\oracle10g\OraHome10g\admin\arcsight\adump'
    *.audit_sys_operations=true
    *.audit_trail='db'
    *.background_dump_dest='E:\oracle10g\OraHome10g\admin\arcsight\bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='E:\oracle10g\OraHome10g\oradata\arcsight\control01.ctl','f:\arcsight\control02.ctl','g:\arcsight\control03.ctl'
    *.core_dump_dest='E:\oracle10g\OraHome10g\admin\arcsight\cdump'
    *.cursor_sharing='FORCE'
    **.db_block_size=16384*
    **.db_block_buffers=235929*
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_files=2000
    *.db_name='arcsight'
    *.db_writer_processes=4
    *.dispatchers=''
    *.job_queue_processes=10
    *.log_archive_dest_1='LOCATION=H:'
    *.log_buffer=1048576
    *.open_cursors=2000
    *.parallel_max_servers=0
    *.pga_aggregate_target=314572800
    *.processes=300
    *.recyclebin='OFF'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=0
    *.undo_management='AUTO'
    *.undo_retention=43200
    *.undo_tablespace='ARC_UNDO'
    *.user_dump_dest='E:\oracle10g\OraHome10g\admin\arcsight\udump'
    *.java_pool_size=0
    *.large_pool_size=0
    *.shared_pool_size=314572800
    *.streams_pool_size=0
    **.use_indirect_data_buffers=true*
    *......From oradim.log.......*
    Sun Feb 22 18:37:33 2009
    E:\oracle10g\OraHome10g\bin\oradim.exe -shutdown -sid arcsight -usrpwd * -shutmode immediate -log oradim.log
    Sun Feb 22 18:37:34 2009
    ORA-01012: not logged on
    Sun Feb 22 18:37:45 2009
    E:\oracle10g\OraHome10g\bin\oradim.exe -startup -sid arcsight -usrpwd * -log oradim.log -nocheck 0
    Sun Feb 22 18:37:51 2009
    ORA-03113: end-of-file on communication channel
    *.......From alert_arcsight.log.........*
    Dump file e:\oracle10g\orahome10g\admin\arcsight\bdump\alert_arcsight.log
    Sun Feb 22 23:20:51 2009
    ORACLE V10.2.0.2.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU : 8 - type 586, 4 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:14554M/16215M, Ph+PgF:14862M/15967M, VA:1926M/2047M
    Sun Feb 22 23:20:51 2009
    Starting ORACLE instance (normal)
    Sun Feb 22 23:20:52 2009
    Window memory size 1288503296
    Sun Feb 22 23:20:52 2009
    Minimum working set window size : 4096
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =36
    LICENSE_MAX_USERS = 0
    SYS auditing is enabled
    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:
    processes = 300
    use_indirect_data_buffers= TRUE
    __shared_pool_size = 318767104
    shared_pool_size = 318767104
    __large_pool_size = 0
    large_pool_size = 0
    __java_pool_size = 0
    java_pool_size = 0
    __streams_pool_size = 0
    streams_pool_size = 0
    sga_target = 0
    control_files = E:\ORACLE10G\ORAHOME10G\ORADATA\ARCSIGHT\CONTROL01.CTL, F:\ARCSIGHT\CONTROL02.CTL, G:\ARCSIGHT\CONTROL03.CTL
    db_block_buffers = 235932
    db_block_size = 16384
    db_writer_processes = 4
    compatible = 10.2.0.1.0
    log_archive_dest_1 = LOCATION=H:
    log_buffer = 2097152
    db_files = 2000
    db_file_multiblock_read_count= 16
    undo_management = AUTO
    undo_tablespace = ARC_UNDO
    undo_retention = 43200
    recyclebin = OFF
    remote_login_passwordfile= EXCLUSIVE
    audit_sys_operations = TRUE
    db_domain =
    __dg_broker_service_names= ;
    dispatchers =
    job_queue_processes = 10
    cursor_sharing = FORCE
    parallel_max_servers = 0
    audit_file_dest = E:\ORACLE10G\ORAHOME10G\ADMIN\ARCSIGHT\ADUMP
    background_dump_dest = E:\ORACLE10G\ORAHOME10G\ADMIN\ARCSIGHT\BDUMP
    user_dump_dest = E:\ORACLE10G\ORAHOME10G\ADMIN\ARCSIGHT\UDUMP
    core_dump_dest = E:\ORACLE10G\ORAHOME10G\ADMIN\ARCSIGHT\CDUMP
    audit_trail = DB
    db_name = arcsight
    open_cursors = 2000
    pga_aggregate_target = 314572800
    PMON started with pid=2, OS id=6676
    PSP0 started with pid=6, OS id=7544
    MMAN started with pid=10, OS id=7560
    DBW0 started with pid=14, OS id=6500
    DBW1 started with pid=18, OS id=6800
    DBW2 started with pid=22, OS id=6276
    DBW3 started with pid=26, OS id=520
    LGWR started with pid=30, OS id=6756
    CKPT started with pid=34, OS id=6380
    SMON started with pid=38, OS id=7472
    RECO started with pid=42, OS id=7696
    CJQ0 started with pid=46, OS id=7912
    MMON started with pid=50, OS id=7576
    MMNL started with pid=54, OS id=6852
    Sun Feb 22 23:20:53 2009
    alter database mount exclusive
    Sun Feb 22 23:20:57 2009
    Setting recovery target incarnation to 1
    Sun Feb 22 23:20:57 2009
    Successful mount of redo thread 1, with mount id 1799551061
    Sun Feb 22 23:20:57 2009
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Sun Feb 22 23:20:57 2009
    alter database open
    Sun Feb 22 23:20:58 2009
    Beginning crash recovery of 1 threads
    parallel recovery setup failed: using serial mode
    Sun Feb 22 23:20:58 2009
    Started redo scan
    Sun Feb 22 23:20:58 2009
    Completed redo scan
    0 redo blocks read, 0 data blocks need recovery
    Sun Feb 22 23:20:58 2009
    Started redo application at
    Thread 1: logseq 1137, block 3, scn 1707289029
    Sun Feb 22 23:20:58 2009
    Recovery of Online Redo Log: Thread 1 Group 5 Seq 1137 Reading mem 0
    Mem# 0: I:\ARCSIGHT\REDO\REDO5.LOG
    Mem# 1: I:\ARCSIGHT\REDO\REDO05B.LOG
    Sun Feb 22 23:20:58 2009
    Completed redo application
    Sun Feb 22 23:20:58 2009
    Completed crash recovery at
    Thread 1: logseq 1137, block 3, scn 1707309030
    0 data blocks read, 0 data blocks written, 0 redo blocks read
    Sun Feb 22 23:20:59 2009
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=62, OS id=6972
    Sun Feb 22 23:20:59 2009
    ARC0: Archival started
    ARC1 started with pid=66, OS id=6640
    Sun Feb 22 23:20:59 2009
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    Thread 1 advanced to log sequence 1138
    Thread 1 opened at log sequence 1138
    Current log# 4 seq# 1138 mem# 0: G:\ARCSIGHT\REDO\REDO4.LOG
    Current log# 4 seq# 1138 mem# 1: G:\ARCSIGHT\REDO\REDO04B.LOG
    Successful open of redo thread 1
    Sun Feb 22 23:21:00 2009
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sun Feb 22 23:21:00 2009
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Sun Feb 22 23:21:00 2009
    ARC1: Becoming the heartbeat ARCH
    Sun Feb 22 23:21:00 2009
    SMON: enabling cache recovery
    Sun Feb 22 23:21:02 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_pmon_6676.trc:
    ORA-27103: internal error
    OSD-00028: additional error information
    Sun Feb 22 23:21:02 2009
    PMON: terminating instance due to error 27103
    Sun Feb 22 23:21:02 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_reco_7696.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:02 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_smon_7472.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:02 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_ckpt_6380.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:02 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_lgwr_6756.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:03 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_dbw3_520.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:03 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_dbw2_6276.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:03 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_dbw1_6800.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:03 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_dbw0_6500.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:03 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_mman_7560.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:04 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_psp0_7544.trc:
    ORA-27103: internal error
    Instance terminated by PMON, pid = 6676
    I appreciate any input on what to look at to further isolate this issue. I'd run into many other issues along the way (setting AWE_WINDOW_MEMORY to a proper size, setting db_block_buffers to a proper value, etc) that various forum searches helped resolve but I've not been able to find anything related to the errors I'm getting now. If I set use_indirect_data_buffers=false and tune back the db_block_buffers, the instance starts without any problems. Its just when I try and enable the use of AWE that I'm having a problem.
    Nick

    Just wanted to close out this tread in case anyone else runs into a similar problem. Turns out we ran into a bug documented in the below linked article (we're using AMD processors). Essentially needed to disable NUMA.
    http://blog.csdn.net/orapeasant/archive/2007/06/05/1639532.aspx
    excerpt ....
    But please be aware of Bug 4494543 - affecting 10g and fixed in Oracle 11.0 ......
    ORA-7445: CORE DUMP [ACCESS_VIOLATION] WITH USE_INDIRECT_DATA_BUFFERS=TRUE
    Rediscovery Information:
    1) Using 32-Bit Oracle on a 32-Bit Windows 2003 server running on an AMD Opteron 64-Bit chip.
    2) You have set use_indirect_data_buffers=true in init.ora
    Workaround: Basically disable NUMA feature on 32-Bit platform :-
    1) Set ENABLENUMA = FALSE in Windows registry for the Oracle Home.
    2) Set enableNUMA_optimizations = FALSE (init.ora)
    Thanks for the help. We'll see if access to the extra memory will be useful or not .....
    Nick

  • Facing Problem while Installaing SAP NW PI 7.0 on Oracle Database

    Hello Friend,
    Ultimately I come here to take the global help.
    We are trying to Install SAP NW PI 7.0 on Windows 2003 Server Enterprise Edition x64, with Oracle 10.2 - 64bit Edition.
    On this host, we already have installed SAP NW CE 7.1 with the same Oracle 10.2
    SAP NW CE 7.1 is working fine on this Host.
    First, we tried to install SAP NW PI 7.0 with jdk 1.4.2.16(32 bit), which was giving the error, while installation using SAPInst. So We installed jdk 1.5.0.15 (64 bit), at own risk. But, the Installation was interrupted due to some unknown error something like "SDM failed to deploy some components...etc....etc.". So, we installed jdk 1.6.0.6( which is perfect for Windows x64). With this , jdk 1.6.0.6 the last problem did not come and we reached at 9th step (of total 98th step of SAP NW PI 7.0 Installation), and was at "Prepare to install minimal Configuration", and controling START and STOP of System. Bu We found that, the System was not able to even start, at that 95th Phase.
    After that, we did lot of R&Ds to come out from the trouble.
    I am attaching the requied TRACE files, they are as followed.
    dev_disp.
    %%%%%%%%%%%%%START of dev_disp%%%%%%%%%
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      02
    sid        PI1
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    144
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3132
    Thu May 08 16:50:32 2008
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (02 3132) [dpxxdisp.c   1243]
         shared lib "dw_xml.dll" version 144 successfully loaded
         shared lib "dw_xtc.dll" version 144 successfully loaded
         shared lib "dw_stl.dll" version 144 successfully loaded
         shared lib "dw_gui.dll" version 144 successfully loaded
         shared lib "dw_mdm.dll" version 144 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3902
    Thu May 08 16:50:36 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >vcerp99_PI1_02                          <
    DpShMCreate: sizeof(wp_adm)          25168     (1480)
    DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000EE70050, size: 6348592)
    DpShMCreate: allocated sys_adm at 000000000EE70050
    DpShMCreate: allocated wp_adm at 000000000EE72150
    DpShMCreate: allocated tm_adm_list at 000000000EE783A0
    DpShMCreate: allocated tm_adm at 000000000EE78400
    DpShMCreate: allocated wp_ca_adm at 000000000F3DC2A0
    DpShMCreate: allocated appc_ca_adm at 000000000F3E2060
    DpShMCreate: allocated comm_adm at 000000000F3E3FA0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000F46AC30
    DpShMCreate: allocated gw_adm at 000000000F46ACB0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F46ACE0
    DpShMCreate: allocated wall_adm at 000000000F46ACF0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    <ES> Info: em/initial_size_MB( 3966MB) not multiple of em/blocksize_KB( 4096KB)
    <ES> Info: em/initial_size_MB rounded up to 3968MB
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 991 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 704
      argv[0] = D:\usr\sap\PI1\DVEBMGS02\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\PI1\DVEBMGS02\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\PI1\SYS\profile\PI1_DVEBMGS02_vcerp99
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=65000
      argv[5] = -DSAPSYSTEM=02
      argv[6] = -DSAPSYSTEMNAME=PI1
      argv[7] = -DSAPMYNAME=vcerp99_PI1_02
      argv[8] = -DSAPPROFILE=D:\usr\sap\PI1\SYS\profile\PI1_DVEBMGS02_vcerp99
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1633]
    ***LOG Q0K=> DpMsAttach, mscon ( vcerp99) [dpxxdisp.c   11822]
    DpStartStopMsg: send start message (myname is >vcerp99_PI1_02                          <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Thu May 08 16:50:37 2008
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 144
    Release check o.K.
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu May 08 16:50:39 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 184
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:3822) [nixxi.cpp    4424]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=704)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu May 08 16:51:16 2008
    ERROR => DpHdlDeadWp: W0 (pid 4316) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W1 (pid 1536) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W2 (pid 3388) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W3 (pid 3980) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W4 (pid 2980) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W5 (pid 4164) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W6 (pid 4656) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W7 (pid 4516) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W8 (pid 2576) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W9 (pid 960) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => DpHdlDeadWp: W10 (pid 3764) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => DpHdlDeadWp: W11 (pid 636) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => DpHdlDeadWp: W12 (pid 3896) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W13 (pid 4696) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W14 (pid 4072) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => DpHdlDeadWp: W15 (pid 4808) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => DpHdlDeadWp: W16 (pid 2832) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:26 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Thu May 08 11:21:26 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     4316 Ended         no      1   0        0                                                                         
    1 DIA     1536 Ended         no      1   0        0                                                                         
    2 DIA     3388 Ended         no      1   0        0                                                                         
    3 DIA     3980 Ended         no      1   0        0                                                                         
    4 DIA     2980 Ended         no      1   0        0                                                                         
    5 DIA     4164 Ended         no      1   0        0                                                                         
    6 DIA     4656 Ended         no      1   0        0                                                                         
    7 DIA     4516 Ended         no      1   0        0                                                                         
    8 DIA     2576 Ended         no      1   0        0                                                                         
    9 DIA      960 Ended         no      1   0        0                                                                         
    10 UPD     3764 Ended         no      1   0        0                                                                         
    11 ENQ      636 Ended         no      1   0        0                                                                         
    12 BTC     3896 Ended         no      1   0        0                                                                         
    13 BTC     4696 Ended         no      1   0        0                                                                         
    14 BTC     4072 Ended         no      1   0        0                                                                         
    15 SPO     4808 Ended         no      1   0        0                                                                         
    16 UP2     2832 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Thu May 08 11:21:26 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    2
    2000
    6
    6
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    since last update     total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    Dump of tm_adm structure:               Thu May 08 11:21:26 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Thu May 08 11:21:26 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:31 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >vcerp99_PI1_02                          < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (5080) (SOFT_KILL)
    Stop icman
    killing process (1036) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:5080  HANDLE:304)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:32 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:5080  HANDLE:304)
    wait for end of icman
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:33 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:34 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:35 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:36 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:37 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:38 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:39 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:40 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:41 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:42 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:1036  HANDLE:312)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=337
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu May 08 16:51:43 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:1036  HANDLE:312)
    [DpProcDied] Process died  (PID:704  HANDLE:288)
    DpStartStopMsg: send stop message (myname is >vcerp99_PI1_02                          <)
    NiIMyHostName: hostname = 'vcerp99'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 3 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 3 (r)
    NiIRead: hdl 3 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    Thu May 08 16:51:44 2008
    NiIPeek: peek for hdl 3 timed out (r; 1000ms)
    NiIRead: read for hdl 3 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12168]
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 3 in set0
    SiSelNSet: set events of sock 212 to: ---
    NiBufISelRemove: remove hdl 3 from set0
    SiSelNRemove: removed sock 212 (pos=3)
    SiSelNRemove: removed sock 212
    NiSelIRemove: removed hdl 3
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/17
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 3 / sock 212
    NiBufIClose: clear extension for hdl 3
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 3132) [dpxxdisp.c   10421]
    Good Bye .....
    %%%%%%%%%%%%%%END of dev_disp%%%%%%%%%
    dev_w0
    %%%%%%%%%%%%%%START of dev_w0 trace file%%%%
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Thu May 08 16:50:37 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\PI1\DVEBMGS02\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\PI1\DVEBMGS02\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\PI1\DVEBMGS02\exe\dboraslib.dll' is "700.08", patchlevel (0.144)
    B  New connection 0 created
    M sysno      02
    M sid        PI1
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    144
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        4316
    M
    M  kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 4316) [dpxxdisp.c   1305]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          25168     (1480)
    M  DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1864)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000010E70050, size: 6348592)
    M  DpShMCreate: allocated sys_adm at 0000000010E70050
    M  DpShMCreate: allocated wp_adm at 0000000010E72150
    M  DpShMCreate: allocated tm_adm_list at 0000000010E783A0
    M  DpShMCreate: allocated tm_adm at 0000000010E78400
    M  DpShMCreate: allocated wp_ca_adm at 00000000113DC2A0
    M  DpShMCreate: allocated appc_ca_adm at 00000000113E2060
    M  DpShMCreate: allocated comm_adm at 00000000113E3FA0
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 000000001146AC30
    M  DpShMCreate: allocated gw_adm at 000000001146ACB0
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 000000001146ACE0
    M  DpShMCreate: allocated wall_adm at 000000001146ACF0

    M Thu May 08 16:50:38 2008
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host vcerp99

    M Thu May 08 16:50:39 2008
    M  calling db_connect ...
    C  Prepending D:\usr\sap\PI1\DVEBMGS02\exe to Path.
    C  Oracle Client Version: '10.2.0.2.0'
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@PI1 on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1 00000000138E8FA0 00000000138F11D0 000000001390D9F8
    C  Attaching to DB Server PI1 (con_hdl=0,svchp=000000001390D8B8,srvhp=000000001390FCE8)
    C  Starting user session (con_hdl=0,svchp=000000001390D8B8,srvhp=000000001390FCE8,usrhp=00000000138F19E8)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1033
    [dboci.c      4532]
    C  Detaching from DB Server (con_hdl=0,svchp=000000001390D8B8,srvhp=000000001390FCE8)
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dbsloci.c    11044]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@PI1 on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1 00000000138E8FA0 00000000138F11D0 000000001390D9F8
    C  Attaching to DB Server PI1 (con_hdl=0,svchp=000000001390D8B8,srvhp=000000001390FCE8)
    C  Starting user session (con_hdl=0,svchp=000000001390D8B8,srvhp=000000001390FCE8,usrhp=00000000138F19E8)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1033
    [dboci.c      4532]
    C  Detaching from DB Server (con_hdl=0,svchp=000000001390D8B8,srvhp=000000001390FCE8)
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dbsloci.c    11044]
    B  ***LOG BV3=> severe db error 1033      ; work process is stopped [dbsh#2 @ 1199] [dbsh    1199 ]
    B  ***LOG BY2=> sql error 1033   performing CON [dblink#5 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> ORA-01033: ORACLE initialization or shutdown in progress [dblink#5 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1440]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10468]

    M  Info for wp 0

    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server vcerp99_PI1_02 on host vcerp99 (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Thu May 08 16:50:39 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10688
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   724]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 4316) [dpnttool.c   327]
    %%%%%%%%%%END of dev_w0 file %%%%%%%%%%%%
    trans.log
    %%%%%%%%%%%%START of trans.log  %%%%%%%%%
    4 ETW000 r3trans version 6.14 (release 700 - 14.02.08 - 14:55:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 08.05.2008 - 17:07:15
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu May 08 17:07:17 2008                               0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                              0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                 0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0         79007  0.079007
    4 ETW000  [dev trc     ,00000]      using "D:\usr\sap\PI1\SYS\exe\uc\NTAMD64\dboraslib.dll"
    4 ETW000                                                                              25  0.079032
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                        11  0.079043
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                             254  0.079297
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "700.08", patchlevel (0.144)
    4 ETW000                                                                           27697  0.106994
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
    4 ETW000                                                                              21  0.107015
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
    4 ETW000                                                                              24  0.107039
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              18  0.107057
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              32  0.107089
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         14  0.107103
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              13  0.107116
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              17  0.107133
    4 ETW000  [dev trc     ,00000]  CLIENT_ORACLE_HOME is not set as environment variable or
    4 ETW000                        DIR_CLIENT_ORAHOME is not set as profile parameter.
    4 ETW000                          assuming using instant client with unspecified location.
    4 ETW000                                                                            7122  0.114255
    4 ETW000  [dev trc     ,00000]  Thu May 08 17:07:18 2008                          252994  0.367249
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.2.0'                   21  0.367270
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         12  0.367282
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8        191178  0.558460
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           22  0.558482
    4 ETW000  [dev trc     ,00000]  Connecting as /@PI1 on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              20  0.558502
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                            7651  0.566153
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0000000007534090 000000000030DF10 00000000003136D8
    4 ETW000                                                                              77  0.566230
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0     9578  0.575808
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      29  0.575837
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server PI1 (con_hdl=0,svchp=0000000000313598,srvhp=00000000075530E8)
    4 ETW000                                                                              48  0.575885
    4 ETW000  [dev trc     ,00000]  Assigning server context 00000000075530E8 to service context 0000000000313598
    4 ETW000                                                                          161629  0.737514
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                      6490  0.744004
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0000000000313598,srvhp=00000000075530E8,usrhp=000000000030E728)
    4 ETW000                                                                              39  0.744043
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1033
    4 ETW000                                                                          130057  0.874100
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=00000000075530E8)
    4 ETW000                                                                              16  0.874116
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0000000000313598,srvhp=00000000075530E8)
    4 ETW000                                                                              16  0.874132
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 00000000075530E8
    4 ETW000                                                                             313  0.874445
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1033'
    4 ETW000                                                                            9357  0.883802
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 1033         13  0.883815
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  48  0.883863
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@PI1 on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              15  0.883878
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              16  0.883894
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0000000007534090 000000000030DF10 00000000003136D8
    4 ETW000                                                                              19  0.883913
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                       9  0.883922
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server PI1 (con_hdl=0,svchp=0000000000313598,srvhp=00000000075530E8)
    4 ETW000                                                                              26  0.883948
    4 ETW000  [dev trc     ,00000]  Assigning server context 00000000075530E8 to service context 0000000000313598
    4 ETW000                                                                            7460  0.891408
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 000000000030E728
    4 ETW000                                                                              19  0.891427
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 000000000030E728
    4 ETW000                                                                              27  0.891454
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0000000000313598,srvhp=00000000075530E8,usrhp=000000000030E728)
    4 ETW000                                                                              72  0.891526
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1033
    4 ETW000                                                                           37125  0.928651
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=00000000075530E8)
    4 ETW000                                                                              16  0.928667
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0000000000313598,srvhp=00000000075530E8)
    4 ETW000                                                                              16  0.928683
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 00000000075530E8
    4 ETW000                                                                             313  0.928996
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1033'
    4 ETW000                                                                              18  0.929014
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 1033          9  0.929023
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 1033   performing CON [dblink#5 @ 431]
    4 ETW000                                                                           14700  0.943723
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-01033: ORACLE initialization or shutdown in progress [dblink#5 @ 431]
    4 ETW000                                                                              15  0.943738
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'PI1'"
    %%%%%%%%%%%END of trans.log %%%%%%%%%%%%%
    alert_pi1.log
    %%%%%%%%  START of alert_pi1.log %%%%%%%%%%%
    Dump file d:\oracle\pi1\saptrace\background\alert_pi1.log
    Wed May 07 14:36:54 2008
    ORACLE V10.2.0.2.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU                 : 2 - type 8664, 1 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:2774M/3966M, Ph+PgF:17617M/18761M
    Wed May 07 14:36:54 2008
    Starting ORACLE instance (normal)
    Wed May 07 14:36:55 2008
    Specified value of sga_max_size is too small, bumping to 662700032
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    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:
      processes                = 80
      sessions                 = 96
      event                    = 10191 trace name context forever, level 1
      sga_max_size             = 662700032
      shared_pool_size         = 314572800
      shared_pool_reserved_size= 31189893
      filesystemio_options     = setall
      control_files            = F:\ORACLE\PI1\ORIGLOGA\CNTRL\CNTRLPI1.DBF, F:\ORACLE\PI1\ORIGLOGB\CNTRL\CNTRLPI1.DBF, D:\ORACLE\PI1\SAPDATA1\CNTRL\CNTRLPI1.DBF
      control_file_record_keep_time= 30
      db_block_size            = 8192
      db_cache_size            = 314572800
      compatible               = 10.2.0
      log_archive_dest         = G:\oracle\PI1\oraarch\PI1arch
      log_buffer               = 6139904
      log_checkpoint_interval  = 0
      db_files                 = 254
      log_checkpoints_to_alert = TRUE
      dml_locks                = 4000
      replication_dependency_tracking= FALSE
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      inmemory_undo          = FALSE
      undo_retention           = 43200
      recyclebin               = off
      remote_os_authent        = TRUE
      remote_login_passwordfile= EXCLUSIVE
      job_queue_processes      = 1
      parallel_execution_message_size= 16384
      tablelookup_prefetch_size= 0
      background_dump_dest     = D:\ORACLE\PI1\SAPTRACE\BACKGROUND
      user_dump_dest           = D:\ORACLE\PI1\SAPTRACE\USERTRACE
      core_dump_dest           = D:\ORACLE\PI1\SAPTRACE\BACKGROUND
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = PI1
      open_cursors             = 800
      sortelimination_cost_ratio= 10
      btree_bitmap_plans     = FALSE
      star_transformation_enabled= true
      query_rewrite_enabled    = false
      indexjoin_enabled      = FALSE
      optimpeek_user_binds   = FALSE
      pga_aggregate_target     = 415865241
      optimizermjc_enabled   = FALSE
    MMAN started with pid=4, OS id=2608
    DBW0 started with pid=5, OS id=1656
    LGWR started with pid=6, OS id=1728
    CKPT started with pid=7, OS id=1536
    SMON started with pid=8, OS id=2772
    RECO started with pid=9, OS id=2196
    CJQ0 started with pid=10, OS id=2184
    MMON started with pid=11, OS id=2688
    MMNL started with pid=12, OS id=2188
    PMON started with pid=2, OS id=1400
    Wed May 07 14:36:58 2008
    CREATE DATABASE PI1 CONTROLFILE REUSE  MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET UTF8 NATIONAL CHARACTER SET UTF8 DATAFILE 'D:\oracle\PI1\sapdata1\system_1\system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M EXTENT MANAGEMENT LOCAL DEFAULT TEMPORARY TABLESPACE PSAPTEMP TEMPFILE 'D:\oracle\PI1\sapdata1\temp_1\temp.data1' SIZE 300M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M UNDO TABLESPACE PSAPUNDO DATAFILE 'D:\oracle\PI1\sapdata1\undo_1\undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M SYSAUX DATAFILE 'D:\oracle\PI1\sapdata1\sysaux_1\sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    LOGFILE GROUP 1 ('F:\oracle\PI1/origlogA/log_g11m1.dbf',
    'C:\oracle\PI1/mirrlogA/log_g11m2.dbf') SIZE 50M  REUSE ,
    GROUP 2 ('F:\oracle\PI1/origlogB/log_g12m1.dbf',
    'C:\oracle\PI1/mirrlogB/log_g12m2.dbf') SIZE 50M  REUSE ,
    GROUP 3 ('F:\oracle\PI1/origlogA/log_g13m1.dbf',
    'C:\oracle\PI1/mirrlogA/log_g13m2.dbf') SIZE 50M  REUSE ,
    GROUP 4 ('F:\oracle\PI1/origlogB/log_g14m1.dbf',
    'C:\oracle\PI1/mirrlogB/log_g14m2.dbf') SIZE 50M  REUSE
    PSP0 started with pid=3, OS id=2992
    Wed May 07 14:36:59 2008
    Database mounted in Exclusive Mode
    Wed May 07 14:37:05 2008
    Successful mount of redo thread 1, with mount id 1611568586
    Assigning activation ID 1611568586 (0x600e95ca)
    Thread 1 opened at log sequence 1
      Current log# 1 seq# 1 mem# 0: F:\ORACLE\PI1\ORIGLOGA\LOG_G11M1.DBF
      Current log# 1 seq# 1 mem# 1: C:\ORACLE\PI1\MIRRLOGA\LOG_G11M2.DBF
    Successful open of redo thread 1
    Wed May 07 14:37:05 2008
    MTTR advisory is disabled b

    can you also post 28,000 more lines? I'm sure this will be helpful....

  • SAP 4.6C hangs when Brtools run after oracle upgrade 10.2.0.4

    Hi All,
    We have Upgraded the Oracle 9i to 10.2.0.4 for sap 4.6C production machine. After the upgrade the sap was succesfully able to start. even i can see the version was reflected in the sap system status. in the Opatch lsinventory all the bug fixes are covered. However when ever the brtools starts like taking the backup, or dbcheck, or archivelog backup. we are getting terminated with errors and the system system hangs. here is the initSID.log as follows.
    Wed Nov 18 12:52:02 2009
    Errors in file i:\oracle\cpa\saptrace\usertrace\cpa_ora_5888.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: excepti
    Wed Nov 18 12:52:04 2009
    Doing block recovery for file 28 block 68766
    Block recovery from logseq 13424, block 2157 to scn 186123675
    Wed Nov 18 12:52:04 2009
    Recovery of Online Redo Log: Thread 1 Group 11 Seq 13424 Reading mem 0
      Mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G11M1.DBF
      Mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G11M2.DBF
    Block recovery completed at rba 13424.2423.16, scn 0.186123678
    Doing block recovery for file 27 block 1547
    Doing block recovery for file 27 block 1547
    Block recovery from logseq 13424, block 2157 to scn 186123679
    Wed Nov 18 12:52:04 2009
    Recovery of Online Redo Log: Thread 1 Group 11 Seq 13424 Reading mem 0
      Mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G11M1.DBF
      Mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G11M2.DBF
    Block recovery stopped at EOT rba 13424.2426.16
    Block recovery completed at rba 13424.2426.16, scn 0.186123679
    Wed Nov 18 13:35:44 2009
    Starting ORACLE instance (normal)
    Wed Nov 18 13:59:16 2009
    Thread 1 advanced to log sequence 13425 (LGWR switch)
      Current log# 13 seq# 13425 mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G13M1.DBF
      Current log# 13 seq# 13425 mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G13M2.DBF
    Wed Nov 18 15:45:52 2009
    Shutting down instance: further logons disabled
    Wed Nov 18 15:45:54 2009
    Stopping background process QMNC
    Wed Nov 18 15:45:55 2009
    Stopping background process CJQ0
    Wed Nov 18 15:45:56 2009
    Stopping background process MMNL
    Wed Nov 18 15:45:57 2009
    Stopping background process MMON
    Wed Nov 18 15:45:58 2009
    Shutting down instance (immediate)
    License high water mark = 27
    Wed Nov 18 15:45:58 2009
    Stopping Job queue slave processes, flags = 7
    Wed Nov 18 15:45:58 2009
    Job queue slave processes stopped
    Wed Nov 18 15:46:01 2009
    ALTER DATABASE CLOSE NORMAL
    Wed Nov 18 15:46:01 2009
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Wed Nov 18 15:46:01 2009
    Shutting down archive processes
    Archiving is disabled
    Wed Nov 18 15:46:06 2009
    ARCH shutting down
    ARC1: Archival stopped
    Wed Nov 18 15:46:11 2009
    ARCH shutting down
    ARC0: Archival stopped
    Wed Nov 18 15:46:12 2009
    Thread 1 closed at log sequence 13425
    Successful close of redo thread 1
    Wed Nov 18 15:46:12 2009
    Completed: ALTER DATABASE CLOSE NORMAL
    Wed Nov 18 15:47:10 2009
    ALTER DATABASE DISMOUNT
    Wed Nov 18 15:47:10 2009
    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 Nov 18 15:51:52 2009
    Starting ORACLE instance (normal)
    Wed Nov 18 15:51:52 2009
    System parameter db_block_buffers enabled without VLM on.
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =12
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 100
      sessions                 = 115
      timed_statistics         = TRUE
      event                    = 10411 trace name context forever, level 1
      shared_pool_size         = 377487360
      large_pool_size          = 8388608
      java_pool_size           = 67108864
      streams_pool_size        = 50331648
      shared_pool_reserved_size= 37614518
      firstspare_parameter   = 1
      control_files            = M:\ORACLE\CPA\SAPDATA1\CNTRL\CNTRLCPA.DBF, M:\ORACLE\CPA\MIRRLOGA\CNTRL\CNTRLCPA.DBF, M:\ORACLE\CPA\ORIGLOGA\CNTRL\CNTRLCPA.DBF
      control_file_record_keep_time= 30
      db_block_buffers         = 68874
      db_block_size            = 8192
      compatible               = 10.2.0
      log_archive_dest         = H:\oracle\CPA\saparch\CPAarch
      log_buffer               = 2850816
      log_checkpoint_interval  = 0
      log_checkpoint_timeout   = 0
      db_files                 = 254
      db_file_multiblock_read_count= 8
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      undo_retention           = 43200
      recyclebin               = off
      remote_login_passwordfile= EXCLUSIVE
      local_listener           = LISTENER_CPA
      cursor_space_for_time    = FALSE
      job_queue_processes      = 1
      create_bitmap_area_size  = 33554432
      bitmap_merge_area_size   = 33554432
      parallel_max_servers     = 4
      parallel_execution_message_size= 8192
      hash_area_size           = 4194304
      background_dump_dest     = I:\ORACLE\CPA\SAPTRACE\BACKGROUND
      user_dump_dest           = I:\ORACLE\CPA\SAPTRACE\USERTRACE
      max_dump_file_size       = 20000
      session_max_open_files   = 20
      optimizer_features_enable= 9.2.0
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = CPA
      open_cursors             = 800
      optimizer_mode           = CHOOSE
      star_transformation_enabled= true
      optimizer_index_cost_adj = 10
      pga_aggregate_target     = 25165824
    PMON started with pid=2, OS id=2880
    PSP0 started with pid=3, OS id=5268
    MMAN started with pid=4, OS id=5768
    DBW0 started with pid=5, OS id=5076
    LGWR started with pid=6, OS id=6600
    CKPT started with pid=7, OS id=812
    SMON started with pid=8, OS id=3052
    RECO started with pid=9, OS id=6132
    CJQ0 started with pid=10, OS id=3648
    MMON started with pid=11, OS id=4872
    MMNL started with pid=12, OS id=3656
    Wed Nov 18 15:51:53 2009
    ALTER DATABASE   MOUNT
    Wed Nov 18 15:51:57 2009
    Setting recovery target incarnation to 1
    Wed Nov 18 15:51:57 2009
    Successful mount of redo thread 1, with mount id 4087130713
    Wed Nov 18 15:51:57 2009
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Wed Nov 18 15:51:58 2009
    ALTER DATABASE OPEN
    Wed Nov 18 15:51:58 2009
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=14, OS id=5620
    Wed Nov 18 15:51:58 2009
    ARC0: Archival started
    Wed Nov 18 15:51:58 2009
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    Thread 1 opened at log sequence 13425
      Current log# 13 seq# 13425 mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G13M1.DBF
      Current log# 13 seq# 13425 mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G13M2.DBF
    Successful open of redo thread 1
    Wed Nov 18 15:51:58 2009
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    ARC1 started with pid=15, OS id=3344
    Wed Nov 18 15:51:59 2009
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Wed Nov 18 15:51:59 2009
    ARC1: Becoming the heartbeat ARCH
    Wed Nov 18 15:51:59 2009
    SMON: enabling cache recovery
    Wed Nov 18 15:52:00 2009
    Successfully onlined Undo Tablespace 31.
    Wed Nov 18 15:52:00 2009
    SMON: enabling tx recovery
    Wed Nov 18 15:52:00 2009
    Database Characterset is US7ASCII
    Opening with internal Resource Manager plan
    where NUMA PG = 1, CPUs = 4
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=16, OS id=5172
    Wed Nov 18 15:52:04 2009
    Completed: ALTER DATABASE OPEN
    Wed Nov 18 15:53:00 2009
    Thread 1 advanced to log sequence 13426 (LGWR switch)
      Current log# 14 seq# 13426 mem# 0: M:\ORACLE\CPA\ORIGLOGB\LOG_G14M1.DBF
      Current log# 14 seq# 13426 mem# 1: M:\ORACLE\CPA\MIRRLOGB\LOG_G14M2.DBF
    Wed Nov 18 16:02:30 2009
    Errors in file i:\oracle\cpa\saptrace\usertrace\cpa_ora_6540.trc:
    ORA-00600: internal error code, arguments: [qertbFetchByRowID], [], [], [], [], [], [], []
    Wed Nov 18 16:07:23 2009
    Hex dump of (file 15, block 157170) in trace file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc
    Corrupt block relative dba: 0x03c265f2 (file 15, block 157170)
    Bad header found during preparing block for write
    Data in bad block:
    type: 48 format: 0 rdba: 0x30303030
    last change scn: 0x5043.50415330 seq: 0x41 flg: 0x41
    spare1: 0x30 spare2: 0x30 spare3: 0x5a31
    consistency value in tail: 0x8b15a015
    check value in block header: 0x4730
    block checksum disabled
    Wed Nov 18 16:07:24 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc:
    ORA-00600: internal error code, arguments: [kcbzpbuf_1], [4], [1], [], [], [], [], []
    Wed Nov 18 16:07:26 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc:
    ORA-00600: internal error code, arguments: [kcbzpbuf_1], [4], [1], [], [], [], [], []
    DBW0: terminating instance due to error 471
    Wed Nov 18 16:07:26 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_pmon_2880.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:26 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_ckpt_812.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:28 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_q001_1980.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:28 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_j000_5552.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:29 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_lgwr_6600.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:12:29 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_mman_5768.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:12:29 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_psp0_5268.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:12:34 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc:
    ORA-27300: OS system dependent operation:spdde:9262:4210 failed with status: 0
    ORA-27301: OS failure message: The operation completed successfully.
    ORA-27302: failure occurred at: skgpkill4
    ORA-27144: attempt to kill process failed
    ORA-00600: internal error code, arguments: [kcbzpbuf_1], [4], [1], [], [], [], [], []
    Wed Nov 18 16:12:39 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_smon_3052.trc:
    ORA-00471: DBWR process terminated with error
    can any one please help me on this . as this is production we are facing this problem from past 3 weeks. no one was able to analyze whats giong wrong. so because of this we even stopped the backup's of archivelog and online backup. Please some one help me asap. Your help is really appreciated.
    Hemanth

    Hi Stefan,
    I have already raised an sap call with very high priority. Sap has also verified and given me a few commands to verify if there any data block corruptions by using the dbverify and export of database to null. The export log and the db verify log shows no error. all the database if fine without any data block corruptions. is it like if patchset is not done well then will be get these type of problems? But i can see the Opatch lsinventory log shows all the patchsets and the bugs covered as per the patchset we applied. here is the Opatch lsinventory logfile for your reference. finally sap told that it is due to fault memory chip. we also did a memory test to see is it really a fault memory chip. but the memory test shows no errors. what could be the error. please help!
    Installed Top-level Products (3):
    Oracle Database 10g                                                  10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 1                            10.2.0.2.0
    Oracle Database 10g Release 2 Patch Set 3                            10.2.0.4.0
    There are 3 products installed in this Oracle Home.
    Interim patches (1) :
    Patch  8880857      : applied on Sat Nov 14 12:32:58 CET 2009
    Unique Patch ID:  11799402
       Created on 18 Sep 2009, 00:36:22 hrs PST8PDT
       Bugs fixed:
         8880857, 7270434, 7597354, 6945157, 4966512, 6827260, 8426816, 7172752
         8702276, 7196863, 6857917, 8217011, 8433026, 8409848, 8341623, 5727166
         8199266, 6687381, 6271590, 6749617, 5630796, 5457450, 8301952, 7442260
         8628970, 6460304, 6919709, 6282944, 8205205, 6765855, 4627274, 8236723
         7315521, 8232056, 8762356, 7452373, 8220734, 8537544, 8599814, 4598439
         6808012, 7370410, 7585472, 8247017, 8357689, 6642751, 8355120, 8366255
         8780444, 8660243, 6394861, 7298987, 6126439, 6005525, 7556778, 6009358
         8512015, 5345978, 5598333, 7440973, 8339055, 8750358, 8537075, 5926510
         8753157, 5258914, 8640813, 6165874, 7670135, 7268438, 5743318, 6784671
         6034609, 8242879, 8708077, 8308278, 6730567, 8244734, 7041059, 8556340
         6521934, 7185460, 8268348, 8506458, 8542772, 7189984, 8547175, 5452113
         8295094, 6825866, 6915767, 5933656, 7207654, 7662491, 6988971, 5224794
         8566266, 6134664, 7487294, 7382225, 6004127, 7434148, 5726433, 8348028
         8420551, 6932504, 6643194, 7145531, 8586236, 6755419, 8609346, 7658224
         6029786, 7126504, 8423950, 7225204, 7551539, 5643036, 6997042, 6814502
         5399699, 5231155, 8209514, 5702433, 8309791, 6338068, 7695070, 8526100
         8467800, 8348514, 8318020, 7891471, 7657126, 6399168, 5394888, 8284633
         8284438, 7716219, 8471715, 8256539, 7291157, 8407546, 6401347, 8234504
         7698349, 7520091, 7411265, 7524768, 7480997, 8569254, 6996030, 8510218
         6655588, 4740049, 4085593, 6340297, 6023472, 6940487, 6964283, 6726958
         6954407, 8559466, 7033630, 7039896, 7763473, 8453040, 7446153, 4871892
         8247215, 6954722, 6053134, 8198906, 7591985, 6975521, 8274994, 7615454
         7521164, 6745682, 7598781, 7639914, 6153930, 6408317, 8541774, 8373035
         7659217, 7258065, 6035809, 6162731, 5852921, 7434973, 5745084, 5247029
         6155919, 5872943, 5939230, 6073325, 7722575, 8273910, 7423771, 6628122
         8216754, 7836441, 8282743, 7704827, 8347139, 8439220, 7023147, 8303388
         7695742, 6512811, 6021687, 5847453, 6522654, 8281791, 7207921, 3320140
         6960874, 6392076, 7475294, 7381308, 8373286, 6800507, 6858062, 7330909
         7477934, 7661251, 7835247, 8247855, 8342923, 8299095, 6741425, 7272039
         7441785, 7692248, 6526370, 7116357, 7463138, 6331062, 7830001, 8331807
         8392340, 7688581, 6824129, 5259835, 8199533, 7639602, 5705385, 5764671
         6052226, 4693355, 7710538, 7575925, 5868598, 7686186, 7219752, 8267348
         6919819, 7257770, 8230457, 7257461, 7263842, 7332423, 7307821, 7514969
         7581964, 7032684, 5879114, 8299199, 6404447, 7527908, 6014513, 7378661
         6145177, 7552067, 6799205, 6352003, 7502837, 6069409, 6371909, 8227091
         6952701, 7298688, 7396409, 8227106, 6343150, 6403091, 6610218, 6681695
         6724797, 6802650, 6804746, 6817593, 6833965, 6960489, 7136866, 7173005
         7238230, 7457766, 7600026, 7599944, 8251247, 8268054, 8324577, 8331466
         8287504, 6711853, 6976005, 7460818, 7276960, 5126719, 7044551, 6882739
         7568556, 7159505, 6840740, 7593835, 6941717, 7569205, 6955744, 5404871
         7013124, 6345573, 6070225, 7432601, 6490140, 6074620, 7140204, 7136489
         7494333, 5476236, 6980597, 7643632, 7197445, 6469211, 8287155, 8304589
         8283650, 3934160, 8292378, 7331867, 6599920, 7036453, 7363767, 6265559
         7341598, 6987790, 6926448, 6181488, 6615740, 7125408, 6596564, 6903051
         6120004, 6988017, 6851438, 7527650, 7432514, 7553884, 7499353, 7175513
         6452375, 7393804, 7523787, 7189645, 8239142, 7043989, 6268409, 7693128
         7345904, 7149004, 6683178, 6413089, 6650256, 8340379, 8328954, 6378112
         7710551, 6778714, 6919764, 7254987, 6752765, 6418420, 6733655, 7247217
         7691766, 7552042, 4637902, 6219529, 8347704, 7552082, 7424804, 6658484
         8340383, 7378735, 6509115, 5863926, 8340387, 7528105, 6673834, 7243184
         7291029, 8223467, 7237687, 7665893, 7519531, 7293244, 5262526, 8282992
         8307237, 8208765, 8208643, 7319691, 7505535, 7489862, 7688543, 5945060
         7238163, 4459936, 7172531, 5147386, 6500033, 6908967, 7459192, 7694979
         4736319, 8210889, 8223481, 5893331, 7704811, 6143420, 7193068, 6367360
         8214576, 7162704, 6869712, 6999955, 5705196, 6642692, 8362683, 6638558
         7340448, 8258839, 5399610, 6370967, 7585970, 7378401, 7043173, 7159451
         6122696, 5697354, 6981690, 5256703, 8216864, 7697802, 7523475, 6838714
         7439465, 5730603, 8225197, 7592450, 5099019, 6319761, 7664560, 7509689
         7229351, 7278117, 7654407, 7690331, 7828479, 7003718, 6491175, 6737765
         6991626, 7634610, 7519687, 6896371, 5686407, 6379441, 6313035, 5849687
         6894671, 7170213, 8201796, 6656309, 6155146, 7516867, 7296258, 7715044
         7486155, 7450460, 6113018, 7447345, 7305703, 7513673, 6640411, 7558379
         7597059, 7372337, 7484102, 6730125, 6936368, 7648406, 6047490, 6270137
         6452035, 4902697, 7677780, 6661393, 7501180, 7592168, 7007924, 7295298
         7361423, 7453155, 6282093, 5701723, 7318276, 6652767, 7458976, 7241059
         7385253, 6759910, 7375077, 7272297, 7008262, 6870047, 6896554, 7263061
         7395972, 6939835, 7515898, 6454634, 7314091, 7439689, 6811031, 5229627
         5586604, 7196532, 7573151, 7254367, 7606362, 6083292, 6994490, 5718815
         7207932, 6013981, 7592319, 7415038, 6144426, 6145687, 7509964, 6629890
         7444320, 7579079, 6350579, 7584866, 7522608, 5648287, 5709135, 6430500
         6833602, 7211965, 7236148, 7257160, 7325597, 7429070, 7430474, 7439957
         7454131, 7522909, 7515828, 7462072, 6904068, 7145872, 7190477, 7498506
         6519198, 6770417, 6395755, 6782437, 6452766, 6775231, 7189447, 7330258
         7144872, 7395472, 6216149, 7477691, 5951091, 7448543, 7522473, 6967923
         6742924, 4695511, 7413928, 6054929, 7129643, 5879865, 7430745, 6923450
         6685261, 6415531, 6359490, 7196894, 6924458, 7151667, 6627593, 6766884
         6766956, 6791019, 7494876, 7336032, 6368000, 7037203, 6955040, 5945647
         5573896, 7246117, 7433792, 6670740, 7388606, 7118478, 6768289, 7002207
         5883691, 7251909, 7366749, 7280289, 7273832, 7155655, 7138405, 6845871
         7331569, 7188610, 7480785, 7359366, 6874522, 5343559, 7356443, 7144891
         6375150, 5059447, 7038750, 6877038, 6193945, 7309458, 6854919, 5490816
         6605106, 6472286, 6606749, 6067825, 6932206, 6455412, 6674196, 7362653
         6746196, 6774830, 6451626, 7364935, 4561087, 4440589, 7315642, 7411865
         5348308, 6865378, 7331929, 7191744, 7342082, 6506818, 5944239, 7271619
         6619922, 5926711, 5996457, 7326738, 7386320, 5131180, 7046751, 6672737
         7237571, 7269450, 6782276, 7113299, 7190270, 4235212, 7348412, 5712781
         7357454, 6978876, 7287289, 7162648, 6635214, 6844739, 7046187, 6962622
         6797677, 7154415, 7142215, 7300599, 6399597, 7013768, 6875111, 6959964
         6133008, 7123643, 6122097, 6678845, 7210296, 7216535, 6594005, 6527074
         6262792, 7340474, 7313129, 6504899, 5095023, 6134368, 6725634, 7210921
         6870937, 7014646, 7017637, 6805009, 6876196, 6972343, 6897966, 6809093
         6736159, 7244238, 7127618, 7195088, 6607486, 6822672, 6687129, 6655657
         6355282, 6489332, 6789923, 6454468, 7005671, 7140644, 7039080, 6695247
         6689334, 6936964, 6445329, 7253058, 6862248, 6082292, 7004914, 5690152
         6374297, 6653934, 5208177, 6119017, 6679303, 6600051, 7228971, 6988848
         7149751, 6221403, 6440977, 6972291, 7188932, 6344497, 6724838, 7218676
         7036589, 4033868, 5883585, 6944036, 6327692, 6163785, 6913090, 7027551
         6130317, 5868257, 5190885, 6798910, 6934892, 7022905, 6795880, 6935367
         6667800, 5386874, 6925163, 6076414, 6432837, 6956212, 6714608, 6336234
         6471770, 6771400, 6511850, 7003151, 6952800, 6656630, 6898054, 5688060
         7154241, 7150609, 6660648, 6954829, 6207468, 6455659, 5970301, 6530171
         6607505, 5213488, 5944121, 5843814, 6163771, 7117709, 6896701, 6833159
         6759032, 5900004, 4393920, 6645719, 5251842, 7019835, 6826661, 6883418
         7011807, 6241222, 6956461, 6193802, 7006942, 6986658, 5410059, 6626018
         5704108, 5890312, 5934363, 6760697, 6121357, 6110752, 6725855, 5923486
         6705635, 5234947, 5902962, 6143047, 5895190, 6917874, 6151380, 6456530
         5368296, 5386204, 6369463, 6768114, 6200820, 6972843, 5880921, 6506617
         6994160, 6345197, 6506816, 6670579, 6688740, 5961436, 6823287, 6604020
         6372848, 6414616, 6195891, 6822995, 6595426, 5747462, 6120483, 6981215
         6082832, 5623467, 4551675, 6329318, 6324944, 6376928, 6783426, 6051177
         6024730, 5935935, 6778404, 4169479, 5756769, 5714944, 6670551, 6607676
         6084232, 6815733
    Hemanth

  • Dropping tables in Oracle 10g Express

    I have several schemas created in my oracle express db. And I have created 1 user, 'met' that has privs to do anything in any schema.
    If user met drops a table in the acct schema, it does not go in the acct recyclebin like I would think. It is renamed BIN$...... and left in the acct schema.
    If acct drops a table in the acct schema, then it shows up in the acct recyclebin as the same name it had in the schema.
    We have 40+ schemas, and I don't want to login as each individual user to manage there tables, I want one account to manage them all, but do not want to leave alot of BIN$..... tables in the schema when I drop a table.
    I know I can purge them, and remove them for good, but If I want to drop a table, and have a backup for a while, I want it to be in the recyclebin.
    Anyway to fix this, or is this just how it work?

    You may want to use the purge command:
    PURGE recyclebin;
    Or disable the recycle bin parameter, which will diables the flashback feature and won't allow you to recover any mistakenly dropped table:
    RECYCLE_BIN=FALSE;
    Regards.

  • Easy Loader creates Additional tables in Oracle 10G

    Hellow everybody
    I have uploaded a MapInfo TAB file into OracleSpatial 10G, using EasyLoader utility in MapInfo prof 8.0. To my surprise I found some additional tables created apart from the loaded spatial table. They are
    BIN$3K6Am/kGSH6qQR1cSxw1yQ==$0
    BIN$uL2fNlZOTHGh1erc17qOIw==$0
    BIN$/0NNB59pSo6Bl8t/LzxsQg==$0
    BIN$onUlr5+ASVieMUvi/y36rA==$0
    What are these tables? and why are they created?
    Regards
    Sunny

    Those tables are not created by Easyloader.- at least not directly.
    Starting with 10g, the database now contains a "recycle bin" much like the NTFS file system. Whenever you drop a table, that table does not really get dropped: it gets renamed to objects with obscure names (like BIN$onUlr5+ASVieMUvi/y36rA==$0).
    You can see the actual names of the objects in your recyble bin by doing:
    SQL> select * from recyclebin;
    And restore (undrop) a table by doing, for example:
    SQL> flashback my_table to before drop;
    So, either you dropped some tables before (or after) running easyloader, or possibly easyloader created some tables which it then dropped.
    Oh, and I forgot. To clear out your bin, do:
    SQL> purge recyclebin;
    If you intend to use this feature, I strongly recommend that you first read the admin manual first (section titled "Using Flashback Drop and Managing the Recycle Bin") - available here: http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10739/tables.htm#sthref2006

  • 32 to 64 bit Oracle.

    Hello Colleagues. I'm have a problem and can't understand that's wrong ...
    I'm trying Homogeneous System copy win 32 to 64 , ERP SR3 Central system ABAP+JAVA with Backup/Reastore  ... The Source system are installed by Consultant team and i can't change any settings in any component on system in this time ...
    I'm generate the control.sql on source system, load the JAVA part.
    On Target system i'm install the Oracle 10.2.0.2 Bundle patches. Start sapins with requred system copy
    paths, after sapinst ask's the restore database and all files (per SYS COPY GUIDE), i'm copy oll files with same drives and names, copy the control.sql and init_TARGET.ora to required destinations.
    After i will see error :
    CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: ORA-02778: Name given for the log directory is invalid
    CREATE CONTROLFILE REUSE
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER DATABASE OPEN RESETLOGS
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER TABLESPACE PSAPTEMP ADD TEMPFILE 'D:\ORACLE\SID\SAPDATA2\TEMP_1\TEMP.DATA1'
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    ORA-02778: Name given for the log directory is invalid.
    I'm checking all paths and directories on initSID.ora , all are correct,
    *._OPTIM_PEEK_USER_BINDS=FALSE
    *.background_dump_dest='D:\oracle\SID\saptrace\background'
    *.compatible='10.2.0'
    *.control_file_record_keep_time=30
    *.control_files='D:\oracle\SID\sapdata1\cntrl\cntlrSID.dbf','D:\oracle\SID\sapdata2\cntrl\cntrlSID.dbf','D:\oracle\SID\sapdata3\cntrl\cntrlSID.dbf'
    *.core_dump_dest='D:\oracle\SID\saptrace\background'
    *.db_block_size=8192
    *.db_cache_size=314572800
    *.db_files=254
    *.db_name='SID'
    *.dml_locks=4000
    *.event='10191 trace name context forever, level 1'
    *.FILESYSTEMIO_OPTIONS='setall'
    *.job_queue_processes=1
    *.log_archive_dest='D:\oracle\SID\oraarch\SIDarch'
    *.log_buffer=1048576
    *.log_checkpoint_interval=0
    *.log_checkpoints_to_alert=true
    *.open_cursors=800
    *.optimizer_features_enable='10.2.0.1'
    *.pga_aggregate_target=419430400
    *.processes=80
    *.recyclebin='off'
    *.remote_login_passwordfile='exclusive'
    *.remote_os_authent=true
    *.sessions=96
    *.sga_max_size=629145600
    *.shared_pool_reserved_size=31457280
    *.shared_pool_size=314572800
    *.sort_area_retained_size=0
    *.sort_area_size=2097152
    *.statistics_level='typical'
    *.undo_management='AUTO'
    *.undo_retention=43200
    *.undo_tablespace='PSAPUNDO'
    *.user_dump_dest='D:\oracle\SID\saptrace\usertrace'
    *.workarea_size_policy='AUTO'
    In alert_SID.log from (D:\oracle\SID\102\RDBMS\trace ) lines only like
    Starting ORACLE instance (normal)
    Thu Feb 05 20:21:58 2009
    Adjusting the default value of parameter parallel_max_servers
    from 160 to 65 due to the value of parameter processes (80)
    Thu Feb 05 20:21:59 2009
    Starting ORACLE instance (normal)
    Thu Feb 05 20:57:22 2009
    Adjusting the default value of parameter parallel_max_servers
    from 160 to 65 due to the value of parameter processes (80)
    Thu Feb 05 20:57:22 2009
    Starting ORACLE instance (restrict)
    Tnslistener are up and running :
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 10.2.0.2.0 - Production
    Start Date                05-FEB-2009 19:50:51
    Uptime                    0 days 0 hr. 0 min. 6 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\oracle\SID\102\network\admin\listener.ora
    Listener Log File         D:\oracle\SID\102\network\log\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\SID.WORLDipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\SIDipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server.local)(PORT=1527)))
    Services Summary...
    Service "SID" has 1 instance(s).
      Instance "SID", status UNKNOWN, has 2 handler(s) for this service...
    OracleServiceSID are started to .....
    What could be the problem ? Thanks for all answers. Regards.

    Hello Joe Bo the Control.sql starts :
    CONNECT / AS SYSDBA
    STARTUP NOMOUNT
    CREATE CONTROLFILE REUSE
    SET DATABASE "SID"
    RESETLOGS
    ARCHIVELOG
    MAXLOGFILES 255
    MAXLOGMEMBERS 3
    MAXDATAFILES 1022
    MAXINSTANCES 50
    MAXLOGHISTORY 11680
    LOGFILE
    GROUP
    e.t.c.
    The log
    SQL*Plus: Release 10.2.0.2.0 - Production on Thu Feb 5 20:16:39 2009
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    Connected to an idle instance.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORA-02778: Name given for the log directory is invalid
    CREATE CONTROLFILE REUSE
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER DATABASE OPEN RESETLOGS
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER TABLESPACE PSAPTEMP ADD TEMPFILE 'D:\ORACLE\SID\SAPDATA2\TEMP_1\TEMP.DATA1'
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    ORA-02778: Name given for the log directory is invalid
    Yes the D:\oracle\SID\oraarch is there, and is writeable.
    Thanks for your time. Regards.

  • ORACLE NOT COMING UP AFTER UPGRADE to  10.0.2.0.4

    Hi
    In an Oracle upgraded system from 10.0.2.0.2  to 10.0.2.0.4  , ORACLE is not coming up
    with following messages
    when i type SQL> startup force
    ORA-01092: ORACLE instance terminated. Disconnection forced
    also
    When i type
    hostname> ./dbua
    am getting
    JVMXM008: Error occured while initialising System ClassException in thread "main" Could not create the Java virtual machine.
    Regards

    Also find the last 100 lines  from alert SID.log**************************
    Specified value of sga_max_size is too small, bumping to 616562688
    sskgpgetexecname failed to get name
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 400
      sessions                 = 800
      event                    = 10028 trace name context forever, level 1, 10027 trace name context forever, level 1, 10162 trace name context forever, level 1, 38068 trace name context forever, level 100, 10629 trace name context forever, level 1, 38087 trace name context forever, level 1
      sga_max_size             = 616562688
      shared_pool_size         = 293601280
      filesystemio_options     = setall
      control_files            = /oracle/DBB/origlogA/cntrl/cntlrDBB.dbf, /oracle/DBB/origlogB/cntrl/cntrlDBB.dbf, /oracle/DBB/sapdata1/cntrl/cntrlDBB.dbf
      control_file_record_keep_time= 30
      db_block_size            = 8192
      db_cache_size            = 293601280
      compatible               = 10.2.0
      log_archive_dest         = /oracle/DBB/oraarch/DBBarch
      log_buffer               = 2040832
      log_checkpoint_interval  = 0
      db_files                 = 254
      log_checkpoints_to_alert = TRUE
      dml_locks                = 4000
      replication_dependency_tracking= FALSE
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      inmemory_undo          = FALSE
      undo_retention           = 43200
      recyclebin               = off
      remote_os_authent        = TRUE
      remote_login_passwordfile= EXCLUSIVE
      job_queue_processes      = 1
      parallel_max_servers     = 20
      parallel_execution_message_size= 16384
      background_dump_dest     = /oracle/DBB/saptrace/background
      user_dump_dest           = /oracle/DBB/saptrace/usertrace
      max_dump_file_size       = 20000
      core_dump_dest           = /oracle/DBB/saptrace/background
      optimizer_features_enable= 10.2.0.1
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = DBB
      open_cursors             = 800
      sortelimination_cost_ratio= 10
      btree_bitmap_plans     = FALSE
      star_transformation_enabled= TRUE
      parallel_threads_per_cpu = 1
      query_rewrite_enabled    = FALSE
      indexjoin_enabled      = FALSE
      optimpeek_user_binds   = FALSE
      pga_aggregate_target     = 386547056
      workarea_size_policy     = AUTO
      statistics_level         = typical
      optimizermjc_enabled   = FALSE
    PMON started with pid=2, OS id=1388620
    PSP0 started with pid=3, OS id=1282090
    MMAN started with pid=4, OS id=1110138
    DBW0 started with pid=5, OS id=864434
    LGWR started with pid=6, OS id=848030
    CKPT started with pid=7, OS id=716928
    SMON started with pid=8, OS id=1441840
    RECO started with pid=9, OS id=1364174
    CJQ0 started with pid=10, OS id=1355930
    MMON started with pid=11, OS id=1351838
    MMNL started with pid=12, OS id=1413306
    Tue Oct 27 13:01:46 2009
    ALTER DATABASE   MOUNT
    Tue Oct 27 13:01:50 2009
    Setting recovery target incarnation to 1
    Tue Oct 27 13:01:50 2009
    Successful mount of redo thread 1, with mount id 1022367290
    Tue Oct 27 13:01:50 2009
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Tue Oct 27 13:01:50 2009
    ALTER DATABASE OPEN
    Tue Oct 27 13:01:50 2009
    Thread 1 opened at log sequence 4620
      Current log# 4 seq# 4620 mem# 0: /oracle/DBB/origlogB/log_g14m1.dbf
      Current log# 4 seq# 4620 mem# 1: /oracle/DBB/mirrlogB/log_g14m2.dbf
    Successful open of redo thread 1
    Tue Oct 27 13:01:50 2009
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Tue Oct 27 13:01:50 2009
    SMON: enabling cache recovery
    Tue Oct 27 13:01:50 2009
    Errors in file /oracle/DBB/saptrace/usertrace/dbb_ora_1491064.trc:
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Tue Oct 27 13:01:50 2009
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Instance terminated by USER, pid = 1491064
    ORA-1092 signalled during: ALTER DATABASE OPEN...

  • Oracle 10.2.0.4 to 11.2.0.3 upgrade

    Hi All,
    I have a BI EHP2 system with Linux / Oracle 10.2.0.4 .
    We are into the upgrade process > We are getting some error during the pre_upgrade scripts.
    SQL> @pre_upgrade_tasks.sql
    ================================
    === PRE-UPGRADE Tasks: START ===
    ================================
    Date       Time                                                                
    2012-03-08 18:33:58                                                            
    Recompiling invalid objects
    This reduces the number of invalid objects as much as possible.
    TIMESTAMP                                                                      
    COMP_TIMESTAMP UTLRP_BGN  2012-03-08 18:33:58                                  
    PL/SQL procedure successfully completed.
    TIMESTAMP                                                                      
    COMP_TIMESTAMP UTLRP_END  2012-03-08 18:34:15                                  
    PL/SQL procedure successfully completed.
    DOC> The following query reports the number of objects that have compiled
    DOC> with errors (objects that compile with errors have status set to 3 in
    DOC> obj$). If the number is higher than expected, please examine the error
    DOC> messages reported with each object (using SHOW ERRORS) to see if they
    DOC> point to system misconfiguration or resource constraints that must be
    DOC> fixed before attempting to recompile these objects.
    DOC>#
    OBJECTS WITH ERRORS                                                            
    7                                                            
    DOC> The following query reports the number of errors caught during
    DOC> recompilation. If this number is non-zero, please query the error
    DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
    DOC> are due to misconfiguration or resource constraints that must be
    DOC> fixed before objects can compile successfully.
    DOC>#
    ERRORS DURING RECOMPILATION                                                    
    1                                                    
    PL/SQL procedure successfully completed.
    Purging Recyclebin
    This reduces the time needed for upgrading the database.
    SQL> PURGE DBA_RECYCLEBIN;
    DBA Recyclebin purged.
    SQL> SET ECHO OFF
    Gathering Oracle Dictionary Statistics
    This reduces the time needed for upgrading the database.
    SQL> EXECUTE dbms_stats.gather_dictionary_stats;
    PL/SQL procedure successfully completed.
    SQL> SET ECHO OFF
    Running Pre-Upgrade-Information Tool utlu112i.sql
    This is a mandatory task for manual database upgrades.
    This tool is also run in pre_upgrade_status.sql.
    Oracle Database 11.2 Pre-Upgrade Information Tool 03-08-2012 18:37:32                              
    Script Version: 11.2.0.3.0 Build: 001                                                              
    Database:                                                                               
    --> name:          CD1                                                                             
    --> version:       10.2.0.4.0                                                                      
    --> compatible:    10.2.0                                                                          
    --> blocksize:     8192                                                                            
    --> platform:      Linux x86 64-bit                                                                
    --> timezone file: V4                                                                               
    Tablespaces: [make adjustments in the current environment]                                         
    --> SYSTEM tablespace is adequate for the upgrade.                                                 
    .... minimum required size: 966 MB                                                                 
    --> PSAPUNDO tablespace is adequate for the upgrade.                                               
    .... minimum required size: 400 MB                                                                 
    --> SYSAUX tablespace is adequate for the upgrade.                                                 
    .... minimum required size: 377 MB                                                                 
    --> PSAPTEMP tablespace is adequate for the upgrade.                                               
    .... minimum required size: 60 MB                                                                  
    Flashback: OFF                                                                               
    Update Parameters: [Update Oracle Database 11.2 init.ora or spfile]                                
    Note: Pre-upgrade tool was run on a lower version 64-bit database.                                 
    --> If Target Oracle is 32-Bit, refer here for Update Parameters:                                  
    -- No update parameter changes are required.                                                       
    --> If Target Oracle is 64-Bit, refer here for Update Parameters:                                  
    -- No update parameter changes are required.                                                       
    Renamed Parameters: [Update Oracle Database 11.2 init.ora or spfile]                               
    -- No renamed parameters found. No changes are required.                                           
    Obsolete/Deprecated Parameters: [Update Oracle Database 11.2 init.ora or spfile]                   
    --> remote_os_authent            11.1       DEPRECATED                                             
    --> background_dump_dest         11.1       DEPRECATED   replaced by  "diagnostic_dest"            
    --> user_dump_dest               11.1       DEPRECATED   replaced by  "diagnostic_dest"            
    Components: [The following database components will be upgraded or installed]                      
    --> Oracle Catalog Views         [upgrade]  VALID                                                  
    --> Oracle Packages and Types    [upgrade]  INVALID                                                
    Miscellaneous Warnings                                                                             
    WARNING: --> Database is using a timezone file older than version 14.                              
    .... After the release migration, it is recommended that DBMS_DST package                          
    .... be used to upgrade the 10.2.0.4.0 database timezone version                                   
    .... to the latest version which comes with the new release.                                       
    WARNING: --> Database contains INVALID objects prior to upgrade.                                   
    .... The list of invalid SYS/SYSTEM objects was written to                                         
    .... registry$sys_inv_objs.                                                                        
    .... The list of non-SYS/SYSTEM objects was written to                                             
    .... registry$nonsys_inv_objs.                                                                     
    .... Use utluiobj.sql after the upgrade to identify any new invalid                                
    .... objects due to the upgrade.                                                                   
    .... USER SYS has 8 INVALID objects.                                                               
    ===================================
    === PRE-UPGRADE Tasks: FINISHED ===
    ===================================
    SQL> spool off
    There are 2 errors
    1.)Object with errors or invalid objects
    2.) recompilation error
    1.) Object with errors or invalid objects
    These are 7 object
    AQ$_KUPC$DATAPUMP_QUETAB_V
    KUPC$DATAPUMP_QUETAB
    SYSNTuqbWKWtJPc7gQMEKFx9cXA==
    SYSNTuqbWKWtLPc7gQMEKFx9cXA==
    SYSNTuqbWKWtNPc7gQMEKFx9cXA==
    AQ$_KUPC$DATAPUMP_QUETAB_F
    AQ$_KUPC$DATAPUMP_QUETAB
    2.)recompilation error
    We queried the UTL_RECOMP_ERRORS table and found
    156977
    09-MAR-12 10.08.35.
    ORA-01403: no data found
    ORA-01403: no data found.
    Please suggest how to proceed.
    Br
    Anthony

    Hello Anthony,
    even maybe not on Windows (I faced this on Unix), proceed with invalid objects as in : Note 1453935 - Invalid DataPump objects after Windows patch collection > 25
    this is the leftover of some previous 10g patching. Once objects are recreated, recompilation will go ok.
    Regards,
    Igor

  • Oracle Upgrade --  Pre-Upgrade 10.2.0.4 to 11.2.0.1

    Hello,
    I want to do an Oracle Upgrade to version 11.2g!
    At this point I did some things (in Windows Server 2003 X64):
    1-) Install Oracle 10.2.0.1 (DVD Media);
    2-) Installation of Oracle patchset 10.2.0.4 (note 871735);
    3-) Installation of interim / last generics patch (note 1137346);
    4-) Installation of SAP ECC 6.0 SR3 by SAPInst
    5-) After SAP installation I did all the corrections in Oracle parameters as it mentioned in note 830576.
    As you see above, all the SAP system was well installed!
    But now I want to do the Oracle Upgrade process to the last version, Oracle DB 11.2g  (11.2.0.1)... and so I´m following the Upgrade guide "Upgrade to Oracle Database 11g Release 2 (11.2) Windows.pdf" with some SAP notes for Upgrade process.
    So I´m at this point in planning chapter where is recommended to check so things in actual database, one of this checks are running some SQL-scripts to perform an Oracle database upgrade with DBUA to release 11.2 (as mentioned in note 1431793 - Oracle 11.2.0: Upgrade Scripts)
    I ran two Pre-Scripts, the @pre_upgrade_status.sql and @pre_upgrade_tasks.sql but both outputs showed some warnings and they are worrying me... so what I ask to you is some kind of help in analyse of them and tell me if this issues are relevant for the upgrading process and if so, what you recommend me to do to correct their!
    Next I will post here this two log scripts... they are long!!!

    PRE_UPGRADE_TASKS.log:
    SQL> @pre_upgrade_tasks.sql
    PRE-UPGRADE Tasks: === START ===
    2010-08-05 18:24:13                                                                               
    Recompiling invalid objects
    This reduces the number of invalid objects as much as possible.
    COMP_TIMESTAMP UTLRP_BGN  2010-08-05 18:24:13                                                      
    DOC>   The following PL/SQL block invokes UTL_RECOMP to recompile invalid
    DOC>   objects in the database. Recompilation time is proportional to the
    DOC>   number of invalid objects in the database, so this command may take
    DOC>   a long time to execute on a database with a large number of invalid
    DOC>   objects.
    DOC>
    DOC>   Use the following queries to track recompilation progress:
    DOC>
    DOC>   1. Query returning the number of invalid objects remaining. This
    DOC>       number should decrease with time.
    DOC>          SELECT COUNT(*) FROM obj$ WHERE status IN (4, 5, 6);
    DOC>
    DOC>   2. Query returning the number of objects compiled so far. This number
    DOC>       should increase with time.
    DOC>          SELECT COUNT(*) FROM UTL_RECOMP_COMPILED;
    DOC>
    DOC>   This script automatically chooses serial or parallel recompilation
    DOC>   based on the number of CPUs available (parameter cpu_count) multiplied
    DOC>   by the number of threads per CPU (parameter parallel_threads_per_cpu).
    DOC>   On RAC, this number is added across all RAC nodes.
    DOC>
    DOC>   UTL_RECOMP uses DBMS_SCHEDULER to create jobs for parallel
    DOC>   recompilation. Jobs are created without instance affinity so that they
    DOC>   can migrate across RAC nodes. Use the following queries to verify
    DOC>   whether UTL_RECOMP jobs are being created and run correctly:
    DOC>
    DOC>   1. Query showing jobs created by UTL_RECOMP
    DOC>          SELECT job_name FROM dba_scheduler_jobs
    DOC>          WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    DOC>
    DOC>   2. Query showing UTL_RECOMP jobs that are running
    DOC>          SELECT job_name FROM dba_scheduler_running_jobs
    DOC>          WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    DOC>#
    COMP_TIMESTAMP UTLRP_END  2010-08-05 18:24:15                                                      
    DOC> The following query reports the number of objects that have compiled
    DOC> with errors (objects that compile with errors have status set to 3 in
    DOC> obj$). If the number is higher than expected, please examine the error
    DOC> messages reported with each object (using SHOW ERRORS) to see if they
    DOC> point to system misconfiguration or resource constraints that must be
    DOC> fixed before attempting to recompile these objects.
    DOC>#
                      0                                                                               
    DOC> The following query reports the number of errors caught during
    DOC> recompilation. If this number is non-zero, please query the error
    DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
    DOC> are due to misconfiguration or resource constraints that must be
    DOC> fixed before objects can compile successfully.
    DOC>#
                              0                                                                        
    Purging Recyclebin
    This reduces the time needed for upgrading the database.
    Truncating SYS.AUD$
    This reduces the time needed for upgrading the database.
    Gathering Oracle Dictionary Statistics
    This reduces the time needed for upgrading the database.
    Running Pre-Upgrade-Information Tool utlu112i.sql
    This is a mandatory task for manual database upgrades.
    This tool is also run in pre_upgrade_status.sql.
    Oracle Database 11.2 Pre-Upgrade Information Tool 08-05-2010 18:24:45                              
    Script Version: 11.2.0.1.0 Build: 003                                                              
    Database:                                                                               
    --> name:          PRD                                                                             
    --> version:       10.2.0.4.0                                                                      
    --> compatible:    10.2.0                                                                          
    --> blocksize:     8192                                                                            
    --> platform:      Microsoft Windows x86 64-bit                                                    
    --> timezone file: V4                                                                               
    Tablespaces: [make adjustments in the current environment]                                         
    --> SYSTEM tablespace is adequate for the upgrade.                                                 
    .... minimum required size: 905 MB                                                                 
    --> PSAPUNDO tablespace is adequate for the upgrade.                                               
    .... minimum required size: 84 MB                                                                  
    --> SYSAUX tablespace is adequate for the upgrade.                                                 
    .... minimum required size: 210 MB                                                                 
    --> PSAPTEMP tablespace is adequate for the upgrade.                                               
    .... minimum required size: 61 MB                                                                  
    Flashback: OFF                                                                               
    Update Parameters: [Update Oracle Database 11.2 init.ora or spfile]                                
    Note: Pre-upgrade tool was run on a lower version 64-bit database.                                 
    --> If Target Oracle is 32-Bit, refer here for Update Parameters:                                  
    -- No update parameter changes are required.                                                       
    --> If Target Oracle is 64-Bit, refer here for Update Parameters:                                  
    WARNING: --> "shared_pool_size" needs to be increased to at least 472 MB                           
    Renamed Parameters: [Update Oracle Database 11.2 init.ora or spfile]                               
    -- No renamed parameters found. No changes are required.                                           
    Obsolete/Deprecated Parameters: [Update Oracle Database 11.2 init.ora or spfile]                   
    --> remote_os_authent            11.1       DEPRECATED                                             
    --> background_dump_dest         11.1       DEPRECATED   replaced by  "diagnostic_dest"            
    --> user_dump_dest               11.1       DEPRECATED   replaced by  "diagnostic_dest"            
    Components: [The following database components will be upgraded or installed]                      
    --> Oracle Catalog Views         [upgrade]  VALID                                                  
    --> Oracle Packages and Types    [upgrade]  VALID                                                  
    Miscellaneous Warnings                                                                             
    WARNING: --> Database is using a timezone file older than version 11.                              
    .... After the release migration, it is recommended that DBMS_DST package                          
    .... be used to upgrade the 10.2.0.4.0 database timezone version                                   
    .... to the latest version which comes with the new release.                                       
    Recommendations                                                                               
    Oracle recommends gathering dictionary statistics prior to                                         
    upgrading the database.                                                                            
    To gather dictionary statistics execute the following command                                      
    while connected as SYSDBA:                                                                               
    EXECUTE dbms_stats.gather_dictionary_stats;                                                                               
    Oracle recommends removing all hidden parameters prior to upgrading.                                                                               
    To view existing hidden parameters execute the following command                                   
    while connected AS SYSDBA:                                                                               
    SELECT name,description from SYS.V$PARAMETER WHERE name                                        
            LIKE '\_%' ESCAPE '\'                                                                               
    Changes will need to be made in the init.ora or spfile.                                                                               
    Oracle recommends reviewing any defined events prior to upgrading.                                                                               
    To view existing non-default events execute the following commands                                 
    while connected AS SYSDBA:                                                                         
      Events:                                                                               
    SELECT (translate(value,chr(13)||chr(10),' ')) FROM sys.v$parameter2                           
          WHERE  UPPER(name) ='EVENT' AND  isdefault='FALSE'                                                                               
    Trace Events:                                                                               
    SELECT (translate(value,chr(13)||chr(10),' ')) from sys.v$parameter2                           
          WHERE UPPER(name) = '_TRACE_EVENTS' AND isdefault='FALSE'                                                                               
    Changes will need to be made in the init.ora or spfile.                                                                               
    PRE-UPGRADE Tasks: === FINISHED ===
    SQL> spool off

  • Tables Purge in Oracle 10g

    After puging tables from recyclebin space is not reclaiming
    Any reason ?

    Recycled objects are considered as free space: http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/flashptr004.htm#sthref615
    >
    Recycle bin objects are not counted as used space. If you query the space views to obtain the amount of free space in the database, objects in the recycle bin are counted as free space.
    >
    Edited by: P. Forstmann on 19 janv. 2010 06:38

  • How to disable RECYCLE BIN functionality on Oracle 10g R2

    Hi,
    I installed Oracle 10g R2 in windows 2003, then log in SQL * plus with sys as sysdba, try to use the following command to disable the RECYCLE BIN functionality which is new feature in Oracle 10g R2.
    SQL> alter system set "_RECYCLEBIN"=FALSE SCOPE=BOTH;
    I got the error: illegal option for ALTER SYSTEM
    What do I miss? any comments are appreciative.
    Grace

    SQL> alter system set recyclebin=off;
    System altered.
    SQL> alter system set recyclebin=on;
    System altered.
    SQL>Best regards
    Maxim

Maybe you are looking for

  • REPORT WITH MATERIAL NUMBER

    Hello Everyone, I have successfully brought in data from multiple datasources into a multi provider. All 4 datasources have a common field and that is MATERIAL. The data in the multi provider is obviously not cleansed. What I would like to do is merg

  • Need help in creating script for "Task Schedule" in Oracle E-Bussiness Suit

    Hi, I need some urgent help regarding the scripting of Oracle E-Business Suite application. I am new towards working on Oracle Applications. I have been using LoadRunner 11.0 and protocol oracle applications 11i for the scripting of the application.

  • HT3702 I was charged for a free app update. How do I get my money back?

    I recently downloaded a free app update for Instagram. After it was complete, I checked my card balance and about $6 was takin out because if the update. I was not prepared for that charge and now I don't know how to get my money back. Can anyone hel

  • IWeb site in 2 Languages? Need Help.

    Hello. I've been working on a site that I want to reproduce in another language. French specifically. All of the text that I have added has been properly translated however I can't change items in the blogs such as the date formats and preset links s

  • Updated video asset will not update on track

    Most frustrating is DVDSP4 says that the video file has been changed and after answering yes, it shows me black thumbnails on the track and black drop zones in the template. I have deleted the Par folder, re-imported the asset and most of the time I