JSPM startup fails with IBM JDK 1.4.2 SR13

Hi experts,
I´m upgrading my Portal to EHP1 SP06. After the upgrade I checked SDM and JSPM, SDM is working fine but the JSPM don´t start any more.
I just getting the information after starting the script 'go' under AIX:
'Waiting for SDTServer to connect ...'
Nothing happened after 10min...
Just want to let you that this issue is caused by a buggy version of the AIX JDK.
There is a new sapnote 1422869 for this issue, please have a look.
Solution
Use the actual recommended "IBM JDK 1.4.2 SR13 FP4 ifix" or SR13 without any FP.
The problem was introduced with SR13 FP2 and is in FP3 and FP4 too.
Install the recommended "IBM JDK 1.4.2 SR13 FP4 ifix" to solve the problem (see SAP note 1008311 or 1024539). As a workaround you can use the remote GUI from another system using a not affected JDK.
I installed IBM JDK 1.4.2 SR13 without any FP and the JSPM is working again
You can get the new Java versions directly from IBM, click here to download it.
Regards,
Jens

Hi,
While installing solution manager 4 (SLES x86_64) I also run into the problem "ibjvm.so preloadLibrary: /opt/IBMJava2-amd64-142/jre/bin/j9vm/libj9vm22.so: cannot open shared object file: No such file or directory" during the phase "Create Java users"
I've taken your advice (Chris B) and the installation carries on with out a problem. (and the java instance has started)
When I stop and start sap, I then cannot get the Java instance to start again!
The error in the "std_bootstrap.out" has the message; "libjvm.so preloadLibrary: /opt/IBMJava2-amd64-142/jre/libj9vm22.so: cannot open shared object file: No such file or directory
libjvm.so failed to load: j9vm22"
I have set all the environmental variables including the LD_LIBRARY_PATH and JAVA_HOME
I was wondering if you had the same problem, else if anyone else could please please help.
Thanks,
Chris G
Message was edited by: Chris Geladaris

Similar Messages

  • Weblogic installation with IBM JDK

    Hi,
    We are planning to install Oracle Fusion Middleware components 11gR1 (11.1.1.6+) on IBM AIX Power 64 Bit servers. When i checked the certification matrix IBM JDK 7 SR3+ IV33133 is the certified version of JDK for weblogic installation.
    Please help me on how to exactly get/download the IBM JDK 7 SR3+ IV33133? I have checked the IBM JDK downloads page and not exactly getting how can we get SR3+ IV33133?
    Best Regards,
    Kartheek

    Hi Prakash,
    I guess the '+' sign in the IBM JDK 7 SR3 + IV33133 is bit tricky. I doubt whether it is IBM JDK 7 SR3 added with IV33133.
    I have spent quite some time on this JDK installation and got to know that the 3rd party products that are certified to run only on specific versions of IBM's Java for AIX can be downloaded from IBM Java for ISVs download page.
    Here are steps that i have followed to download the IBM JDK 7 SR3+ IV33133
    1.Go to the IBM Java for ISVs download site at the following URL:
    https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&source=swg-ibmjavaisv
    2.Log in using your IBM ID and password.
    3.Enter the associated Access Key MJ3D7TQGMK in the IBM Java for ISVs page
    4.Click on submit
    5.On the IBM SDK Interim Fixes (iFix) for Oracle page you will see the below JDK versions that are exactly matching the one provided in the certification matrix.
    pap6470sr3ifx-20121213_01 (SR3+IV33133)
    Java7_64.0.0.61.tar.gz  (115 MB)
    pap6470sr3ifx-20121213_01 (SR3+IV33133)
    pap6470sr3ifx-20121213_01-sdk.tar.Z  (184 MB)
    6.installed the JDK
    Please can you confirm that this procedure is correct?
    Best Regards,
    Kartheek

  • WL fails to install on RedHat 7.1 Linux with IBM JDK

    Attempting to install eval version for Linux. Issue command (as root):
    sh weblogic600sp1_linux.bin -i console
    And get this error consistently.
    [root@LinuxWeb src]# sh /home/curtisf/weblogic600sp1_linux.bin -i console
    Preparing to install...
    /tmp/install.dir.1046/Solaris/resource/jre/jre/bin/java: /usr/bin/cut: No
    such f
    ile or directory
    /tmp/install.dir.1046/Solaris/resource/jre/jre/bin/i386/native_threads/java:
    err
    or while loading shared libraries: libjvm.so: cannot load shared object
    file: No
    such file or directory
    Am running the IBMJava2-13 JVM with no problems with Resin servlet engine
    (and other applications).
    Curtis Forrester
    Personal: [email protected]
    Business: [email protected]
    http://www.cforrester.com

    Hi Nelson,
    Please refer the below link for "Xcelsius Installation on Windows 7  with office 2010"
    Installing Xcelsius 2008
    Links:
    http://scn.sap.com/docs/DOC-25567
    Or
    Tips for Installing Xcelsius 2008 with Office 2010
    Links:
    http://www.clariba.com/blog/tips-for-installing-xcelsius-2008-with-office-2010/
    Thanks,
    Daya

  • Jvm startup fails with error when using large -Xmx value

    I'm running JDK 1.6.0_02-b05 on RHEL5 server. I'm getting error when starting the JVM with large -Xmx value. The host has ample memory to succeed yet it fails. I see this error when I'm starting tomcat with a bunch of options but found that it can be easily reproduced by starting the JVM with -Xmx2048M and -version. So it's this boiled down test case that I've been examining more closely.
    host% free -mt
    total used free shared buffers cached
    Mem: 6084 3084 3000 0 184 1531
    -/+ buffers/cache: 1368 4716
    Swap: 6143 0 6143
    Total: 12228 3084 9144
    Free reveals the host has 6 GB of RAM, approximately half is available. Swap is totally free meaning I should have access to about 9 GB of memory at this point.
    host% java -version
    java version "1.6.0_02"
    Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
    Java HotSpot(TM) Server VM (build 1.6.0_02-b05, mixed mode)
    java -version succeeds
    host% java -Xmx2048M -version
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    java -Xmx2048M -version fails. Trace of this reveals mmap call fails.
    mmap2(NULL, 2214592512, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
    Any ideas?

    These are the relevant java options we are using:
    -server -XX:-OmitStackTraceInFastThrow -XX:+PrintClassHistogram -XX:+UseLargePages -Xms6g -Xmx6g -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=128m -XX:MaxPermSize=192m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:+ExplicitGCInvokesConcurrent -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.awt.headless=true
    This is a web application that is very dynamic and uses lots of database calls to build pages. We use a large clustered cache to reduce trips to the database. So being able to acces lots of memory is important to our application.
    I'll explain some of the more uncommon options:
    We use the Concurrent Garbage collector to reduce stop the world GC's. Here are the CMS options:
    -XX:+UseConcMarkSweepGC
    -XX:+CMSClassUnloadingEnabled
    -XX:+CMSPermGenSweepingEnabled An explicit coded GC invokes the Concurrent GC instead of the stop the world GC.
    -XX:+ExplicitGCInvokesConcurrentThe default PermSizes where not large enough for our application. So we increased them.
    -XX:PermSize=128m
    -XX:MaxPermSize=192mWe had some exceptions that were omitting their stack traces. This options fixes that problem:
    -XX:-OmitStackTraceInFastThrowWe approximate between 10% to 20% performance improvement with Large Page support. This is an advance feature.
    -XX:+UseLargePagesUseLargePages requires OS level configuration as well. In SUSE10 we configured the OS's hugepages by executing
    echo "vm.nr_hugepages = 3172" >> /etc/sysctl.confand then rebooting. kernel.shmmax may also need to be modified. If you use Large Page be sure to google for complete instructions.
    When we transitioned to 64bit we transitioned from much slower systems having 4GB of ram to much faster machines with 8GB of ram, so I can't answer the question of degraded performance, however with our application, the bigger our cache the better our performance, so if 64bit is slower we more than make up for it being able to access more memory. I bet the performance difference depends on the applications. You should do your own profiling.
    You can run both the 32bit version and the 64bit version on most 64bit OSes. So if there is a significant difference run the version you need for the application. For example if you need the memory use the 64bit version if you don't then use the 32bit version.

  • DB startup failed with return code 12

    Hi,
    we have installed ECC6.0 on cluster in HPUX plotform and oracle database. Some temp. problem the server was swithced off automatically. After that i tried to start server but not started.
    first i started lsnrctl start in ora user in db host.
    then i started startdb in db host but getting return code 12.
    please give me the solution.
    Thanks,
    venkat.

    Hi Patel,
    When i start startdb getting like this,
    (SID )startsap DB
    no start profiles found
    #(SID) startdb
    Trying to start PRD database ...
    Log file: /home/prdadm/startdb.log
    /usr/sap/PRD/SYS/exe/run/startdb: Terminating with error code 12
    And here sending logs which i got in alert log.
    Mon Aug 25 13:03:26 2008
    Starting ORACLE instance (normal)
    Mon Aug 25 13:03:26 2008
    Specified value of sga_max_size is too small, bumping to 3539992576
    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.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      processes                = 80
      sessions                 = 96
      event                    = 10191 trace name context forever, level 1
      sga_max_size             = 3539992576
      shared_pool_size         = 1744830464
      shared_pool_reserved_size= 173663059
      filesystemio_options     = setall
      control_files            = /oracle/PRD/origlogA/cntrl/cntlrPRD.dbf, /oracle/PRD/origlogB/cntrl/cntrlPRD.dbf, /oracle/PRD/sapdata1/cntrl/cntrlPRD.dbf
      control_file_record_keep_time= 30
      db_block_size            = 8192
      db_cache_size            = 1744830464
      compatible               = 10.2.0
      log_archive_dest         = /oracle/PRD/oraarch/PRDarch
      log_buffer               = 14548992
      log_checkpoint_interval  = 0
      db_files                 = 254
      log_checkpoints_to_alert = TRUE
      dml_locks                = 4000
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      undo_retention           = 43200
      recyclebin               = off
      remote_os_authent        = TRUE
      remote_login_passwordfile= EXCLUSIVE
      job_queue_processes      = 1
      background_dump_dest     = /oracle/PRD/saptrace/background
      user_dump_dest           = /oracle/PRD/saptrace/usertrace
      core_dump_dest           = /oracle/PRD/saptrace/background
      optimizer_features_enable= 10.2.0.1
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = PRD
      open_cursors             = 800
      optimpeek_user_binds   = FALSE
      pga_aggregate_target     = 2315507466
      workarea_size_policy     = AUTO
      statistics_level         = typical
    PMON started with pid=2, OS id=93551
    PSP0 started with pid=3, OS id=93553
    MMAN started with pid=4, OS id=93555
    DBW0 started with pid=5, OS id=93557
    LGWR started with pid=6, OS id=93559
    CKPT started with pid=7, OS id=93564
    SMON started with pid=8, OS id=93566
    RECO started with pid=9, OS id=93568
    CJQ0 started with pid=10, OS id=93570
    MMON started with pid=11, OS id=93572
    MMNL started with pid=12, OS id=93574
    Mon Aug 25 13:03:30 2008
    CREATE DATABASE PRD CONTROLFILE REUSE  MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET WE8DEC NATIONAL CHARACTER SET UTF8 DATAFILE '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 400M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M EXTENT MANAGEMENT LOCAL DEFAULT TEMPORARY TABLESPACE PSAPTEMP TEMPFILE '/oracle/PRD/sapdata2/temp_1/temp.data1' SIZE 2000M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M UNDO TABLESPACE PSAPUNDO DATAFILE '/oracle/PRD/sapdata3/undo_1/undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M SYSAUX DATAFILE '/oracle/PRD/sapdata1/sysaux_1/sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    LOGFILE GROUP 1 ('/oracle/PRD/origlogA/log_g11m1.dbf',
    '/oracle/PRD/mirrlogA/log_g11m2.dbf') SIZE 50M  REUSE ,
    GROUP 2 ('/oracle/PRD/origlogB/log_g12m1.dbf',
    '/oracle/PRD/mirrlogB/log_g12m2.dbf') SIZE 50M  REUSE ,
    GROUP 3 ('/oracle/PRD/origlogA/log_g13m1.dbf',
    '/oracle/PRD/mirrlogA/log_g13m2.dbf') SIZE 50M  REUSE ,
    GROUP 4 ('/oracle/PRD/origlogB/log_g14m1.dbf',
    '/oracle/PRD/mirrlogB/log_g14m2.dbf') SIZE 50M  REUSE
    Mon Aug 25 13:03:31 2008
    Database mounted in Exclusive Mode
    Mon Aug 25 13:03:35 2008
    Successful mount of redo thread 1, with mount id 1727369506
    Assigning activation ID 1727369506 (0x66f59122)
    Thread 1 opened at log sequence 1
      Current log# 1 seq# 1 mem# 0: /oracle/PRD/origlogA/log_g11m1.dbf
      Current log# 1 seq# 1 mem# 1: /oracle/PRD/mirrlogA/log_g11m2.dbf
    Successful open of redo thread 1
    Mon Aug 25 13:03:35 2008
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Mon Aug 25 13:03:35 2008
    SMON: enabling cache recovery
    Mon Aug 25 13:03:35 2008
    create tablespace SYSTEM datafile  '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 400M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL online
    Mon Aug 25 13:03:37 2008
    Incremental checkpoint up to RBA [0x1.3.0], current log tail at RBA [0x1.3.0]
    Mon Aug 25 13:03:38 2008
    Completed: create tablespace SYSTEM datafile  '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 400M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL online
    Mon Aug 25 13:03:38 2008
    create rollback segment SYSTEM tablespace SYSTEM
      storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
      storage (initial 50K next 50K)
    Mon Aug 25 13:03:42 2008
    CREATE UNDO TABLESPACE PSAPUNDO DATAFILE  '/oracle/PRD/sapdata3/undo_1/undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Successfully onlined Undo Tablespace 1.
    Completed: CREATE UNDO TABLESPACE PSAPUNDO DATAFILE  '/oracle/PRD/sapdata3/undo_1/undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:03:47 2008
    create tablespace SYSAUX datafile  '/oracle/PRD/sapdata1/sysaux_1/sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO online
    Mon Aug 25 13:03:48 2008
    Completed: create tablespace SYSAUX datafile  '/oracle/PRD/sapdata1/sysaux_1/sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO online
    Mon Aug 25 13:03:49 2008
    CREATE TEMPORARY TABLESPACE PSAPTEMP TEMPFILE  '/oracle/PRD/sapdata2/temp_1/temp.data1' SIZE 2000M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Completed: CREATE TEMPORARY TABLESPACE PSAPTEMP TEMPFILE  '/oracle/PRD/sapdata2/temp_1/temp.data1' SIZE 2000M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:03:49 2008
    ALTER DATABASE DEFAULT TEMPORARY TABLESPACE PSAPTEMP
    Completed: ALTER DATABASE DEFAULT TEMPORARY TABLESPACE PSAPTEMP
    Mon Aug 25 13:03:49 2008
    ALTER DATABASE DEFAULT TABLESPACE SYSTEM
    Completed: ALTER DATABASE DEFAULT TABLESPACE SYSTEM
    Mon Aug 25 13:03:50 2008
    SMON: enabling tx recovery
    Mon Aug 25 13:03:50 2008
    Beginning local checkpoint up to RBA [0x1.422b.10], SCN: 10640
    Completed checkpoint up to RBA [0x1.422b.10], SCN: 10640
    Threshold validation cannot be done before catproc is loaded.
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=14, OS id=93626
    Mon Aug 25 13:03:51 2008
    Completed: CREATE DATABASE PRD CONTROLFILE REUSE  MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET WE8DEC NATIONAL CHARACTER SET UTF8 DATAFILE '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 400M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M EXTENT MANAGEMENT LOCAL DEFAULT TEMPORARY TABLESPACE PSAPTEMP TEMPFILE '/oracle/PRD/sapdata2/temp_1/temp.data1' SIZE 2000M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M UNDO TABLESPACE PSAPUNDO DATAFILE '/oracle/PRD/sapdata3/undo_1/undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M SYSAUX DATAFILE '/oracle/PRD/sapdata1/sysaux_1/sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    LOGFILE GROUP 1 ('/oracle/PRD/origlogA/log_g11m1.dbf',
    '/oracle/PRD/mirrlogA/log_g11m2.dbf') SIZE 50M  REUSE ,
    GROUP 2 ('/oracle/PRD/origlogB/log_g12m1.dbf',
    '/oracle/PRD/mirrlogB/log_g12m2.dbf') SIZE 50M  REUSE ,
    GROUP 3 ('/oracle/PRD/origlogA/log_g13m1.dbf',
    '/oracle/PRD/mirrlogA/log_g13m2.dbf') SIZE 50M  REUSE ,
    GROUP 4 ('/oracle/PRD/origlogB/log_g14m1.dbf',
    '/oracle/PRD/mirrlogB/log_g14m2.dbf') SIZE 50M  REUSE
    Mon Aug 25 13:04:07 2008
    Beginning log switch checkpoint up to RBA [0x2.2.10], SCN: 23548
    Thread 1 advanced to log sequence 2
      Current log# 2 seq# 2 mem# 0: /oracle/PRD/origlogB/log_g12m1.dbf
      Current log# 2 seq# 2 mem# 1: /oracle/PRD/mirrlogB/log_g12m2.dbf
    Mon Aug 25 13:04:30 2008
    Beginning log switch checkpoint up to RBA [0x3.2.10], SCN: 54907
    Thread 1 advanced to log sequence 3
      Current log# 3 seq# 3 mem# 0: /oracle/PRD/origlogA/log_g13m1.dbf
      Current log# 3 seq# 3 mem# 1: /oracle/PRD/mirrlogA/log_g13m2.dbf
    Mon Aug 25 13:04:59 2008
    Beginning log switch checkpoint up to RBA [0x4.2.10], SCN: 68608
    Thread 1 advanced to log sequence 4
      Current log# 4 seq# 4 mem# 0: /oracle/PRD/origlogB/log_g14m1.dbf
      Current log# 4 seq# 4 mem# 1: /oracle/PRD/mirrlogB/log_g14m2.dbf
    Mon Aug 25 13:05:28 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2740K exceeds notification threshold (2048K)
    KGL object name :SYS.DBMS_STATS_INTERNAL
    Mon Aug 25 13:05:35 2008
    Thread 1 cannot allocate new log, sequence 5
    Checkpoint not complete
      Current log# 4 seq# 4 mem# 0: /oracle/PRD/origlogB/log_g14m1.dbf
      Current log# 4 seq# 4 mem# 1: /oracle/PRD/mirrlogB/log_g14m2.dbf
    Mon Aug 25 13:05:38 2008
    Completed checkpoint up to RBA [0x2.2.10], SCN: 23548
    Mon Aug 25 13:05:38 2008
    Beginning log switch checkpoint up to RBA [0x5.2.10], SCN: 85086
    Thread 1 advanced to log sequence 5
      Current log# 1 seq# 5 mem# 0: /oracle/PRD/origlogA/log_g11m1.dbf
      Current log# 1 seq# 5 mem# 1: /oracle/PRD/mirrlogA/log_g11m2.dbf
    Mon Aug 25 13:05:38 2008
    Completed checkpoint up to RBA [0x3.2.10], SCN: 54907
    Mon Aug 25 13:05:38 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3532K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:05:38 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3518K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on PLUGGABLE_SET_CHECK to SELECT_CATALOG_ROLE
    Mon Aug 25 13:05:38 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3517K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on PLUGGABLE_SET_CHECK to SELECT_CATALOG_ROLE
    Mon Aug 25 13:05:42 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2900K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :select a.*, b.ts#, b.name tsname,       sys.dbms_rcvman.num2displaysize(filesize) filesize_display  from (select unique 'BACKUPSET' btype, b.recid btype_key,        b.session_recid session_key,        b.session_recid,        b.session_stamp,        a.set_stamp id1,         b.set_count id2, file#,        creation_change#, creation_time,        resetlogs_change#, resetlogs_time, a.incremental_level,        incremental_change#, checkpoint_change#, checkpoint_time,        marked_corrupt,        (datafile_blocks
    Mon Aug 25 13:05:42 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2518K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :select a.,        sys.dbms_rcvman.num2displaysize(filesize) filesize_display  from (select unique 'BACKUPSET' btype, b.recid btype_key,        b.session_recid session_key,        b.session_recid,        b.session_stamp,        a.set_stamp id1,         b.set_count id2,        creation_time,        resetlogs_change#,resetlogs_time,checkpoint_change#,checkpoint_time,        (datafile_blocks+1)a.block_size filesize,       1 compression_ratio    from v$backup_datafile a, v$backup_set_details b where         a.
    Mon Aug 25 13:05:42 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3087K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :select a.,   case when      input_bytes/decode(output_bytes, 0, null, output_bytes) > 1   then      input_bytes/decode(output_bytes, 0, null, output_bytes)   else 1 end compression_ratio,   sys.dbms_rcvman.num2displaysize(input_bytes) input_bytes_display,   sys.dbms_rcvman.num2displaysize(output_bytes) output_bytes_display  from (select sum(num_times_backed) num_files_backed,        count() num_distinct_files_backed,       count(distinct ts#)    num_distinct_ts_backed,       min(min_checkpoint_change#) mi
    Mon Aug 25 13:05:43 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2650K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :select a.*,   case when      input_bytes/decode(output_bytes, 0, null, output_bytes) > 1   then      input_bytes/decode(output_bytes, 0, null, output_bytes)   else 1 end compression_ratio,   sys.dbms_rcvman.num2displaysize(input_bytes) input_bytes_display,   sys.dbms_rcvman.num2displaysize(output_bytes) output_bytes_display  from (select sum(num_times_backed) num_files_backed,        1 num_distinct_files_backed,       min(min_checkpoint_change#) min_checkpoint_change#,       max(max_checkpoint_change#) max_
    Mon Aug 25 13:05:43 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5156K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :select a.*,   case when      input_bytes/decode(output_bytes, 0, null, output_bytes) > 1   then      input_bytes/decode(output_bytes, 0, null, output_bytes)   else 1 end compression_ratio,   sys.dbms_rcvman.num2displaysize(input_bytes) input_bytes_display,   sys.dbms_rcvman.num2displaysize(output_bytes) output_bytes_display  from (select sum(num_files_backed) num_files_backed,       sum(distinct_files_backed) distinct_files_backed,       min(min_first_change#) min_first_change#,       max(max_next_change#)
    Mon Aug 25 13:05:43 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2172K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:05:43 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2138K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on v_$backup_archivelog_summary to select_catalog_role
    Mon Aug 25 13:05:43 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2137K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on v_$backup_archivelog_summary to select_catalog_role
    Mon Aug 25 13:05:43 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2514K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :select num_files_backed,        num_distinct_files_backed,        min_modification_time,        max_modification_time,        input_bytes,    sys.dbms_rcvman.num2displaysize(input_bytes) input_bytes_display  from (select count(*) num_files_backed,        min(modification_time)min_modification_time,        max(modification_time) max_modification_time,        sum(bytes) input_bytes     from v$backup_spfile     where (set_stamp, set_count) in      (select set_stamp, set_count from v$backup_set_details)), (sele
    Mon Aug 25 13:06:06 2008
    Beginning log switch checkpoint up to RBA [0x6.2.10], SCN: 98175
    Thread 1 advanced to log sequence 6
      Current log# 2 seq# 6 mem# 0: /oracle/PRD/origlogB/log_g12m1.dbf
      Current log# 2 seq# 6 mem# 1: /oracle/PRD/mirrlogB/log_g12m2.dbf
    Mon Aug 25 13:06:09 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2070K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_constraint1_view to select_catalog_role
    Mon Aug 25 13:06:09 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2070K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_constraint1_view to select_catalog_role
    Mon Aug 25 13:06:09 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2221K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:09 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2312K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_constraint_view to public
    Mon Aug 25 13:06:09 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2310K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_constraint_view to public
    Mon Aug 25 13:06:11 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2839K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:11 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2934K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_hnt_view to select_catalog_role
    Mon Aug 25 13:06:11 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2933K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_hnt_view to select_catalog_role
    Mon Aug 25 13:06:11 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2924K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:11 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3029K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_iont_view to select_catalog_role
    Mon Aug 25 13:06:11 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3026K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_iont_view to select_catalog_role
    Mon Aug 25 13:06:12 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 6968K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:12 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7360K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_nt_parent_view to select_catalog_role
    Mon Aug 25 13:06:12 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7357K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_nt_parent_view to select_catalog_role
    Mon Aug 25 13:06:12 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3379K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:13 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3460K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_htable_view to public
    Mon Aug 25 13:06:13 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3457K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_htable_view to public
    Mon Aug 25 13:06:13 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3445K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:13 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3581K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_htable_view to public
    Mon Aug 25 13:06:13 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3580K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_htable_view to public
    Mon Aug 25 13:06:13 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5046K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:14 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5165K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_phtable_view to public
    Mon Aug 25 13:06:14 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5165K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_phtable_view to public
    Mon Aug 25 13:06:14 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5119K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:14 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5329K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_phtable_view to public
    Mon Aug 25 13:06:14 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5329K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_phtable_view to public
    Mon Aug 25 13:06:15 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 11315K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:16 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 12040K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_fhtable_view to public
    Mon Aug 25 13:06:16 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 12038K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_fhtable_view to public
    Mon Aug 25 13:06:17 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 11418K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:18 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 12308K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_fhtable_view to public
    Mon Aug 25 13:06:18 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 12304K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_fhtable_view to public
    Mon Aug 25 13:06:19 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13209K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:20 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13975K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_pfhtable_view to public
    Mon Aug 25 13:06:20 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13972K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_pfhtable_view to public
    Mon Aug 25 13:06:21 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13322K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:22 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 14285K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_pfhtable_view to public
    Mon Aug 25 13:06:22 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 14283K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_pfhtable_view to public
    Mon Aug 25 13:06:23 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 11242K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:24 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 11972K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_iotable_view to public
    Mon Aug 25 13:06:24 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 11971K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_iotable_view to public
    Mon Aug 25 13:06:25 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 11348K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:26 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 12239K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_iotable_view to public
    Mon Aug 25 13:06:26 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 12237K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_iotable_view to public
    Mon Aug 25 13:06:27 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 12377K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:28 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13155K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_piotable_view to public
    Mon Aug 25 13:06:28 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13152K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_piotable_view to public
    Mon Aug 25 13:06:29 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 12488K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:30 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13450K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_piotable_view to public
    Mon Aug 25 13:06:30 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13449K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_piotable_view to public
    Mon Aug 25 13:06:31 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3669K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:31 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3941K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_table_data_view to public
    Mon Aug 25 13:06:31 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3939K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_table_data_view to public
    Mon Aug 25 13:06:31 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3677K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:31 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3949K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_table_data_view to public
    Mon Aug 25 13:06:31 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3948K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_10_1_table_data_view to public
    Mon Aug 25 13:06:33 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3777K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:33 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3924K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_view_view to public
    Mon Aug 25 13:06:33 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3922K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_view_view to public
    Mon Aug 25 13:06:36 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5201K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:36 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5431K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_h_view to public
    Mon Aug 25 13:06:36 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5429K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_h_view to public
    Mon Aug 25 13:06:37 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 6880K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:37 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7178K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_ph_view to public
    Mon Aug 25 13:06:37 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 7176K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_ph_view to public
    Mon Aug 25 13:06:38 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13185K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:39 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 14163K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_fh_view to public
    Mon Aug 25 13:06:39 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 14161K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_fh_view to public
    Mon Aug 25 13:06:41 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 15085K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:42 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 16142K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_pfh_view to public
    Mon Aug 25 13:06:42 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 16138K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_pfh_view to public
    Mon Aug 25 13:06:43 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13103K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:44 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 14086K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_iot_view to public
    Mon Aug 25 13:06:44 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 14084K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_iot_view to public
    Mon Aug 25 13:06:46 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 14242K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:47 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 15296K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_piot_view to public
    Mon Aug 25 13:06:47 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 15293K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_piot_view to public
    Mon Aug 25 13:06:48 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3506K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:48 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3656K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_log_h_view to public
    Mon Aug 25 13:06:48 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3655K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_log_h_view to public
    Mon Aug 25 13:06:48 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5183K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:48 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5407K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_log_ph_view to public
    Mon Aug 25 13:06:48 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5404K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_log_ph_view to public
    Mon Aug 25 13:06:49 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 11488K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:50 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 12387K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_log_fh_view to public
    Mon Aug 25 13:06:50 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 12387K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_log_fh_view to public
    Mon Aug 25 13:06:51 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 13391K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:06:52 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 14366K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_log_pfh_view to public
    Mon Aug 25 13:06:52 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 14364K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ku$_m_view_log_pfh_view to public
    Mon Aug 25 13:07:09 2008
    Thread 1 cannot allocate new log, sequence 7
    Checkpoint not complete
      Current log# 2 seq# 6 mem# 0: /oracle/PRD/origlogB/log_g12m1.dbf
      Current log# 2 seq# 6 mem# 1: /oracle/PRD/mirrlogB/log_g12m2.dbf
    Mon Aug 25 13:07:11 2008
    Completed checkpoint up to RBA [0x4.2.10], SCN: 68608
    Mon Aug 25 13:07:12 2008
    Beginning log switch checkpoint up to RBA [0x7.2.10], SCN: 109934
    Thread 1 advanced to log sequence 7
      Current log# 3 seq# 7 mem# 0: /oracle/PRD/origlogA/log_g13m1.dbf
      Current log# 3 seq# 7 mem# 1: /oracle/PRD/mirrlogA/log_g13m2.dbf
    Mon Aug 25 13:07:12 2008
    Completed checkpoint up to RBA [0x5.2.10], SCN: 85086
    Mon Aug 25 13:07:36 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2391K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:07:36 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2259K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ALL_REPOBJECT to PUBLIC with grant option
    Mon Aug 25 13:07:36 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2255K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ALL_REPOBJECT to PUBLIC with grant option
    Mon Aug 25 13:07:37 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2440K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:07:37 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2311K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ALL_REPPROP to PUBLIC with grant option
    Mon Aug 25 13:07:37 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2309K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ALL_REPPROP to PUBLIC with grant option
    Mon Aug 25 13:07:37 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2403K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:07:37 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2279K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ALL_REPKEY_COLUMNS to PUBLIC with grant option
    Mon Aug 25 13:07:37 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2276K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on ALL_REPKEY_COLUMNS to PUBLIC with grant option
    Mon Aug 25 13:07:38 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2397K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:07:38 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2267K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on all_repcolumn_group to public with grant option
    Mon Aug 25 13:07:38 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2266K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on all_repcolumn_group to public with grant option
    Mon Aug 25 13:07:38 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3418K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:07:38 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3285K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on "_ALL_REPCOLUMN_GROUP" to PUBLIC with grant option
    Mon Aug 25 13:07:38 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3283K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on "_ALL_REPCOLUMN_GROUP" to PUBLIC with grant option
    Mon Aug 25 13:07:39 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3545K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    Mon Aug 25 13:07:39 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3412K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on "_ALL_REPRESOLUTION" to public with grant option
    Mon Aug 25 13:07:39 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 3408K exceeds notification threshold (2048K)
    Details in trace file /oracle/PRD/saptrace/usertrace/prd_ora_93659.trc
    KGL object name :grant select on "_ALL_REPRESOLUTION" to public with grant option
    Mon Aug 25 13:07:41 2008
    Beginning log switch checkpoint up to RBA [0x8.2.10], SCN: 124739
    Thread 1 advanced to log sequence 8
      Current log# 4 seq# 8 mem# 0: /oracle/PRD/origlogB/log_g14m1.dbf
      Current log# 4 seq# 8 mem# 1: /oracle/PRD/mirrlogB/log_g14m2.dbf
    Mon Aug 25 13:08:24 2008
    Thread 1 cannot allocate new log, sequence 9
    Checkpoint not complete
      Current log# 4 seq# 8 mem# 0: /oracle/PRD/origlogB/log_g14m1.dbf
      Current log# 4 seq# 8 mem# 1: /oracle/PRD/mirrlogB/log_g14m2.dbf
    Mon Aug 25 13:08:24 2008
    Completed checkpoint up to RBA [0x6.2.10], SCN: 98175
    Mon Aug 25 13:08:25 2008
    Beginning log switch checkpoint up to RBA [0x9.2.10], SCN: 137726
    Thread 1 advanced to log sequence 9
      Current log# 1 seq# 9 mem# 0: /oracle/PRD/origlogA/log_g11m1.dbf
      Current log# 1 seq# 9 mem# 1: /oracle/PRD/mirrlogA/log_g11m2.dbf
    Mon Aug 25 13:08:25 2008
    Completed checkpoint up to RBA [0x7.2.10], SCN: 109934
    Mon Aug 25 13:10:33 2008
    Beginning log switch checkpoint up to RBA [0xa.2.10], SCN: 153003
    Thread 1 advanced to log sequence 10
      Current log# 2 seq# 10 mem# 0: /oracle/PRD/origlogB/log_g12m1.dbf
      Current log# 2 seq# 10 mem# 1: /oracle/PRD/mirrlogB/log_g12m2.dbf
    Mon Aug 25 13:11:46 2008
    CREATE TABLESPACE PSAPSR3 DATAFILE '/oracle/PRD/sapdata1/sr3_1/sr3.data1' SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M  LOGGING ONLINE PERMANENT  EXTENT MANAGEMENT  LOCAL  AUTOALLOCATE  SEGMENT SPACE MANAGEMENT AUTO
    Mon Aug 25 13:11:59 2008
    Completed: CREATE TABLESPACE PSAPSR3 DATAFILE '/oracle/PRD/sapdata1/sr3_1/sr3.data1' SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M  LOGGING ONLINE PERMANENT  EXTENT MANAGEMENT  LOCAL  AUTOALLOCATE  SEGMENT SPACE MANAGEMENT AUTO
    Mon Aug 25 13:12:00 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3_2/sr3.data2'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:12:12 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3_2/sr3.data2'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:12:13 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3_3/sr3.data3'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:12:25 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3_3/sr3.data3'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:12:26 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3_4/sr3.data4'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:12:39 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3_4/sr3.data4'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:12:39 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3_5/sr3.data5'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:12:43 2008
    Completed checkpoint up to RBA [0x8.2.10], SCN: 124739
    Mon Aug 25 13:12:53 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3_5/sr3.data5'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:12:53 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3_6/sr3.data6'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:13:06 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3_6/sr3.data6'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:13:07 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3_7/sr3.data7'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:13:20 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3_7/sr3.data7'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:13:20 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3_8/sr3.data8'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:13:28 2008
    Completed checkpoint up to RBA [0x9.2.10], SCN: 137726
    Mon Aug 25 13:13:33 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3_8/sr3.data8'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:13:34 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3_9/sr3.data9'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:13:46 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3_9/sr3.data9'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:13:47 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3_10/sr3.data10'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:13:59 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3_10/sr3.data10'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:14:00 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3_11/sr3.data11'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:14:12 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3_11/sr3.data11'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:14:13 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3_12/sr3.data12'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:14:26 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3_12/sr3.data12'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:14:26 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3_13/sr3.data13'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:14:39 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3_13/sr3.data13'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:14:39 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3_14/sr3.data14'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:14:52 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3_14/sr3.data14'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:14:53 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3_15/sr3.data15'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:15:06 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3_15/sr3.data15'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:15:06 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3_16/sr3.data16'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:15:19 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3_16/sr3.data16'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:15:20 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3_17/sr3.data17'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:15:32 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3_17/sr3.data17'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:15:33 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3_18/sr3.data18'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:15:37 2008
    Completed checkpoint up to RBA [0xa.2.10], SCN: 153003
    Mon Aug 25 13:15:46 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3_18/sr3.data18'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:15:47 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3_19/sr3.data19'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:16:00 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3_19/sr3.data19'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:16:01 2008
    ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3_20/sr3.data20'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:16:13 2008
    Completed: ALTER TABLESPACE PSAPSR3 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3_20/sr3.data20'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:16:15 2008
    CREATE TABLESPACE PSAPSR3700 DATAFILE '/oracle/PRD/sapdata1/sr3700_1/sr3700.data1' SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M  LOGGING ONLINE PERMANENT  EXTENT MANAGEMENT  LOCAL  AUTOALLOCATE  SEGMENT SPACE MANAGEMENT AUTO
    Mon Aug 25 13:16:29 2008
    Completed: CREATE TABLESPACE PSAPSR3700 DATAFILE '/oracle/PRD/sapdata1/sr3700_1/sr3700.data1' SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M  LOGGING ONLINE PERMANENT  EXTENT MANAGEMENT  LOCAL  AUTOALLOCATE  SEGMENT SPACE MANAGEMENT AUTO
    Mon Aug 25 13:16:33 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3700_2/sr3700.data2'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:16:46 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3700_2/sr3700.data2'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:16:46 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3700_3/sr3700.data3'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:16:59 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3700_3/sr3700.data3'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:17:00 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3700_4/sr3700.data4'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:17:12 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata1/sr3700_4/sr3700.data4'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:17:13 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3700_5/sr3700.data5'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:17:25 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3700_5/sr3700.data5'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:17:26 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3700_6/sr3700.data6'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:17:38 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3700_6/sr3700.data6'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:17:39 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3700_7/sr3700.data7'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:17:51 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3700_7/sr3700.data7'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:17:52 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3700_8/sr3700.data8'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:18:04 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata2/sr3700_8/sr3700.data8'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:18:05 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3700_9/sr3700.data9'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:18:18 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3700_9/sr3700.data9'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:18:19 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3700_10/sr3700.data10'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:18:31 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3700_10/sr3700.data10'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:18:32 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3700_11/sr3700.data11'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:18:45 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3700_11/sr3700.data11'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:18:46 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3700_12/sr3700.data12'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:18:58 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata3/sr3700_12/sr3700.data12'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:18:59 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3700_13/sr3700.data13'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:19:11 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3700_13/sr3700.data13'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:19:12 2008
    ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3700_14/sr3700.data14'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Aug 25 13:19:24 2008
    Completed: ALTER TABLESPACE PSAPSR3700 ADD DATAFILE  '/oracle/PRD/sapdata4/sr3700_14/sr3700.data14'  SIZE 2000M  REUSE  AUTOEXTEND  ON NEXT 20M MAXSIZE 10000M
    Mon Au

  • DB startup failed with error code 12

    Hi,
    The system is at kernel patch 75,so I was applying the kernel patches by extracting the .SAR files into the /usr/sap/
    4 ETW000 R3trans was called as follows: R3trans -x
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000    Wed Jan  2 19:28:44 2008                             348  0.000348
    4 ETW000    db_con_init called                                    30  0.000378
    4 ETW000    create_con (con_name=R/3)                             78  0.000456
    4 ETW000    Loading DB library '/usr/sap/SDV/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                              65  0.000521
    4 ETW000    load shared library (/usr/sap/SDV/SYS/exe/run/dboraslib.so), hdl 0
    4 ETW000                                                                           50079  0.050600
    4 ETW000    Library '/usr/sap/SDV/SYS/exe/run/dboraslib.so' loaded
    4 ETW000                                                                              80  0.050680
    4 ETW000    function DbSlExpFuns loaded from library /usr/sap/SDV/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              94  0.050774
    4 ETW000    *** ERROR => Version mismatch between kernel (700.08) and DBSL shared library (ЯÐÛСÅÌ)
    4 ETW000                                                                             200  0.050974
    2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/SDV/SYS/exe/run') or dbms_type ('ORA')"
    So,the DB is unable to start & as a result,SAP system isn't available.
    Request your help.
    Thanks
    Sandipan

    The problem is, that you should not use the same SAPCAR to extract in the same directory since it can't overwrite itself. You can use a relative path e. g.
    cd \usr\sap\<SID>
    mkdir newkernel
    cd newkernel
    \usr\sap\<SID>\exe\SAPCAR -xvf <kernel>
    Then
    ren exe exe.old
    ren newkernel exe
    Markus

  • 10.2.0.4 Agent startup fails "/libjvm.so, because No such file or directory

    Hi Team,
    10.2.0.4 Agent startup fails with below errors.Customer is having 30 agents in failover on the same system .Issue is happening for his newly installed agents and existing agents also.
    When he stop few agents(like 26th agent and 27th agent... ) and he able to start the agent which is failed to start with below error.Issue looks like lack of some resources to start the agent.
    oracle@sorapx2:/u00/app/oracle/ [AGENTFSP] emctl status agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    sh: 28400 Killed
    /usr/lib/hpux32/dld.so: Cannot map text for library</pkg/FSP/u00/app/oracle/product/agent10g/jdk/jre/lib/IA64N/hotspot/libjvm.so>: mmap(0x0, 0xd51870, 0x5, 0x41, 3, 0x0) returns Not enough space.
    oracle@sorapx2:/pkg/FSP/u00/app/oracle/product/agent10g/ [AGENTFSP] emctl start agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    sh: 20806 Killed
    Agent is already running
    oracle@sorapx2:/pkg/FSP/u00/app/oracle/product/agent10g/ [AGENTFSP] emctl upload agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    sh: 22988 Killed
    /usr/lib/hpux32/dld.so: Cannot map text for library</pkg/FSP/u00/app/oracle/product/agent10g/jdk/jre/lib/IA64N/hotspot/libjvm.so>: mmap(0x0, 0xd51870, 0x5, 0x41, 3, 0x0) returns Not enough space.
    + No issues with space:
    oracle@sorapx2:/pkg/FSP/u00/app/oracle/product/agent10g/ [AGENTFSP] bdf .
    Filesystem kbytes used avail %used Mounted on
    /dev/vgfsp1/lvol1 5144576 1973904 3146008 39% /pkg/FSP/u00
    Agent also gives below error:
    oracle@sorapx2:/u00/app/oracle/emdiag/log/ [AGENTGCP] emctl status agent
    Error: failed to load /pkg/GCP/u00/app/oracle/product/agent10g/jdk/jre/lib/IA64N/server/libjvm.so, because No such file or directory
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    sh: 25923 Killed
    /usr/lib/hpux32/dld.so: Cannot map text for library</pkg/GCP/u00/app/oracle/product/agent10g/lib32/libclntsh.so.10.1>: mmap(0x0, 0x21cded0, 0x5, 0x41, 3, 0x0) returns Not enough space.
    Here emctl agent start command is trying to to load a 32 bit library in stead of the 64 bit.which is causing the issue:
    There are a 32 Bit Library and a 64Bit Library available for the agent
    oracle@vorakx2:/pkg/HYK/u00/app/oracle/product/agent10g/lib/ [HYK]
    file libagtsh.so.1.0
    libagtsh.so.1.0: ELF-64 shared object file - IA64
    oracle@vorakx2:/pkg/HYK/u00/app/oracle/product/agent10g/lib32/ [HYK]
    file libagtsh.so.1.0
    libagtsh.so.1.0: ELF-32 shared object file - IA64
    set below things properly still same problem.:
    export ORACLE_HOME=<path of the agent10g installation>
    export PATH=$ORACLE_HOME/bin:$PATH
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    Please suggest me further
    +what emctl status agent is loading 32 bit library
    +how to resolve the "Not enough space."
    Environment Details:
    10.2.0.4 OMS
    10.2.0.4 Agent
    Operating System HP-UX B.11.31 U (64)
    SR 3-4636880901
    Thanks
    Narendra

    Hi Narendra,
    I just checked the link and it was ok. So maybe try again?
    Copy/past Alain's post:
    Hi,
    -Buf cache is too high: SAM->kernel-> change dbc_pct_max from 50% to 10%.
    -Whith GPM and command "extract" you can find which process consumme too much memory.
    -Install lastest Quality Pack.
    -With 32 bits processes, you can have problem with memory quadrant restriction. <= you have 64 bit so this is not of use to you
    -Check kernel parameter related to max memory used by each process: maxdsiz
    -Verify with swapinfo -tam and GPM -> memory.
    See doc http://docs.hp.com/en/1218/mem_mgt.html
    http://docs.hp.com/en/5580/Misconfigured_Resources.pdf
    Alain.
    Eric

  • OC4J startup failed Annotated class format error on startup

    I'm using OC4J standalone (the 93MB "Pure Java" download) on Fedora 7. JAVA_HOME and ORACLE_HOME are set. Running the startup command gives the following error:
    OC4J startup failed with the following error:
    oracle.classloader.util.AnnotatedClassFormatError, and the invalid class is given as 'oracle.j2ee.ws.client.BasicService'.
    Any help is appreciated.

    What JDK did you use?
    Certification Information will help you
    Oracle Application Server 10g R3 10.1.3.1 Certification Information
    http://www.oracle.com/technology/software/products/ias/files/oracle_soa_certification_101310.html
    dgkim @ Databank Systems KR

  • WebLogic 5.1 & IBM JDK 1.1.8 on RedHat Linux 6.2

    Hello
    I am trying to get WebLogic 5.1 to run with IBM JDK 1.1.8 on a RedHat 6.2 machine. When I start the sample server, it always SIGEV in the native thread (something like that).
    I do not have any problems with the Blackdown 1.2.X JDK. I would like to evaluate the IBM JDK as that is the preferred solution in my group.
    Please reply
    Thanks you
    Narayanan Iyer
    [email protected]

    Hi Michael
    It appears to be a bug in the IBM JDK 1.1.8 release version built on May ??
    ,2000. I downloaded the newer version IBM JDK 1.1.8 built on July 13,2000
    and it appears to be fine with SP4.
    I am curious as to the status of IBM JDK1.3 on RedHat 6.2 and well as the
    SUN JDK1.3. Both appear to crash. I would really like to take advantage of
    the performance features offered.
    Thanks
    "Michael Girdley" <[email protected]> wrote in message
    news:[email protected]..
    >
    >
    Could you please post the error?
    You should also make sure that you are using a certified JVM. Theplatform
    support page for WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Narayanan Iyer" <[email protected]> wrote in message
    news:[email protected]..
    Hello
    I am trying to get WebLogic 5.1 to run with IBM JDK 1.1.8 on a RedHat
    6.2
    machine. When I start the sample server, it always SIGEV in the native
    thread (something like that).
    I do not have any problems with the Blackdown 1.2.X JDK. I would like toevaluate the IBM JDK as that is the preferred solution in my group.
    Please reply
    Thanks you
    Narayanan Iyer
    [email protected]

  • IBM JDK 6 32bit & 64bit Reflection Invoke issue on Weblogic 10.3

    We just found a issue on Weblogic 10.3 with IBM JDK 6 32bit, which calls different method during reflection invoke with that been processed under 64bit JDK, here is my source code:
    public class ButtonTag extends InputTag {
    private boolean checkNotNull = false;
    public void setCheckNotNull(Object checkNotNull) {
    public void setCheckNotNull(boolean checkNotNull) {
    this.checkNotNull = checkNotNull;
    this.setUserSetCheckNotNull(true);
    Under 64bit, reflection invoke will call setCheckNotNull(boolean checkNotNull), however under 32bit, it will call setCheckNotNull(Object checkNotNull), actually 32bit version is doing something wrong, we are not sure it is a issue of weblogic or IBM JDK, pls refer the information below for details, Thanks
    OS: AIX 5.3
    AIX@ /usr/java6/bin./java -version
    java version "1.6.0"
    Java(TM) SE Runtime Environment (build pap3260sr2-20080818_01(SR2))
    IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260-20080816_22093 (JIT enabled, AOT enabled)
    J9VM - 20080816_022093_bHdSMr
    JIT - r9_20080721_1330ifx2
    GC - 20080724_AA)
    JCL - 20080808_02
    AIX@ /usr/java6_64/bin./java -version
    java version "1.6.0"
    Java(TM) SE Runtime Environment (build pap6460sr6-20090925_01(SR6))
    IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr6-20090923_42924 (JIT enabled, AOT enabled)
    J9VM - 20090923_042924
    JIT - r9_20090902_1330ifx1
    GC - 20090817_AA)
    JCL - 20090924_01
    AIX server107 3 5 00CE9E7B4C00

    The problem was the name of the Seam EJB module. Changing the jar to jboss-seam.jar, everything worked. This issue does not appear on JBoss 4.2.3.GA, where I also tested.
    Edited by: deadlock_gr on Jun 10, 2010 9:55 AM
    Edited by: deadlock_gr on Jun 10, 2010 9:56 AM

  • Oracle Startup/Shutdown with SQLPLUS and ORADIM in Windows...

    I am a newbie to the Windows platform. SQLPLUS will not allow me to issue a STARTUP command. This is what I get when I attempt to SHUTDOWN IMMEDIATE and subsequently issue a STARTUP MOUNT/NOMOUNT or any STARTUP command for that matter. The SHUTDOWN command works successfully but the subsequent startup fails with an ORA-12514: TNS:listener does not currently know of service requested in connect descriptor message.
    D:\>set ORACLE_SID=NMPC00
    D:\>set ORACLE_HOSTNAME=TAX-DEV-ORA-01
    D:\>set ORACLE_HOME=D:\app\oracle\product\11.2.0\dbhome_1
    D:\>sqlplus sys@NMPC00 as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Oct 23 11:41:56 2010
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    SQL>
    When I look at the Windows service, it still reports 'Started' despite the fact that I shutdown the instance. What is the proper protocol for shutting down and starting up an Oracle instance in Windows. Do I have to coordinate these activities with the ORADIM -STARTUP / -SHUTDOWN commands?

    I am also newbie to oracle and running into the similar problem when trying to start oracle database using windows command prompt and getting the below error:
    Command prompt is being run as administrator on windows7 O/S
    C:\ORACLE\product\11.2.0\dbhome_1\BIN>oradim -SHUTDOWN -SID O22BVGI -SHUTTYPE srvc,inst -SHUTMODE nornal
    ORA-01031: insufficient privileges
    The reason behind this to do it is , I need a batch script for stopping and restarting the oracle database instance using a Pfile which will contain the initialization parameters.
    Please can someone help!
    sqlnet.ora is:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    Kind Regards
    Sam
    Edited by: 808116 on Nov 7, 2010 4:21 PM

  • Encryption program does not work in IBM JDK

    Hi
    I have a encrypt, decrypt program, which does not work in IBM JDK
    the code is as below, it gives PBEWithMD5AndDES does not exist kind of error when running with IBM JDK
    import java.io.UnsupportedEncodingException;
    import java.security.spec.AlgorithmParameterSpec;
    import java.security.spec.KeySpec;
    import javax.crypto.Cipher;
    import javax.crypto.IllegalBlockSizeException;
    import javax.crypto.SecretKey;
    import javax.crypto.SecretKeyFactory;
    import javax.crypto.spec.PBEKeySpec;
    import javax.crypto.spec.PBEParameterSpec;
    public class MapsPasswordUtil
         Cipher ecipher;
         Cipher dcipher;
         // 8-byte Salt
         byte[] salt = { (byte) 0xA9, (byte) 0x9B, (byte) 0xC8, (byte) 0x32,
                   (byte) 0x56, (byte) 0x35, (byte) 0xE3, (byte) 0x03 };
         // Iteration count
         int iterationCount = 19;
         public MapsPasswordUtil(String passPhrase)
              try
                   KeySpec keySpec = new PBEKeySpec(passPhrase.toCharArray(), salt,
                             iterationCount);
                   SecretKey key = SecretKeyFactory.getInstance("PBEWithMD5AndDES")
                             .generateSecret(keySpec);
                   ecipher = Cipher.getInstance(key.getAlgorithm());
                   dcipher = Cipher.getInstance(key.getAlgorithm());
                   // Prepare the parameter to the ciphers
                   AlgorithmParameterSpec paramSpec = new PBEParameterSpec(salt,
                             iterationCount);
                   // Create the ciphers
                   ecipher.init(Cipher.ENCRYPT_MODE, key, paramSpec);
                   dcipher.init(Cipher.DECRYPT_MODE, key, paramSpec);
              } catch (java.security.InvalidAlgorithmParameterException e)
                   e.printStackTrace();
              } catch (java.security.spec.InvalidKeySpecException e)
                   e.printStackTrace();
              } catch (javax.crypto.NoSuchPaddingException e)
                   e.printStackTrace();
              } catch (java.security.NoSuchAlgorithmException e)
                   e.printStackTrace();
              } catch (java.security.InvalidKeyException e)
                   e.printStackTrace();
         public String encrypt(String str)
              try
                   // Encode the string into bytes using utf-8
                   byte[] utf8 = str.getBytes("UTF8");
                   // Encrypt
                   byte[] enc = ecipher.doFinal(utf8);
                   // Encode bytes to base64 to get a string
                   return new sun.misc.BASE64Encoder().encode(enc);
              } catch (javax.crypto.BadPaddingException e)
                   e.printStackTrace();
              } catch (IllegalBlockSizeException e)
                   e.printStackTrace();
              } catch (UnsupportedEncodingException e)
                   e.printStackTrace();
              return null;
         public String decrypt(String str)
              try
                   // Decode base64 to get bytes
                   byte[] dec = new sun.misc.BASE64Decoder().decodeBuffer(str);
                   // Decrypt
                   byte[] utf8 = dcipher.doFinal(dec);
                   // Decode using utf-8
                   return new String(utf8, "UTF8");
              } catch (javax.crypto.BadPaddingException e)
                   e.printStackTrace();
              } catch (IllegalBlockSizeException e)
                   e.printStackTrace();
              } catch (UnsupportedEncodingException e)
                   e.printStackTrace();
              } catch (java.io.IOException e)
                   e.printStackTrace();
              return null;
    }

    Works for me with the latest IBM JDK. You will need to specify your context i.e. what platform, what JDK/JRE etc etc etc.
    P.S. That exception handling is rubbish.
    Edited by: sabre150 on Mar 23, 2009 6:01 AM
    I suspect that you are using JDK 1.5 and that you have fallen foul of the bug where key.getAlgorithm() does net return the correct value. You get round this by specifying it as             SecretKey key = SecretKeyFactory.getInstance("PBEWithMD5AndDES").generateSecret(keySpec);
                ecipher = Cipher.getInstance("PBEWithMD5AndDES");Of course if you are clever you will just define a static final constant for this algorithm.
    Edited by: sabre150 on Mar 23, 2009 6:09 AM

  • SHA Message Digest Algo not supported by IBM JDK

    Hi,
    When I run an application with IBM's JDK, am getting the following exception:
    "java.lang.SecurityException: SHA MessageDigest not available"
    Any idea on how to create support for this Message Digest algo? One way is to use provider, I guess. But I don't know how to use a provider & where to get it from. Any suggestions/thoughts?
    Regards,
    GSP

    In my code, a class extends java.rmi.server.UnicastRemoteObject. & the exception occurs when this class is run with IBM JDK. The stack trace is:
    java.lang.SecurityException: SHA MessageDigest not available
    at sun.rmi.server.Util.computeMethodHash(Util.java:378)
    at sun.rmi.server.UnicastServerRef$HashToMethod_Maps.createMap(UnicastServerRef.java:544)
    at sun.rmi.server.WeakClassHashMap.getMap(WeakClassHashMap.java:71)
    at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:196)
    at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:306)
    at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:248)
    at java.rmi.server.UnicastRemoteObject.<init>(UnicastRemoteObject.java:146)
    at java.rmi.server.UnicastRemoteObject.<init>(UnicastRemoteObject.java:132)
    at Engine.<init>(Unknown Source)
    where Engine is the class that extends UnicastRemoteObject.

  • IBM AIX Platform and IBM JDK

    Hi,
    We are having out of memory issue on IBM AIX 5.3 version and IBM JDK 1.4.2 J9. All the settings for jvm parameters have been made as per sap recommendations.  Now that we need to debug this issue using some java profiler tool. We tried using Sherlok but this does't seem to work on AIX platform. SAP Memory analyzer is a great tool but unfortunately is not supported with IBM JDK.
    so what is the best way to troubleshoot out of memory heap issues ? which tools needs to be used for ibm platform and ibm jdk ?

    Hi,
    unfortunately I do not have a good answer for you. We are working together with IBM to enable the Memory Analyzer read IBM system dumps. However, this will take another 6 months to materialize.
    In the meantime, the Diagnostics Guide (http://www-128.ibm.com/developerworks/java/jdk/diagnosis/index.html) might be helpful. Also look for HeapAnalzer and HeapRoots.
    Andreas.

  • SAP Strategy Management 7.0 SSM Component Deployment failed with JSPM

    Dear experts,
    i have installed a SAP Netweaver CE 7.1 on Windows Server 2003 Enterprise x64 with MS SQL and i wish to install now SAP Strategy Management 7.0 with JSPM Tool.
    I have copied the CPMSTRMGMAPC00_0.SCA file on the usr\sap\trans\EPS\in\ directory and the deployment precessus failed with error before the AS JAVA has been restarted.
    How can i manage this problem? Any suggestion is welcomed.
    Thank you very much.
    Best regards,
    Pascal.

    Any ideas?
    Here is the F:\usr\sap\PI7\J71\j2ee\JSPM\log\log_2009_06_15_12_51_48\deploy_2009-06-15_14-56-58.log
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.7.1006]/>
    <!NAME[F:\usr\sap\PI7\J71\j2ee\JSPM\log\log_2009_06_15_12_51_48\deploy_2009-06-15_13-07-03.log]/>
    <!PATTERN[deploy_2009-06-15_13-07-03.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%25d[%6s]:%m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Jun 15, 2009 1:07:03 PM  [Info  ]:DC API is trying to connect to 'sap-pi7:57104'
    Jun 15, 2009 1:07:03 PM  [Info  ]:DC API has Connected to 'sap-pi7:57104'
    Jun 15, 2009 1:07:03 PM  [Path  ]:+++++ Starting  V A L I D A T E action +++++[ deployerId=2 ]. timerId=7
    Jun 15, 2009 1:07:03 PM  [Path  ]:Selected archives for validation. [ deployerId=2 ]
    Jun 15, 2009 1:07:03 PM  [Path  ]:
    sap-pi7\sapmnt\trans\EPS\in\CPMSTRMGMAPC00_0.sca
    Jun 15, 2009 1:07:03 PM  [Debug ]:Got full sdu path '
    sap-pi7\sapmnt\trans\EPS\in\CPMSTRMGMAPC00_0.sca'
    Jun 15, 2009 1:07:03 PM  [Path  ]:component version handling rule is UpdateLowerVersionsOnly.[ deployerId=2 ]
    Jun 15, 2009 1:07:03 PM  [Path  ]:deployment workflow strategy is safety deploy strategy.[ deployerId=2 ]
    Jun 15, 2009 1:07:03 PM  [Path  ]:life cycle deploy strategy is disable LCM deploy strategy.[ deployerId=2 ]
    Jun 15, 2009 1:07:03 PM  [Path  ]:Error strategies[ deployerId=2 ]:
    Jun 15, 2009 1:07:03 PM  [Path  ]:error action 'DeploymentAction' is 'OnErrorStop'
    Jun 15, 2009 1:07:03 PM  [Path  ]:error action 'PrerequisitesCheckAction' is 'OnErrorSkipDepending'
    Jun 15, 2009 1:07:03 PM  [Debug ]:deployer initialized successfully:[id:#8, elapsed: 0 ms.].[ deployerId=2 ]
    Jun 15, 2009 1:07:03 PM  [Debug ]:Total time:[#8: 0.0 sec].[ deployerId=2 ]
    Jun 15, 2009 1:07:03 PM  [Info  ]:Start validating.[ deployerId=2 ]
    Jun 15, 2009 1:07:06 PM  [Path  ]:Validating completed. Preparing the validation result.
    Jun 15, 2009 1:07:06 PM  [Path  ]:
    Sorted Items -
         1. Client path '
    sap-pi7\sapmnt\trans\EPS\in\CPMSTRMGMAPC00_0.sca --> xappscpmsm~strategymanagement.sda'
         Sdu info :name 'xappscpmsm~strategymanagement', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '2465295', software type ('J2EE', sub type ''), dependencies :[none]
              Deploy status is 'Admitted'
         2. Client path '
    sap-pi7\sapmnt\trans\EPS\in\CPMSTRMGMAPC00_0.sca'
         Sdu info :name 'CPM_STR_MGM_APC', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '1000.700.0.1.0.20080221071842'
              Deploy status is 'Admitted'
    Deployment Items -
         1. Client path '
    sap-pi7\sapmnt\trans\EPS\in\CPMSTRMGMAPC00_0.sca'
         Sdu info :name 'CPM_STR_MGM_APC', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '1000.700.0.1.0.20080221071842'
              Deploy status is 'Admitted'
              Time statistics:
              Contained DCs:
              1.1:name 'xappscpmsm~strategymanagement', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '2465295', software type ('J2EE', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              1.2:name 'xappscpmsm~strategymanagementactions', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '2465041', software type ('J2EE', sub type ''), dependencies :[none]          
                        Deploy status is 'AlreadyDeployed'
                        Description:'1. Already deployed component has version:2465041'.
              1.3:name 'xappscpmsm~strategymanagementdoc', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '2465046', software type ('J2EE', sub type ''), dependencies :[none]          
                        Deploy status is 'AlreadyDeployed'
                        Description:'1. Already deployed component has version:2465046'.
              1.4:name 'xappscpmsm~strategymanagementdic', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '2465042', software type ('JDDSCHEMA', sub type ''), dependencies :[none]          
                        Deploy status is 'AlreadyDeployed'
                        Description:'1. Already deployed component has version:2465042'.
    Jun 15, 2009 1:07:06 PM  [Info  ]:+++ Validation finished with status 'Success' +++[ deployerId=2 ]
    Jun 15, 2009 1:07:06 PM  [Path  ]:+++++ End  V A L I D A T E action +++++[ deployerId=2 ]. Total time:[#7: 3.016 sec]
    Jun 15, 2009 1:07:06 PM  [Path  ]:+++++ Starting  D E P L O Y action +++++ [ deployerId=2 ] [ timerId=9]
    Jun 15, 2009 1:07:06 PM  [Path  ]:Selected archives for deployment. [ deployerId=2 ]
    Jun 15, 2009 1:07:06 PM  [Path  ]:
    sap-pi7\sapmnt\trans\EPS\in\CPMSTRMGMAPC00_0.sca
    Jun 15, 2009 1:07:06 PM  [Debug ]:Got full sdu path '
    sap-pi7\sapmnt\trans\EPS\in\CPMSTRMGMAPC00_0.sca'
    Jun 15, 2009 1:07:06 PM  [Path  ]:component version handling rule is UpdateLowerVersionsOnly.[ deployerId=2 ]
    Jun 15, 2009 1:07:06 PM  [Path  ]:deployment workflow strategy is safety deploy strategy.[ deployerId=2 ]
    Jun 15, 2009 1:07:06 PM  [Path  ]:life cycle deploy strategy is disable LCM deploy strategy.[ deployerId=2 ]
    Jun 15, 2009 1:07:06 PM  [Path  ]:Error strategies[ deployerId=2 ]:
    Jun 15, 2009 1:07:06 PM  [Path  ]:error action 'DeploymentAction' is 'OnErrorStop'
    Jun 15, 2009 1:07:06 PM  [Path  ]:error action 'PrerequisitesCheckAction' is 'OnErrorStop'
    Jun 15, 2009 1:07:06 PM  [Debug ]:deployer initialized successfully:[id:#11, elapsed: 15 ms.].[ deployerId=2 ]
    Jun 15, 2009 1:07:06 PM  [Debug ]:Total time:[#11: 0.015 sec].[ deployerId=2 ]
    Jun 15, 2009 1:07:06 PM  [Path  ]:Starting deployment.[ deployerId=2 ]
    Jun 15, 2009 1:07:17 PM  [Debug ]:clusterRestartTriggered for transactionId:223, clusterEventAction:cluster restart triggered
    Jun 15, 2009 1:07:17 PM  [Debug ]:Mark transaction '223' as offline phase.
    Jun 15, 2009 1:07:17 PM  [Info  ]:+++ Performing offline deployment. Server is being restarted +++.The timeout for the operation is:  86400 sec.
    Jun 15, 2009 1:07:17 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 0 ms.
    Jun 15, 2009 1:07:47 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 484 ms.
    Jun 15, 2009 1:08:19 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 30484 ms.
    Jun 15, 2009 1:08:49 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 62140 ms.
    Jun 15, 2009 1:09:19 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 92156 ms.
    Jun 15, 2009 1:09:49 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 122171 ms.
    Jun 15, 2009 1:10:19 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 152171 ms.
    Jun 15, 2009 1:10:49 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 182296 ms.
    Jun 15, 2009 1:11:20 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 212905 ms.
    Jun 15, 2009 1:12:22 PM  [Info  ]:Engine is up and running. Wait for engine deployment result.
    Jun 15, 2009 1:12:22 PM  [Debug ]:DC API will create new CM
    Jun 15, 2009 1:12:52 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 305686 ms.
    Jun 15, 2009 1:13:22 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 335685 ms.
    Jun 15, 2009 1:13:53 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 365701 ms.
    Jun 15, 2009 1:14:23 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 395701 ms.
    Jun 15, 2009 1:14:53 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 425763 ms.
    Jun 15, 2009 1:15:24 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 456856 ms.
    Jun 15, 2009 1:15:54 PM  [Path  ]:+++ Wait for server response +++. Elapsed: 487012 ms.
    Jun 15, 2009 1:15:57 PM  [Info  ]:Engine is up and running. Wait for engine deployment result.
    Jun 15, 2009 1:15:57 PM  [Info  ]:server is online, time:[id:#10, elapsed: 520059 ms.]
    Jun 15, 2009 1:15:57 PM  [Path  ]:Deployment completed. Preparing the deployment result.[ deployerId=2 ]
    Jun 15, 2009 1:15:57 PM  [Path  ]:
    Sorted Items -
         1. Client path '
    sap-pi7\sapmnt\trans\EPS\in\CPMSTRMGMAPC00_0.sca --> xappscpmsm~strategymanagement.sda'
         Sdu info :name 'xappscpmsm~strategymanagement', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '2465295', software type ('J2EE', sub type ''), dependencies :[none]
              Deploy status is 'Aborted'
              Description:'1. class com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException
               -> class java.lang.NullPointerException'.
         2. Client path '
    sap-pi7\sapmnt\trans\EPS\in\CPMSTRMGMAPC00_0.sca'
         Sdu info :name 'CPM_STR_MGM_APC', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '1000.700.0.1.0.20080221071842'
              Deploy status is 'Aborted'
              Description:'1. Contains Aborted deployment component:
    sdu id: sap.com_xappscpmsm~strategymanagement
    sdu file path: F:\usr\sap\PI7\J71\j2ee\cluster\server0\.\temp\tcbldeploy_controller\archives\223\CPMSTRMGMAPC00_0_sca1245064026979\DEPLOYARCHIVES\xappscpmsm~strategymanagement.sda
    version status: NEW
    deployment status: Aborted
    description: 1. class com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException
               -> class java.lang.NullPointerException'.
    Deployment Items -
         1. Client path '
    sap-pi7\sapmnt\trans\EPS\in\CPMSTRMGMAPC00_0.sca'
         Sdu info :name 'CPM_STR_MGM_APC', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '1000.700.0.1.0.20080221071842'
              Deploy status is 'Aborted'
              Description:'1. Contains Aborted deployment component:
    sdu id: sap.com_xappscpmsm~strategymanagement
    sdu file path: F:\usr\sap\PI7\J71\j2ee\cluster\server0\.\temp\tcbldeploy_controller\archives\223\CPMSTRMGMAPC00_0_sca1245064026979\DEPLOYARCHIVES\xappscpmsm~strategymanagement.sda
    version status: NEW
    deployment status: Aborted
    description: 1. class com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException
               -> class java.lang.NullPointerException'.
              Time statistics:
              Contained DCs:
              1.1:name 'xappscpmsm~strategymanagementdic', vendor 'sap.com', location 'n/a', version '1', software type ('n/a', sub type ''), dependencies :[none]          
                        Deploy status is 'AlreadyDeployed'
                        Description:'1. Already deployed component has version:2465042'.
              1.2:name 'xappscpmsm~strategymanagementdoc', vendor 'sap.com', location 'n/a', version '1', software type ('n/a', sub type ''), dependencies :[none]          
                        Deploy status is 'AlreadyDeployed'
                        Description:'1. Already deployed component has version:2465046'.
              1.3:name 'xappscpmsm~strategymanagement', vendor 'sap.com', location 'MAIN_CPMSM70V_D', version '2465295', software type ('J2EE', sub type ''), dependencies :[none]          
                        Deploy status is 'Aborted'
              Time statistics( ms ):
                   1.deployment : 34906
                        1.1.Notify:Event triggered : 157
                        1.2.Disable LCM deployment : 34656
                             1.2.1.Perform delivery : 34656
                                  1.2.1.1.Application Deployer : 34656
                        1.3.Notify Observers : 15
                             1.3.1.Persist in storage : 15
                        1.4.Notify:Event performed : 78
                   2.Persist in storage : 16
                        Description:'1. class com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException
               -> class java.lang.NullPointerException'.
              1.4:name 'xappscpmsm~strategymanagementactions', vendor 'sap.com', location 'n/a', version '1', software type ('n/a', sub type ''), dependencies :[none]          
                        Deploy status is 'AlreadyDeployed'
                        Description:'1. Already deployed component has version:2465041'.
    Jun 15, 2009 1:15:57 PM  [Info  ]:
    Deploy Result Description: Deployment exception occurred during deploy online data. Reason :An error occurred while deploying the deployment item 'sap.com_xappscpmsm~strategymanagement'.; nested exception is:
         com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of sap.com_xappscpmsm~strategymanagement. Cannot deploy it.
    [ deployerId=2 ]
    Jun 15, 2009 1:15:57 PM  [Info  ]:+++ Deployment finished with status 'Error' +++.[ deployerId=2 ][#10: 530.465 sec]
    Jun 15, 2009 1:15:57 PM  [Path  ]:+++++ End  D E P L O Y action +++++[ deployerId=2 ]. Total time:[#9: 530.465 sec]
    Jun 15, 2009 1:15:57 PM  [Debug ]:Incorrect client ID. The stub is not connected yet.
    Jun 15, 2009 1:15:57 PM  [Debug ]:Incorrect client ID. The stub is not connected yet.

Maybe you are looking for