LOGSTDBY Analyzer process  stopped

hi,
i inserted a row in a table on primary db.
but it is not showing in standby db site.
error in standby alter.log
LOGSTDBY status: ORA-00001: unique constraint (user_name.PK_key) violated
LOGSTDBY id: XID 0x0003.02c.00000cc5, hSCN 0x0000.004da30d, lSCN 0x0000.004da30d, Thread 1, RBA 0x00be.00002771.1e4, txnCscn 0x0000.004da30f, PID 1280, ORACLE.EXE (P004)
LOGSTDBY Apply process P004 pid=58 OS id=1280 stopped
Tue Jan 03 16:48:38 2012
LOGSTDBY Apply process P004 pid=58 OS id=1280 stopped
Tue Jan 03 16:48:38 2012
LOGMINER: End mining logfile: 'Location\1_191_766840337.ARC'
Tue Jan 03 16:48:39 2012
LOGMINER: Begin mining logfile:Location\1_192_766840337.ARC
Tue Jan 03 16:48:39 2012
ORA-12801: error signaled in parallel query server P004
ORA-00001: unique constraint (USERNAME.PK_KEY) violated
Tue Jan 03 16:48:39 2012
LOGMINER: End mining logfile: Location\1_192_766840337.ARC
Tue Jan 03 16:48:39 2012
LOGMINER: Begin mining logfile: Location\1_193_766840337.ARC
LOGSTDBY Analyzer process P003 pid=57 OS id=5656 stopped
LOGSTDBY Apply process P007 pid=61 OS id=5124 stopped
LOGSTDBY Apply process P008 pid=62 OS id=3288 stopped
LOGSTDBY Apply process P006 pid=60 OS id=6128 stopped
LOGSTDBY Apply process P005 pid=59 OS id=5604 stopped
A single transaction is not saving there
Please help what can i do
Regards
Vaibhav

Hello;
There's an Oracle note on this :
Handling ORA-1403 ora-12801 on logical standby apply [ID 1178284.1]
With a large troubleshooting section.
Also worth a look :
Oracle Data Guard Readme for SQL Apply Release 10.1.0.4 [ID 304061.1]
This is key of course :
ORA-00001: unique constraint (USERNAME.PK_KEY) violated
When an insert is performed that violates a constraint the insert statement is placed into the redo stream with a record that states the insert should be rolled back. As the SQL Apply operations apply the sql from the redo stream the insert that violated the constraint is attempted and then rolled back.
To find the transaction that causes the sql apply failure :
SELECT
  EVENT,
  XIDUSN,
  XIDSLT,
   XIDSQN
FROM
  DBA_LOGSTDBY_EVENTS
WHERE
  EVENT_TIME = (SELECT MAX(EVENT_TIME) FROM DBA_LOGSTDBY_EVENTS);Sikp the transaction :
EXEC DBMS_LOGSTDBY.SKIP_TRANSACTION(<XIDUSN>,<XIDSLT>,<XIDSQN>)start the sql apply (Don't use if you are using broker, use broker)
SQL> ALTER DATABASE START LOGICAL STANDBY APPLY;Best Regards
mseberg

Similar Messages

  • I can't burn a cd of my own created music. I either get the error 4261, or after "Checking media" the process stops and nothing further happens. Have tried different burn speeds and cds. Have re-installed iTunes.Any suggestions please?

    I can't burn a cd of my own created music. I either get the error 4261, or after "Checking media" the process stops and nothing further happens. Have tried different burn speeds and cds. Have re-installed iTunes.Any suggestions please?
    wm0203

    Sounds like the CD drive died. Luckily they cost next to nothing to replace. Or get an external LaCie instead. I have a dual G4 1.25 and the CD drive was always so anemic I use a LaCie Porsche with it.

  • Running Win 7; FF DL process stops at DL of "stub". Help.

    When I try to download and install FF on my Windows 7 machine, the process stops after [apparently] successful download of Setup Stub 29.0.1. I have tried repeatedly to do this, always with the same results. To proceed would be, by definition, insanity.
    My Windows 7 machine(s) has/have all available updates.
    100s of 1000s of user-attempts must be experiencing the same phenomenon.

    You can get the full, off-line installer package here.
    http://www.mozilla.com/en-US/firefox/all.html

  • Just installed Mac OS X 10.8.5  on a Mac Pro 2010 platform.    The App Store shows there is an upgrade, so I click the download button.   After about 2 hrs the process stops and an  Error (102) appears on the screen.  Any idea what goes wrong?  THX

    Just installed Mac OS X 10.8.5  on a Mac Pro 2010 platform. 
    The App Store shows there is an upgrade, so I click the download button. 
    After about 2 hrs the process stops and an  Error (102) appears on the screen. 
    Any idea what goes wrong? 
    THX

    ahstephen wrote:
    Thank you for the response.
    The upgrade I'm interested is for OS X  v.10.8.5...
    ...The App Store page shows 2 different upgrades:   
    Mountain Lion  (10.8.5)  Software Upgrade,  and
    Yosemite FREE upgrade
    If the App Store is showing 10.8.5 as an update, what do you currently have installed? The final update to Mountain Lion was 10.8.5, and since the basic OS installation of Mountain Lion is no longer offered in the App Store, that would suggest you're currently at an earlier version of Mountain Lion - 10.8.x where x=less than 5. If that's the case, I'd suggest getting the 10.8.5 update. There is also a Supplemental Update for 10.8.5 and that may be what the App Store is offering.

  • BPM Process stop to work

    when i start a bpm process during the runtime the process stop to work and in the default trace i found this error:
    2011 09 26 15:24:11:785--+0200--Error--com.sap.glx.core.kernel.mmtx.PrimaryTransaction--
    com.sap.BPM.core_svc.000064--BC-BMT-BPM-SRV--com.sap.glx.core.svc--F65520AD5DBD13F60000000000004958--29830050000000004----com.sap.glx.core.kernel.mmtx.PrimaryTransaction--SAP_BPM_Service--0----217287D5E83F11E0AF57000001C72BA2--217287d5e83f11e0af57000001c72ba2--217287d5e83f11e0af57000001c72ba2--0--Galaxy 2079 / Follower Worker--Plain----
    afterCompletion(int):Unexpected error during deferred transaction commit: java.lang.IllegalMonitorStateException: Attempted to release a write lock, but the ticket-local lock count is zero (danger, inconsistency detected!)
         at com.sap.glx.core.dock.impl.GalaxyCowLock$LockImpl$WriteLockImpl.unlock(GalaxyCowLock.java:378)
         at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.localImageRelease(AbstractTransactionBase.java:798)
         at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.clean(AbstractTransactionBase.java:240)
         at com.sap.glx.core.kernel.mmtx.PrimaryTransaction.clean(PrimaryTransaction.java:86)
         at com.sap.glx.core.kernel.mmtx.AbstractTransaction.internalComplete(AbstractTransaction.java:392)
         at com.sap.glx.core.kernel.mmtx.AbstractTransaction.complete(AbstractTransaction.java:345)
         at com.sap.glx.core.kernel.mmtx.AbstractTransaction.rollback(AbstractTransaction.java:305)
         at com.sap.glx.core.kernel.mmtx.PrimaryTransaction$PersistentCommit.afterCompletion(PrimaryTransaction.java:401)
         at com.sap.engine.services.ts.jta.impl.SynchronizationWrapper.afterCompletion(SynchronizationWrapper.java:48)
         at com.sap.engine.services.ts.jta.impl2.TXR_TransactionImpl.rollback_internal(TXR_TransactionImpl.java:1286)
         at com.sap.engine.services.ts.jta.impl2.TXR_TransactionImpl.rollback(TXR_TransactionImpl.java:1048)
         at com.sap.engine.services.ts.jta.impl2.TXR_TransactionManagerImpl.rollback(TXR_TransactionManagerImpl.java:509)
         at com.sap.engine.services.ts.jta.impl2.TXR_UserTransaction.rollback(TXR_UserTransaction.java:170)
         at com.sap.glx.core.resource.impl.j2ee.J2EETransactionManagerFactory$JTATransactionManagerImpl.rollback(J2EETransactionManagerFactory.java:158)
         at com.sap.glx.core.kernel.mmtx.PrimaryTransaction.inRollback(PrimaryTransaction.java:274)
         at com.sap.glx.core.kernel.mmtx.AbstractTransaction.rollback(AbstractTransaction.java:279)
         at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.rollback(AbstractTransactionBase.java:778)
         at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:202)
         at com.sap.glx.core.kernel.mmtx.AbstractTransaction.commit(AbstractTransaction.java:81)
         at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:129)
         at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)
         at com.sap.glx.core.resource.impl.j2ee.J2EEResourceImpl$Sessionizer.run(J2EEResourceImpl.java:231)
         at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:150)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:337)
         at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:147)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:182)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:299
    (in other post i insert the rest of the default trace)
    anyone know how can i resolve it?

    011 09 26 15:34:27:382--+0200--Error--com.sap.glx.core.kernel.mmtx.AbstractTransactionBase--
    com.sap.BPM.core_svc.000127--BC-BMT-BPM-SRV--com.sap.glx.core.svc--F65520AD5DBD14090000000000004958--29830050000000004----com.sap.glx.core.kernel.mmtx.AbstractTransactionBase--SAP_BPM_Service--0----217287D5E83F11E0AF57000001C72BA2--217287d5e83f11e0af57000001c72ba2--217287d5e83f11e0af57000001c72ba2--0--Galaxy 4198 / Follower Worker / Script [ita18.ferrero.com/fce_ita18_bu_bp_etl_lib/ETL_DB_MappingParallel_Run_POOL/4a8be0fffb1191332ea3088e50c48cf2/BLACK_HOLE]--Plain----
    getLocalImage0(DockObject, boolean, boolean, boolean, boolean, boolean, long):Someone attempted to stain an object, which has already been deleted (OID = 3d806fd7-e844-11e0-a45d-000001c72ba2, separation = 3e58308c-e83f-11e0-b267-000001c72ba2, class = com.sap.glx.adapter.BPMNAdapter:Instance_0_TaskRun_1ae30a59b281399e4cf102c2ac458587). Blame this code: java.lang.NullPointerException: Object has been terminated (OID = 3d806fd7-e844-11e0-a45d-000001c72ba2, separation = 3e58308c-e83f-11e0-b267-000001c72ba2, class = com.sap.glx.adapter.BPMNAdapter:Instance_0_TaskRun_1ae30a59b281399e4cf102c2ac458587)
         at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.getLocalImage0(AbstractTransactionBase.java:560)
         at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.getLocalImage(AbstractTransactionBase.java:499)
         at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.getWritableImage(AbstractTransactionBase.java:612)
         at com.sap.glx.core.dock.impl.DockObjectImpl.bind(DockObjectImpl.java:386)
         at com.sap.glx.core.dock.impl.DockObjectImpl.bindChecked(DockObjectImpl.java:402)
         at com.sap.glx.process.adapter.bpmn.impl.BPMNAdapter.deleteChildInstances(BPMNAdapter.java:2245)
         at com.sap.glx.process.adapter.bpmn.impl.BPMNInstanceHandler.onDestruction(BPMNInstanceHandler.java:157)
         at com.sap.glx.core.dock.impl.DockObjectImpl.deletion(DockObjectImpl.java:226)
         at com.sap.glx.core.dock.impl.DockObjectImpl.delete(DockObjectImpl.java:563)
         at com.sap.glx.process.adapter.bpmn.impl.BPMNAdapter.deleteFirstChildOfFrameIfInstanceOrTask(BPMNAdapter.java:2947)
         at com.sap.glx.process.adapter.bpmn.impl.BPMNFrameHandler.onDestruction(BPMNFrameHandler.java:69)
         at com.sap.glx.core.dock.impl.DockObjectImpl.deletion(DockObjectImpl.java:226)
         at com.sap.glx.core.dock.impl.DockObjectImpl.delete(DockObjectImpl.java:563)
         at com.sap.glx.core.kernel.trigger.config.Script$DeleteInstance.execute(Script.java:298)
         at com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:798)
         at com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:78)
         at com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:138)
         at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:127)
         at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)
         at com.sap.glx.core.resource.impl.j2ee.J2EEResourceImpl$Sessionizer.run(J2EEResourceImpl.java:231)
         at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:150)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:337)
         at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:147)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:182)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:299)

  • When bad file is created then the process stops

    hi all,
    through interface while we transfer data to a table , if the bad file is created, then the process stops .we want to execute further with all the correct data records excluding records which are in bad file, is it possible ? if yes then how. Because out of 10,000 records if one record is errorneous why the process will stop.
    I checked LKM and found the jython script where it checks the return code <> 0 can I do something there to meet our requirements.
    regards,
    Palash

    Hi,
    You can do this by implementing error checking in the tool, so that only the bad records will be moved into E$ table and remaining records will insert into the target tables. I hope this will meet your requirements.
    Thanks,
    Saravanan Rajavel

  • I changed the mac´s disk and now sometimes a rainbow circle appears from time to time and processing stops, what is happening? OS 10.6 mac pro

    I changed the mac´s disk and now sometimes a rainbow circle appears from time to time and processing stops, what is happening???   it is a MAC Pro 8GB RAM Snow leopard 10.6.8

    http://www.thexlab.com/faqs/sbbod.html

  • Deployed processes stopped showing up in BPEL console

    Hello,
    Our BPEL processes stopped picking up business events; BPEL console dashboard is empty. After, restarting oc4j_soa instance on secondary node, BPEL process picked up business events. After few minutes, BPEL process showed in console.
    After one day, BPEL processes disappeared from console.
    Following is the error message, I see in soa_err*.log on all nodes after the last successful pick up.
    Nov 5, 2010 7:18:57 PM org.collaxa.thirdparty.jgroups.blocks.ConnectionTable$Connection run
    INFO: exception is java.net.SocketException: Socket closed
    Nov 5, 2010 7:18:57 PM org.collaxa.thirdparty.jgroups.blocks.PullPushAdapter run
    WARNING: [<null>] channel closed, exception is ChannelClosedException
    10/11/05 19:22:28 oracle.oc4j.rmi.ApplicationStoppedException: Application is not in RUNNING state
    10/11/05 19:22:28      at com.evermind.server.ejb.AbstractEJBHome.checkRunningState(AbstractEJBHome.java:732)
    10/11/05 19:22:28      at com.evermind.server.ejb.AbstractEJBObject.OC4J_startCall(AbstractEJBObject.java:361)
    10/11/05 19:22:28      at ServerBean_RemoteProxy_4bin6i8.init(Unknown Source)
    10/11/05 19:22:28      at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:60)
    Also, EM console does not show any web services for ORABPEL application.
    What do I need to do make the deployed process show up in BPEL console?
    Regards,
    Siva

    I ran into a BPEL_OC4J_SOAP_Provider error today and it was related to my proxy. The proxy on my local machine with JDeveloper would allow a WSDL with an unqualified name through. For instance, the machine kronos:7779 would validate, compile, and deploy from my machine. But looking up the WSDL on the server would produce the above described error. When I changed the name of the server to kronos.whatever.com:7779 it worked as expected on the server.

  • The analyze process failed to complete correctly.

    Hi,
    I have customer who has a problem with ZPM 10.3.2. The error is "The analyze process failed to complete correctly.{}". Analyze.exe dies and shows message on workstation. I found TID 7009369 in which is explained that fix has been added to the ZENworks Patch Management subscription.
    It is also stated :
    "If you are still experiencing this error, ensure that you have the most current Patch Management updates applied (including updated remediate.exe and analyze.exe files)."
    All workstations have ZCM 10.3.2 agent installed. Does that means that we should apply ZCM 10.3.3 patch to the zone and maybe "ZCM 11.0 and 10.3.3 - remediate error patch - see TID 7008538" (NOVELL: Downloads - ZCM 11.0 and 10.3.3 - remediate error patch - see TID 7008538) patch ?
    Is it possible to use "ZCM 11.0 and 10.3.3 - remediate error patch - see TID 7008538" on ZCM 10.3.2 agents ? I know that has been some changes to the patch remediate function in ZCM 10.3.3 (patch scheduling) ...
    Regards,
    Ivan

    Iuuuuan,
    the 10.3.3 files have not been tested against 10.3.2, but they should
    work; if all goes well, though, we will have a new remediate and
    analyze this week; I've been too busy working at BrainShare last week
    to finish creating the patch, but it's high priority now.
    Shaun Pond

  • I tried updating iphone 6 to 8.1.3 But the phone went dead. I have tried using restore options - both update and erase, but the process stops when it tries to update Iphone firmware.

    I tried updating iphone 6 to 8.1.3 But the phone went dead. I have tried using restore options - both update and erase, but the process stops when it tries to update Iphone firmware.

    Put your phone in DFU mode,
    Hold the Power Button (3 secs)
    Continue holding the power button and also hold the home button (15 secs)
    Release the power button while continuing to hold the home button (10 secs)
    Your device should prompt with the "Connect to iTunes Screen"
    Restore.

  • I am unable to update my iPhone from ios4 to ios7, I know you have to do this via the computer however the backing up process stops part way through and it is unable to carry on

    I have ios4 on my iPhone 4 and I have tried to update it to ios7 and to do this I know you have do use the computer. however part of the way through, the back up process stops and nothing else happens

    I would suggest that you tru and update through iTunes on your computer. Also, could you connect your computer up to the internet using a wired connection rather than wireless - this will be faster and more reliable, particularly when you need to download a large file.
    Then try your update. This time, in iTunes, why not try to get it to download the sofware first (Download Only). You can then appy it to your iPhone later, once it has downloaded.

  • I purchased Fifa13 from the App Store, downloaded it in my pc..,but whrn i am trying to install it in my iad frpm the pc, i couldnt do it. The installation process stops after some time and the ipad shows some thing like "can sync..,failed to install fifa

    I purchased Fifa13 from the App Store, downloaded it in my pc..,but when i am trying to install it in my ipad frpm the pc, i couldnt do it. The installation process stops after some time and the ipad shows some thing like "can sync..,failed to install fifa13"
    What can i do?
    btw....,its happeniing only wth the fifa13,     installed other apps from pc previously.

    anybody answer me fast

  • Mac OS X Update 10.5.6 Installation's process stopped in about 8%

    I have MacBook (intel) with Mac OS X 10.5.1 and i want to install the update.
    after download Mac OS X 10.5.6 Update Combo,I tried to install it.
    but the installation's process stopped in about 8%,it wasn't really stop,
    it said configuring Installation,But i waited it about 2-3 hours,but there was no change.
    always like that.."Configuring Installation"...i have tried to install it a few more times,but the same things happen,,Help Me Please,,

    I tried Dan's suggestion and thought everything was going to work. The installation began but then I got a message that the installation had failed (yellow warning sign) and this message: "The installer could not locate the data it needed to install the software. Check your install media or internet connection and try again or contact the software manufacturer for assistance."
    When I downloaded the 10.5.6 update I received a folder that said "Mac OS X Update". Inside that folder was an alias called "Mac OS X Update. dist" and another folder called Packages. Inside the packages folder are two more packages. One is called "MacOSXUpd10.5.6-10.5.6.dist" and the other is called "MacOSXUpd10.5.6Patch.pkg."
    I used the alias to try to install so that could be the problem. Which of the other two should I install first? Does that matter? I'm hesitant to try either without hearing from you guys!

  • TS3048 My MacBook OSX 10.6.8 detects the wireless keyboard apple A1255 but once the passkey is ask the "pairing" process stops and displays a warning saying it was unsuccessful. Bateries are new on the keyboard and it has been paired to this MacBook .

    My MacBook OSX 10.6.8 detects the wireless keyboard apple A1255 but once the passkey step show on the screen the "pairing" process stops and displays a warning saying it was unsuccessful. Bateries are new on the keyboard and it has been paired to this MacBook before. Mouse, iphone and other bluertooth devices have no problem pairing via bluetooth. Any suggestions where to look?

    I read somwhere that firefox disables certain versions of java because it might give control of your computer to other malicious websites
    I think you have to go to the java website and down load the version you need and enable it in firefox's prefrences
    Sorry I may be a veteran in using firefox, but I know very little since I hardly had problems with mozilla untill just very recently hope this helps

  • Disp+work process stop

    hi all,
    When my SAP MMC start . It start normally and turn GREEN and soon goes YELLOW. the disp+work process stopped at that time.
    All servies are running.
    -- Lee Green

    DEV_W0
    trc file: "dev_w0", trc level: 1, release: "46D"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Fri Mar 16 21:19:56 2007
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\TEK\SYS\exe\run\dboraslib.dll' ...
    B  Library 'D:\usr\sap\TEK\SYS\exe\run\dboraslib.dll' loaded
    B  Version of library 'D:\usr\sap\TEK\SYS\exe\run\dboraslib.dll' is "46D.00", patchlevel (0.575)
    B  New connection 0 created
    M  relno      4640
    M  patchlevel 0
    M  patchno    748
    M  intno      0
    M  pid        1972

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 1972) [dpxxdisp.c   912]
    I  MtxInit: -2 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <ES> Memory Reset enabled
    X  ES initialized.
    M  ThSysUsrCheck: clear T0
    M  calling db_connect ...
    B  find_con found the following connection for reuse:
    B  0: name = R/3, concnt= 000000 state = DISCONNECTED, perm = YES, reco = NO
    C  Got ORACLE_HOME=D:\oracle\ora81 from environment
    C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@TEK on connection 0 ...

    C Fri Mar 16 21:20:43 2007
    C  *** ERROR => OCI-call 'olog' failed: rc = 1033
    [dboci.c      2423]
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dboci.c      6721]
    C  Try to connect with default password
    C  Connecting as SAPR3/<pwd>@TEK on connection 0 ...

    C Fri Mar 16 21:20:44 2007
    C  *** ERROR => OCI-call 'olog' failed: rc = 1033
    [dboci.c      2423]
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dboci.c      6721]
    C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@TEK on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 1033
    [dboci.c      2423]
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dboci.c      6721]
    C  Try to connect with default password
    C  Connecting as SAPR3/<pwd>@TEK on connection 0 ...

    C Fri Mar 16 21:20:45 2007
    C  *** ERROR => OCI-call 'olog' failed: rc = 1033
    [dboci.c      2423]
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dboci.c      6721]
    B  ***LOG BY2=> sql error 1033   performing CON [dbsh    0695 ]
    B  ***LOG BY0=>  [dbsh    0695 ]
    B  ***LOG BY2=> sql error 1033   performing CON [dblink  0627 ]
    B  ***LOG BY0=>  [dblink  0627 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c   1093]
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   7850]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server xyz_TEK_00 on host xyz (wp 0)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Fri Mar 16 21:20:45 2007
    M  *  RELEASE     46D
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        7930
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 1972) [dpnttool.c   300]

Maybe you are looking for