Recover during systemcopy between Oracle8 and Oracle9

Hello!
This is my first question in a forum, therefore sorry for mistakes.
We perform a systemcopy from Oracle8 to Oracle9. If we use a Offline-Backup there is no problem. After the restore we migrate the databse to Oracle9 and everything is ok
Now we try to use a Online-Backup for this. The restore is no problem but the recovery of the database end with following error:
alapaldsap1:oraal3 1> sqlplus /nolog
SQL*Plus: Release 9.2.0.8.0 - Production on Mon Mar 17 10:01:48 2008
Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
SQL> connect / as sysdba
Connected.
SQL> recover database until time '2008-03-11-04:00:00' using backup controlfile;
ORA-00279: change 537397112 generated at 03/10/2008 21:01:12 needed for thread
1
ORA-00289: suggestion : /oracle/AL3/saparch/AL3arch1_89802.dbf
ORA-00280: change 537397112 for thread 1 is in sequence #89802
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
ORA-00279: change 537400510 generated at 03/10/2008 21:04:18 needed for thread
1
ORA-00289: suggestion : /oracle/AL3/saparch/AL3arch1_89803.dbf
ORA-00280: change 537400510 for thread 1 is in sequence #89803
ORA-00278: log file '/oracle/AL3/saparch/AL3arch1_89802.dbf' no longer needed
for this recovery
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
ORA-00283: recovery session canceled due to errors
ORA-00355: change numbers out of order
ORA-00353: log corruption near block 2 change 537400510 time 03/10/2008
21:04:22
ORA-00334: archived log: '/oracle/AL3/saparch/AL3arch1_89803.dbf'
ORA-01112: media recovery not started
If we retry this recover then the archived log 8903 is ok, and archived log 8904 is corrupted.
I don't think, that the Redologs are corrupt. Have anybode an idea, what should i do???
Thomas

Hello!
I don't think so. Because i got this message for every log since 89797. Every try to recover the database i got this message for the next log.
It is possible to recover a Oracle8-Databse to a Oracle9 Database during systemcopy?
Thomas

Similar Messages

  • In tune show all summary activity during sync between nb and apple device. One of the summary is memory space status. Audio mayb3gb, photo 2gb, app with 3gb. What is other? Other consist of what type of file?

    In tune show all summary activity during sync between nb and apple device. One of the summary is memory space status. Audio mayb3gb, photo 2gb, app with 3gb. What is other? Other consist of what type of file? It show quite substantial storage capacity?? Anyone can answer what is in other??

    "Other" includes data such as contact information and photos assigned to contacts, calendar events, Safari bookmarks/cookies/history, notes created with the Notes application, SMS messages, email stored locally or cached, and 3rd party application data created and stored by the application.
    If "other" is more than say .75GB at the most, you had a corrupt sync. Try syncing again and if the problem persists, the recognized fix for this is to restore your iPad.

  • Oracle8i and Oracle9i with BWLS5.1

    Hi, I need help!!!
    I ve a Oracle8i and an Oracle9i connection pools in WLS 5.1
    The Oracle9i connection pool is not stable, and have been told to upgrad the drivers for it. I wonder if there is any problem use connection pool to an Oracle8i and Oracle9i, without any conflicts.
    Can WLS5.1 handle it? how should I do ?
    Pleaaaase!
    regards / John Cokoulo

    Hi Sree,
    Sorry, I was wrong, I found the JDBC drivers for the Oracle9i.
    The JDBC pack contains the OCI and Thin drivers.
    Thanks alot.
    best regards, John.
    "John" <[email protected]> wrote:
    >
    Hi Sree,
    thanks alot for your help!
    I was looking for Oracle 9i Thin driver, but could not find any!
    The only I could find was Oracle 9i thin JDBC driver for Mac OS X.
    and thanks again for your help.
    regard, John!
    "Sree Bodapati" <[email protected]> wrote:
    Hi John,
    WebLogic jDriver for Oracle 9i is not available for WLS5.1. Its only
    available for WLS6.1SP2 and above.
    I suggest you use the Oracle thin driver from Oracle to connect to the
    9i
    database.
    when you download and install the 9i thin driver, the connection pool
    can be
    configured as,
    weblogic.jdbc.connectionPool.O9iPool=\
    url=jdbc:oracle:thin:@9imachinename:port:SID,\
    driver=oracle.jdbc.driver.OracleDriver,\
    loginDelaySecs=1,\
    initialCapacity=5,\
    maxCapacity=12,\
    capacityIncrement=2,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=12,\
    props=user=o9iusr;password=o9ipwd;weblogic.oci.min_bind_size=660
    You cannot use two different OCI drivers at the same time to create
    Connection pools in a single server.
    HTH
    sree
    "John" <[email protected]> wrote in message
    news:[email protected]...
    Hi Sree, thanks for your help... now this information is what I got.
    Some data:
    ORACLE_HOME=/oracle/product/8.1.7
    PATH includes $ORACLE_HOME/bin
    My ld library path include the oracle driver: oci815_8:$ and ORACLE_HOME/lib
    As I can see is the oci815_8 in use.
    weblogic.jdbc.connectionPool.O8iPool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver,\
    loginDelaySecs=1,\
    initialCapacity=5,\
    maxCapacity=12,\
    capacityIncrement=2,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=12,\
    props=user=o8iusr;password=o8ipwd;server=O8iServer;weblogic.oci.min_bind_siz
    e=2000
    weblogic.jdbc.connectionPool.O9iPool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver,\
    loginDelaySecs=1,\
    initialCapacity=5,\
    maxCapacity=12,\
    capacityIncrement=2,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=12,\
    props=user=o9iusr;password=o9ipwd;server=O9iServer;weblogic.oci.min_bind_siz
    e=660
    Now Can I Make Tow Connection Pools To Oracle With Different Drivers
    Like Let The O8i Go To The Old oci815_8 Drivers,
    And Install New Oci Drivers For The Oracle9i ??????
    "Sree Bodapati" <[email protected]> wrote:
    Can you post the connection pool properties url and driver, they should
    tell
    us what driver you may be using.
    sree
    "John" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I dont know exactly what driver we use, but I know that the same driver
    is
    in
    use for bothe 8i and 9i. And I know that the driver is old, (from 2000).
    The behavior is that connection duo the 9i are rollin back sometimes,
    about
    30%
    of all transactions are rolling back.
    Thats why I ve been told to use newer drivers (9i drivers).
    So, yes, I see exceptions, roll back exceptions of the transactionsthat
    are
    trying
    to connect to the database pool.
    But I wonder how to do that, and how can I see exactly what driver
    we
    use
    now?
    Please help me!!!!
    "Sree Bodapati" <[email protected]> wrote:
    John,
    What driver are you using to connect to 8i and 9i? What is the behavior
    you
    are seeing with the pool connections, when you say pool is not stable?
    do
    you see any exceptions/hangs ?
    Also ensure that you have testConnsOnReserve=true (on the 9i pool)
    so
    that
    the connections get recreated if they go bad.
    hth
    sree
    "John" <[email protected]> wrote in message
    news:[email protected]...
    Hi, I need help!!!
    I ve a Oracle8i and an Oracle9i connection pools in WLS 5.1
    The Oracle9i connection pool is not stable, and have been told to
    upgrad
    the
    drivers for it. I wonder if there is any problem use connection pool
    to an
    Oracle8i and Oracle9i, without any conflicts.
    Can WLS5.1 handle it? how should I do ?
    Pleaaaase!
    regards / John Cokoulo

  • XA : Oracle8 and Oracle9

    I using Tuxedo8.0 ..and I need to use XA with both Oracle8 and Oracle9...
    This time is using only Oracle8, Two-Phase commit, and next year we have to join
    with Oracle9.
    Then I would like to know Can I use XA across Oracle8 and Oracle9...
    What is RM file for Oracle9?
    Regards,
    Yos

    Hello Yos,
    XA transactions can span multiple RDBMSes... There may be limitations/problems
    as every RDBMS has a different implementation and hence do not work the same way.
    The base rule is: You can definitely have a single XA transaction across Oracle,
    Informix and DB2. So, your scenario of XA transactions across Oracle 8 and 9 databases
    should work..
    For RM file entry, please refer Oracle/Tuxedo documentations. Oracle 8.x RM file
    entry may also work fine with Oracle 9.x. Just give it a try.
    HTH
    regards
    MS

  • Change of material master during transfer between SRM and R/3

    Hi,
    I have a question for modifying material master data between R/3 and SRM.
    I would like to know if it is possible to change the material number during the transfer. The reason is:
    I have 2 R/3 backends and 1 SRM system. The material codes in the 2 R/3 systems are different but some materials having different numbers in R/3 are referring to the same material. I want to see such materials with the same material number. Is it possible to do this with Middleware plus some interruption in between? The "translation" should be bi-directional.
    Thanks

    Hi,
      No probs if the field is not replicated.No idea how to bring that through replication though.
      Coming to the Product Search...Although the number of such materials is less...You will have to modify the Product search which will take care of the  display of other products as well.
      The Std product search(<b>bbph_product</b>) uses the the search help exit "<b>BBP_F4IF_SHLP_EXIT_PRODUCT_GEN</b>".So you need to replace this one with your custom FM.
      In your custom FM,you will have to check for the HARMINIZED code field for all such materials and accordingly while selecting the Material select the HARMONIZED code as the Material number and in the Product search display that HARMONIZED code as the "PRODUCT ID". Also,you  will have to develop RFC enabled FM which will actually fetch all the Materials from the BAckend at runtime. Also are you displaying the Product List Plantwise?
      Pls give me ur mail ID where i can mail you the  sample code.
    BR,
    Disha.
    Pls reward points for helpful answers.

  • Oracle8 and oracle9i on same server?

    Hello Ora-GURUs,
    I have Oracle8 Release 8.0.4.0.0 - Production database running on windows2000 server. I want to install Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production database on the same server. Is it possible to have both versions running on the same server? if yes then how (just brief)?
    Thanks in advance...

    A few concerns
    1) Oracle 8.0.4 was never supported on Windows 2000.
    2) Oracle 8.0.4 was not multi-home compatible, so there is no guarantee that installing a new database version won't affect your existing install.
    3) Oracle 8.0.4 was desupported about 6 and a half years ago and wasn't even the terminal patchset for the 8.0.x line. Why are you using such an ancient version of the database?
    I would be grateful that a production database was even running on an operating system it was never designed for or tested on and wouldn't attempt to install anything else. I would seriously investigate ways to upgrade the 8.0.4 database at least to 8.0.6 but realistically to something that is still supported like 9.2 or even 10.2.
    Justin

  • Join in oracle8i and oracle9i

    hi all
    i am using oracle8i.
    SQL> select * from employee;
    ID NAME
    1 pavan
    2 kiran
    SQL> select * from salary;
    ID SALARY
    1 100
    SQL> select employee.id,salary.id from employee,salary where employee.id=salary.id(+);
    ID ID
    1 1
    2
    Will the query which i have written in 8i equal to the following in 9i?
    select employee.id,salary.id from outer salary,employee where employee.id=salary.id
    and Does OUTER in 9i means Left if nothing is specified??
    Any inputs will be really helpful
    Thanks and Regards
    Pavan

    Pavan,
    This question is most appropriate for a SQL forum. Please move your question there. Good luck!

  • How to recover/update GUID_EXTERNAL between ODI and WLS

    HI All,
            I have lost my all security in a OBIA 11.1.1.7.1 environment, and I'm trying to recreate it. I've already recreated at WLS the following users biappsadmin (my OBIA admin user), BIAppsSystemUser and BISystemUser.
           I've got to log into OBIEE again, but when I try to log into ODI Studio I've got the following error :
    oracle.odi.core.security.BadCredentialsException: ODI-10163: This OPSS user biappsadmin has different GUID than the one found in Oracle Data Integrator repository.
    at oracle.odi.core.security.SecurityManager.createAuthentication(SecurityManager.java:511)
    at oracle.odi.core.security.SecurityManager.createAuthentication(SecurityManager.java:252)
    at oracle.odi.ui.docking.panes.OdiCnxFactory$1.run(OdiCnxFactory.java:208)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
    at java.lang.Thread.run(Thread.java:662)
         Then, looking at SNP_USER from <prefix>_BIA_ODIREPO I have the following :
      I_WUSER                    --> 2500
      WUSER_NAME          --> biappsadmin
      WUSER_INIT               --> null,
      PASS                         --> null,
      AUT_SUPERVISOR     -->1,
      FIRST_DATE               -->null,
      FIRST_USER               -->null,
      LAST_DATE               -->null,
      LAST_USER               -->null,
      IND_CHANGE               -->null,
      EXT_VERSION            -->null,
      EXPIRACY_DATE       ->null,
      I_TXT_DETAIL             -->null ,
      USER_EXPIRACY_DATE --> null,
      GUID_EXTERNAL          --> 7D635A9155BD11E38F07A52086C80F5C
        So, Is there a way to know what is the GUID that WLS has created to this user  ? If dont, How to recover the security ?
    Thanks in advance...

    Mr.Elendig wrote:Will work fine if you have the PKGBUILD build it against the installed kernel instead of the running one.
    I googled it, but can't find the solution. Would you explain it a bit, for example, the PKGBUILD below, how to change it to let it compile against a specific version kernel? Thanks.
    pkgname=('zfs')
    # When changing versions, search and replace 0.6.0-rc11, using package
    # variables breaks AUR parsing.
    pkgver=0.6.0_rc11
    pkgrel=2
    arch=('i686' 'x86_64')
    pkgdesc="Native ZFS for Linux"
    url="http://zfsonlinux.org/"
    depends=('linux-lts>=3.0' "spl>=${pkgver}" "zfs-utils>=${pkgver}")
    makedepends=('linux-lts-headers>=3.0')
    source=(http://github.com/downloads/zfsonlinux/zfs/zfs-0.6.0-rc11.tar.gz
    zfs_preempt.patch
    md5sums=('85435c100d9c1dadad7b961c3cb965f6'
    '13d63bbc0497ccc03d982817b6319512')
    license=('CDDL')
    install=zfs.install
    build() {
    cd ${srcdir}/zfs-0.6.0-rc11
    patch -p0 -i ${srcdir}/zfs_preempt.patch
    ./autogen.sh
    ./configure --with-config=kernel \
    --prefix=/usr \
    --sysconfdir=/etc \
    --sbindir=/usr/sbin \
    --libdir=/usr/lib \
    --datadir=/usr/share \
    --includedir=/usr/include \
    --with-udevdir=/lib/udev \
    --libexecdir=/usr/lib/zfs-0.6.0-rc11
    make
    package() {
    cd ${srcdir}/zfs-0.6.0-rc11
    make DESTDIR=${pkgdir} install
    # move module tree /lib -> /usr/lib
    cp -r ${pkgdir}/{lib,usr}
    rm -r ${pkgdir}/lib

  • Short dump Error during VM container communication between ABAP and JAVA.

    Hello All,
    Can anybody please help with resolving the following issue:
    Short dump is displayed, when I try to insert CRM product (type: material) in the document (opportunity). This CRM product was created in CRM directly.
    When I try to insert ECC migrated material, everything works fine.
    Here is the details of dump:
    Short text
        Error during VM container communication between ABAP and JAVA
    Information on where terminated
        Termination occurred in the ABAP program "SAPLPRC_INT" - in "GET_PRICING_PROCEDURE_INFO".
        The main program was "SAPMHTTP ". In the source code you have the termination point in line 100 of the (Include) program "LPRC_INTF35".
    Thank you!

    hi Willie,
         this is the dump, and i have used the t-code sm52 . the VMC is not active.
    |Short Text                                                                                        |
    |    Error during VM Container communication between ABAP and JAVA.                                |
    |What happened?                                                                                    |
    |    The current program had to be terminated because of an                                        |
    |    error when installing the R/3 System.                                                         |
    |    Error in the RFC layer.                                                                       |
    |What can you do?                                                                                  |
    |    Note which actions and entries caused the error to occur.                                     |
    |                                                                                                  |
    |    Consult your SAP administrator.                                                               |
    |                                                                                                  |
    |    Using transaction ST22 for ABAP dump analysis, you can view, manage,                          |
    |    and retain termination messages for longer periods.                                           |
    |Error analysis                                                                                    |
    |    An error has occurred in the RFC layer during communication between                           |
    |    JAVA and the ABAP stack. This prevents data from being passed correctly                       |
    |    between the two stacks.                                                                       |
    |                                                                                                  |
    |    Message    = TH_VMC_SERV_NOT_ACTIVE                                                           |
    |    Return code = -1007                                                                           |
    |    Pointer    = "000007DD348F6138"                                                               |
    |How to correct the error                                                                          |
    |    Check whether the VMC is active on your application server. To do this,                       |
    |    run transaction SM52. If the VMC is not active, contact your SAP                              |
    |    administrator.                                                                                |
    Regards
    Charles

  • Oracle8 and Oracle8i (Migrating)

    How can I migrate from Oracle8 to Oracle8i. The migration
    utilities insist that I select an Oracle8 instance but I can't
    get both Oracle8 and Oracle8i running on the same server. Please
    help me.........please
    TIA,
    Lori
    null

    srini (guest) wrote:
    : i know that oracle8i stands for internet computing. We are
    : running our database in 7.3.4. We've a plan to go for Oracle8
    : during Jan 2000. We are confused whether we can go for Oracle8
    : or Oracle8i. Since i don't know exactly what is the difference
    : in between these two, we are not able to make the decision?
    : Can anyone help me to find out 1. is there any architectural
    : change between oracle8 and oracle8i? 2. What are the features
    : oracle8i has which are not existing in oracle8.
    : thanks
    : srini
    Srini,
    The major features that are in Oracle8i and are not in Oracle8
    are the following:
    1) Java and internet capabilities are in Oracle8i and these
    are not in Oracle8
    2) JVM - Java Virtural Machine also known as JServer, this
    allows developer to create applications in Java, PL/SQL
    or OCI
    3) iFS - Internet File System, this allows the database to
    store relational and non-relation data files is present
    in Oracle8i and this is not in Oracle8.
    4) Oracle8i comes with interMedia which allows user to access
    multi-media data.
    5) Oracle8i comes with WebDB, a web developement environment.
    These are the major differences and I hope it helps. For
    complete new features, please refer to Oracle8i manual.
    Regards,
    John
    null

  • OO4O - Oracle8i vs Oracle9i

    Can the latest version of OO4O be used for both Oracle8i and Oracle9i?
    Thanks

    Hi
    Reports is good for standard reports which are used often (daily or weekly) and 'never' change.
    Disco good for ad-hoc reporting, analyzing.
    See the documentation in OTN.
    Ott Karesz
    http://www.trendo-kft.hu

  • Sync between MacBookPro and iPhone 3G does not sync properly.  Calendars duplicate events but worse is that only contacts from Address book from letter T onwards sync.  Any contacts on iPhone which are not on Mac are lost during sync.

    Sync between MacBookPro and iPhone 3G does not sync properly.  Calendars duplicate events but worse is that only contacts from Address book from letter T onwards sync.  Any contacts on iPhone which are not on Mac are lost during sync.
    Solutions?

    No, I never really found an easy solution.  I believe it is an issue with some corruption in the iTunes database on the specific device.  In my case, both my iPad and iPhone now show duplicate stream songs if viewed through iTunes on my Mac, but they show different songs.  A couple years ago I had a similar issue on my iPhone, and Apple support suggested I back up the phone, completely reset it, and then restore it from the backup.  It did work, so I imagine it would probably work for my current issues with the iPhone and iPad.  But resetting and restoring an iPad or iPhone always makes me a little nervous that something will get lost.  When I did reset/restore the iPhone, I do have to say, the restore process was 100% perfect and I did not lose any data at all even though Apple support said I might.  If you try to go that route, I would suggest backing the device up both to a computer through iTunes, and to the iCloud so that you have a double backup.
    None of this really resolves the issue with how the iTunes databases are becoming corrupted on the apple devices though, so it is very likely to happen again until they fix it.  I have been unable to determine if there were any specific actions or conditions which caused the corruption to happen in the first place.
    Might be worth another call to Apple support, or dropping in the local Apple store if you have one near by.

  • Difference between Oracle9i 9.2.0.3 and Oracle9i 9.2.0.4 JDBC Drivers

    Hi everybody,
    Can you tell me what is Difference between Oracle9i 9.2.0.3 and Oracle9i 9.2.0.4 JDBC Drivers briefly?
    In my application I am using Oracle9i 9.2.0.3 JDBC Drivers. But it is not supported when I retrieved Data with junk character from CLOB.because of IO Exception it showing Bigger type length than Maximum
    if i used Oracle9i 9.2.0.4 JDBC Drivers it is working properly.
    I am using WAS 4.0.3 , JDK1.3 and Oracle 9.0.
    Shall I use Oracle9i 9.2.0.4 in my application and I want to know it will create any new problem in my application or not ?
    please Reply me ASAP.
    i am waiting for your reply
    thanks a lot
    bye
    Message was edited by:
    paulusazapakcom

    Can you tell me what is Difference between Oracle9i
    9.2.0.3 and Oracle9i 9.2.0.4 JDBC Drivers briefly?Search the Oracle site. That should tell if there are any differences at all. I would assume that there would be some bug fixes.
    please Reply me ASAP.
    i am waiting for your replySuch lines are better avoided.

  • Error during VM container communication between ABAB and Java

    Hi All
    Once in a while we get this error while creating shopping cart.
    'Error during VM container communication between ABAB and Java"
    Why ?  only one user has thos problem
    SAP SRM 5 .0
    what could be the reason ?
    It is not happening always.
    any help /reason for this error is appreciated?
    br
    muthu

    Hi,
    Please check the below link :
    /message/6055324#6055324 [original link is broken]
    i hope this will help you..
    With Regards,
      CSK

  • Error during VM container communication between ABAP and JAVA

    Hello,
    While creation of SC, I am getting error "Error during VM container communication between ABAP and JAVA"
    Based on earlier responses in this forum, I checked following activity.
    1. T Code - BBP_CND_CHECK_CUST
    Result - IPC Pricing is Active and IPC is now running in VMC
    2. Run Report - RSVMCRT_HEALTH_CHECK
    Result - The Java component is deactivated
    3. As per OSS note 854170, Profile parameters were existed as below
    a) vmcj/enable - on
    b) vmcj/option/maxJavaHeap = 200M
    So, How to get Java component activated?
    Thanks,
    Rahul Mandale

    Thanks Markus,
    For SM53, I am getting resulets as " Java is not active on this application server - Message no. SVMCRT011"
    Can you suggest, what I need to do for it? I can't use SRM Shopping cart because of it. thanks in advance, Rahul
    and dev_w0 trace ....
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Wed Aug 31 15:45:40 2011
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\CUS\DVEBMGS04\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\CUS\DVEBMGS04\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\CUS\DVEBMGS04\exe\dboraslib.dll' is "700.08", patchlevel (0.46)
    B  New connection 0 created
    M sysno      04
    M sid        CUS
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    52
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        456
    M
    M  kernel runs with dp version 210000(ext=109000) (@(#) DPLIB-INT-VERSION-210000-UC)
    M  length of sys_adm_ext is 572 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 456) [dpxxdisp.c   1293]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          18304     (1408)
    M  DpShMCreate: sizeof(tm_adm)          3954072     (19672)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1452)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 05C00040, size: 4613144)
    M  DpShMCreate: allocated sys_adm at 05C00040
    M  DpShMCreate: allocated wp_adm at 05C01E28
    M  DpShMCreate: allocated tm_adm_list at 05C065A8
    M  DpShMCreate: allocated tm_adm at 05C065D8
    M  DpShMCreate: allocated wp_ca_adm at 05FCBB70
    M  DpShMCreate: allocated appc_ca_adm at 05FD1930
    M  DpShMCreate: allocated comm_adm at 05FD3870
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 06054730
    M  DpShMCreate: allocated gw_adm at 06054770
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 060547A0
    M  DpShMCreate: allocated wall_adm at 060547A8
    X  EmInit: MmSetImplementation( 2 ).
    X  MM diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Wed Aug 31 15:45:41 2011
    M  ThInit: running on host crmsys

    M Wed Aug 31 15:45:42 2011
    M  calling db_connect ...
    C  Prepending D:\usr\sap\CUS\DVEBMGS04\exe to Path.

    C Wed Aug 31 15:45:47 2011
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@CRM on connection 0 (nls_hdl 0) ... (dbsl 700 240106)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   0619F158   061A46F4   061A3F7C
    C  Attaching to DB Server CRM (con_hdl=0,svchp=061A3EC8,svrhp=061B5794)
    C  Starting user session (con_hdl=0,svchp=061A3EC8,srvhp=061B5794,usrhp=061CA558)

    C Wed Aug 31 15:45:48 2011
    C  Now '/@CRM' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPSR3's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=061A3EC8,usrhp=061CA558)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPSR3/<pwd>@CRM on connection 0 (nls_hdl 0) ... (dbsl 700 240106)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   0619F158   061A46F4   061A3F7C
    C  Starting user session (con_hdl=0,svchp=061A3EC8,srvhp=061B5794,usrhp=061CA558)
    C  Now 'SAPSR3/<pwd>@CRM' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  Database instance CRM is running on CRMSYS with ORACLE version 10.2.0.1.0 since 20110831

    B Wed Aug 31 15:45:49 2011
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20110831 154542 CRMSYS         
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Wed Aug 31 15:46:12 2011
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 0A7C0040, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 788A0040, size: 61440000)
    M  SHM_PAGING_AREA          (addr: 0AC00040, size: 32768000)
    M  SHM_ROLL_ADM               (addr: 0CB50040, size: 615040)
    M  SHM_PAGING_ADM          (addr: 0CBF0040, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 0CC80040
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12160 bytes (50 server) at 0CD10040
    X  EmInit: MmSetImplementation( 2 ).
    X  MM diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 13, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 10E700C8, size: 30000000, end: 12B0C448)
    B  dbtbxbuf: Buffer TABLP (addr: 12B100C8, size: 10240000, end: 134D40C8)
    B  dbexpbuf: Buffer EIBUF (addr: 0FBA00D0, size: 4194304, end: 0FFA00D0)
    B  dbexpbuf: Buffer ESM   (addr: 134E00D0, size: 4194304, end: 138E00D0)
    B  dbexpbuf: Buffer CUA   (addr: 138F00D0, size: 3072000, end: 13BDE0D0)
    B  dbexpbuf: Buffer OTR   (addr: 13BE00D0, size: 4194304, end: 13FE00D0)
    M  rdisp/reinitialize_code_page -> 0
    M  icm/accept_remote_trace_level -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

    S Wed Aug 31 15:46:15 2011
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 1946AA80

    S Wed Aug 31 15:46:16 2011
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 1D6D00A8
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 1D6D0430
    S    using messages for server info
    S  size of spec char cache entry: 297028 bytes (timeout 100 sec)
    S  size of open spool request entry: 2132 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A Wed Aug 31 15:46:18 2011

    A  -PXA--
    A  PXA INITIALIZATION
    A  PXA: Fragment Size too small: 73 MB, reducing # of fragments
    A  System page size: 4kb, total admin_size: 5132kb, dir_size: 5076kb.
    A  Attached to PXA (address 688A0040, size 150000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--


    A Wed Aug 31 15:46:20 2011
    A  ABAP ShmAdm attached (addr=57A40000 leng=20955136 end=58E3C000)
    A  >> Shm MMADM area (addr=57EB5E58 leng=126176 end=57ED4B38)
    A  >> Shm MMDAT area (addr=57ED5000 leng=16150528 end=58E3C000)
    A  RFC Destination> destination crmsys_CUS_04 host crmsys system CUS systnr 4 (crmsys_CUS_04)

    A Wed Aug 31 15:46:21 2011
    A  RFC Options> H=crmsys,S=04,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 13730 bytes at 0FFB0040

    N Wed Aug 31 15:46:22 2011
    N  SsfSapSecin: putenv(SECUDIR=D:\usr\sap\CUS\DVEBMGS04\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is D:\usr\sap\CUS\DVEBMGS04\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================

    N Wed Aug 31 15:46:23 2011
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    B    dbtran INFO (init_connection '<DEFAULT>' [ORACLE:700.08]):
    B     max_blocking_factor =  15,  max_in_blocking_factor      =   5,
    B     min_blocking_factor =  10,  min_in_blocking_factor      =   5,
    B     prefer_union_all    =   0,  prefer_join                 =   0,
    B     prefer_fix_blocking =   0,  prefer_in_itab_opt          =   1,
    B     convert AVG         =   0,  alias table FUPD            =   0,
    B     escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B     select *            =0x0f,  character encoding          = STD / <none>:-,
    B     use_hints           = abap->1, dbif->0x1, upto->2147483647, rule_in->0,
    B                           rule_fae->0, concat_fae->0, concat_fae_or->0

    W Wed Aug 31 15:46:24 2011
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.52.20050900]
    W    ITS Plugin: Int.version, [32]
    W    ITS Plugin: Feature set: [10]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    E  Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume crmsys_CUS_04
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.

    B Wed Aug 31 15:46:48 2011
    B  table logging switched off for all clients

    M Wed Aug 31 15:47:55 2011
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 05BD0040
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 05BD07A8
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 05BD07E0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 05BD07EC

    A Wed Aug 31 15:48:44 2011
    A  RFC FRFC> fallback on the central gateway crmsys sapgw04 activ

    B Wed Aug 31 15:49:47 2011
    B  dbmyclu : info : my major identification is 3232288873, minor one 4.
    B  dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.
    B  dbmyclu : info : my initial uuid is D98FA690E8AA314D9B69930868792664.
    B  dbmyclu : info : current optimistic cluster level: 0
    B  dbmyclu : info : pessimistic reads set to 2.

Maybe you are looking for

  • Class java.lang.NullPointerException thrown on deploying Support Packages

    Hello Everybody, My version of <b>Enterprise Portal is 6.0</b> .Earlier the <b>Support Pack Stack level was SP</b>S09 After deploying <b>Support Pack Stack level SPS16</b> for <b>J2ee Engine</b>,<b>Portal Platform</b> and <b>KMC</b> and restarting th

  • [h]:mm:ss how can i get this format in report

    Hello Gurus,     I am creating a report in BEx and have to sum up HH:MM:SS column.I am facing problem while the sum is more then 24 hours. The custom format of excel[h]:mm:ss helps in getting the the total of HH:MM:SS even if the total is more then 2

  • Why can't I arrange my tile to two up

    Open new File. Place image onto paper crop accept new image but I can't get arrange 2 up vertically as this is not highlighted. How do I get this please.

  • What if HANA was used to process Large Hadron Collider (LHC) Data?

    What if you want to record and analyse the data about the particles which are accelerating at 99.99% speed of light? Watch this video on how data are collected and processed at LHC Please Download following presentation which provides more insight on

  • Labview and Microsoft VC++ 6.0 (MFC)

    Hello Gurus, has anyone ever tried to implement a labview panel into a MDI frame of Mirosoft VC++ 6.0 At the moment i am able to do this stuff with a dialog based application. If you have some ideas please tell me."