Does Oracle log errors for me?

Hi All,
Quick question here:
I am receiving the following error upon insert:
Code: ORA-00904: invalid column name in DB Manager function: ExecuteSQL
Does the database log which table had the wrong insert? This is happening in code that I don't have easy access to and would like to know of any logging feature that oracle may provide.
Thanks,
Rick

So here is a question:
I have been logging a few sessions. I have pasted what is in v$session here:
SID SERIAL#
1     1
2     1
3     1
4     1
5     1
6     1
7     18761
8     18761
9     18761
10     18761
11     5712
16     29258
using tom's guide (http://asktom.oracle.com/pls/ask/f?p=4950:8:5737465255169454238::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:330817260752) i turned on the logging
I keep getting stuff like this though:
STAT #2 id=1 cnt=0 pid=0 pos=0 obj=0 op='SORT ORDER BY '
STAT #2 id=2 cnt=0 pid=1 pos=1 obj=0 op='FILTER '
STAT #2 id=3 cnt=2 pid=2 pos=1 obj=0 op='NESTED LOOPS '
STAT #2 id=4 cnt=4 pid=3 pos=1 obj=0 op='NESTED LOOPS '
STAT #2 id=5 cnt=4 pid=4 pos=1 obj=22 op='TABLE ACCESS BY INDEX ROWID USER$ '
STAT #2 id=6 cnt=4 pid=5 pos=1 obj=41 op='INDEX UNIQUE SCAN '
STAT #2 id=7 cnt=4 pid=4 pos=2 obj=18 op='TABLE ACCESS BY INDEX ROWID OBJ$ '
STAT #2 id=8 cnt=4 pid=7 pos=1 obj=33 op='INDEX UNIQUE SCAN '
STAT #2 id=35 cnt=2 pid=3 pos=2 obj=63 op='TABLE ACCESS BY INDEX ROWID ARGUMENT$ '
STAT #2 id=36 cnt=2 pid=35 pos=1 obj=108 op='INDEX RANGE SCAN '
STAT #2 id=38 cnt=0 pid=2 pos=3 obj=0 op='NESTED LOOPS '
STAT #2 id=39 cnt=0 pid=38 pos=1 obj=0 op='FIXED TABLE FULL X$KZSRO '
STAT #2 id=40 cnt=0 pid=38 pos=2 obj=82 op='TABLE ACCESS BY INDEX ROWID OBJAUTH$ '
STAT #2 id=41 cnt=0 pid=40 pos=1 obj=101 op='INDEX RANGE SCAN '
STAT #2 id=37 cnt=0 pid=2 pos=2 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=9 cnt=4 pid=8 pos=1 obj=0 op='FILTER '
STAT #2 id=10 cnt=4 pid=9 pos=1 obj=0 op='NESTED LOOPS '
STAT #2 id=11 cnt=4 pid=10 pos=1 obj=22 op='TABLE ACCESS BY INDEX ROWID USER$ '
STAT #2 id=12 cnt=4 pid=11 pos=1 obj=41 op='INDEX UNIQUE SCAN '
STAT #2 id=13 cnt=4 pid=10 pos=2 obj=18 op='TABLE ACCESS BY INDEX ROWID OBJ$ '
STAT #2 id=14 cnt=6 pid=13 pos=1 obj=34 op='INDEX RANGE SCAN '
STAT #2 id=34 cnt=0 pid=9 pos=17 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=33 cnt=0 pid=9 pos=16 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=32 cnt=0 pid=9 pos=15 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=31 cnt=0 pid=9 pos=14 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=30 cnt=0 pid=9 pos=13 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=29 cnt=0 pid=9 pos=12 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=28 cnt=0 pid=9 pos=11 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=27 cnt=0 pid=9 pos=10 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=26 cnt=0 pid=9 pos=9 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=25 cnt=0 pid=9 pos=8 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=24 cnt=0 pid=9 pos=7 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=23 cnt=0 pid=9 pos=6 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=22 cnt=0 pid=9 pos=5 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=21 cnt=2 pid=9 pos=4 obj=0 op='FIXED TABLE FULL X$KZSPR '
STAT #2 id=17 cnt=2 pid=9 pos=3 obj=0 op='NESTED LOOPS '
STAT #2 id=18 cnt=54 pid=17 pos=1 obj=0 op='FIXED TABLE FULL X$KZSRO '
STAT #2 id=19 cnt=52 pid=17 pos=2 obj=82 op='TABLE ACCESS BY INDEX ROWID OBJAUTH$ '
STAT #2 id=20 cnt=52 pid=19 pos=1 obj=101 op='INDEX RANGE SCAN '
STAT #2 id=15 cnt=0 pid=9 pos=2 obj=19 op='TABLE ACCESS BY INDEX ROWID IND$ '
STAT #2 id=16 cnt=0 pid=15 pos=1 obj=36 op='INDEX UNIQUE SCAN '
How do I know what session my VB6 app is grabbing? Especially if it's starting and ending transactions?
Is there a way to LOG ALL requests out to a file?

Similar Messages

  • Does oracle log general errors

    Dear experts,
    I am using Oracle 11.2.0.3. I am researching on random ORA-00900:     invalid SQL statement error that we are seeing in production. Does oracle log such errors in alert.log or any tables? If not can we configure to log such errors?
    Thanks.

    Dont understand.... you are seeing ORA-00900 in production but don't know where to search this error? where do you see it?It is being logged from application in event log which I do not have access to. I wanted to check if oracle also logs such error some where.
    SQL Banner : SQL*Plus: Release 11.2.0.1.0 Production on Wed Nov 28 12:12:25 2012
    SQL :
    SELECT
    overload,
    DECODE (
    position,
    0,
    'RETURN_VALUE',
    NVL (argument_name, CHR (0))
    ) AS name,
    DECODE (
    in_out,
    'IN', 1,
    'IN/OUT', 3,
    'OUT', DECODE (argument_name, NULL, 6, 2),
    1
    ) AS direction,
    DECODE (
    data_type,
    'BFILE', 101,
    'BLOB', 102,
    'BYTE', 103,
    'CHAR', 104,
    'CLOB', 105,
    'DATE', 106,
    'DECIMAL', 107,
    'DOUBLE', 108,
    'INT16', 111,
    'INT32', 112,
    'INT64', 113,
    'INTERVAL DAY TO SECOND', 114,
    'INTERVAL YEAR TO MONTH', 115,
    'LONG', 109,
    'LONG RAW', 110,
    'NCHAR', 117,
    'NCLOB', 116,
    'NVARCHAR2', 119,
    'RAW', 120,
    'REF CURSOR', 121,
    'SINGLE', 122,
    'TIMESTAMP', 123,                              
    'TIMESTAMP WITH LOCAL TIME ZONE', 124,
    'TIMESTAMP WITH TIME ZONE', 125,
    'VARCHAR2', 126,
    'XMLTYPE', 127,
    'NUMBER', 107,
    126
    ) AS oracleType,
    DECODE (
    data_type,
    'BLOB', 0,
    'CHAR', 0,
    'CLOB', 0,
    'LONG RAW', 0,
    'NCHAR', 0,                              
    'NCLOB', 0,                              
    'NVARCHAR2', 0,
    'RAW', 0,
    'VARCHAR2', 2048,                                                            
    0
    ) AS length,
    NVL (data_precision, 255) AS precision,
    NVL (data_scale, 255) AS scale
    FROM
    all_arguments
    WHERE
    data_level = 0
    AND data_type IS NOT NULL
    AND owner = :schemaName
    AND package_name = :packageName
    AND object_name = :methodName
    ORDER BY
    overload, position
    ******************** EXCEPTION PROPERTIES ********************
    Errors: Oracle.DataAccess.Client.OracleErrorCollection
    Source: Oracle Data Provider for .NET
    Number: 900
    ErrorCode: -2147467259
    Data: System.Collections.ListDictionaryInternal
    TargetSite: Void HandleErrorHelper(Int32, Oracle.DataAccess.Client.OracleConnection, IntPtr, Oracle.DataAccess.Client.OpoSqlValCtx*, System.Object, System.String, Boolean)
    Edited by: spur230 on Nov 28, 2012 12:13 PM

  • ORACLE LOG ERRORS - Bug in oracle??

    Hi,
    we are using oracle log errors to capture oversized err records for varchar2 type fields. Sql is something like:
    INSERT INTO abc (col1,col2) VALUES ('asdsass','weqwewqee') LOG ERRORS INTO abc_err('1') REJECT LIMIT UNLIMITED;
    But, data captured in abc table is trimmed data. Right spaces present in source are being trimmed by oracle while capturing this error table. I have the following queries:
    -Has anyone else experienced this type of behavior?
    -Is it a bug in oracle log errors functionallity??
    -Is there any workaround to use oracle log errors functionality to catch untrimmed data?
    thanks,
    Edited by: user7036480 on Dec 11, 2008 4:22 PM

    user7036480 wrote:
    -Has anyone else experienced this type of behavior? Yes, described in that issue while "log errors into g_logtest_err(1) reject limit 1" (is it you?)
    -Is it a bug in oracle log errors functionallity?? Raise a SR to know.
    -Is there any workaround to use oracle log errors functionality to catch untrimmed data?No.
    Nicolas.

  • What is this log error for Safari ? unlink of file /Users/.../Library/Caches/com.apple.Safari/fsCachedData/failed.

    What is this log error for Safari  ? Why am I getting this ?
    2014-04-05 5:26:13.688 PM Safari[5407]: unlink of file /Users/georgestamatis/Library/Caches/com.apple.Safari/fsCachedData/8A9936E7-E9A E-400D-A5D7-DCF074F115FC failed.  Errno=2

    I have this report is this helps you find the error:
    System Version: OS X 10.9.2 (13C64)
    Kernel Version: Darwin 13.1.0
    Boot Mode: Normal
    Model: MacBookPro9,2
    Battery cycles: 519
    Kernel messages
       Apr 3 12:25:33   MacAuthEvent en1 Auth result for: 00:24:6c:46:bb:90 Auth timed out
       --- last message repeated 3 times ---
       Apr 3 13:47:09   [BNBMouseDevice][handleStart] staticPrepControlChannelAction returned error e00002c0
       Apr 3 13:47:10   [BNBMouseDevice][prepInterruptChannelWL][04-0c-ce-2b-d7-d2] _interruptChannel->waitForChannelState returned error 0xe00002c0
       Apr 3 13:47:10   [BNBMouseDevice][interruptChannelOpeningWL] prepInterruptChannelWL returned error e00002c0
       Apr 3 16:14:45   process com.apple.WebKit[1437] thread 806808 caught burning CPU!; EXC_RESOURCE supressed due to audio playback
       Apr 3 16:17:43   [IOBluetoothHCIController][EnqueueRequestForController] -- SendHCIRequestToTransport failed, error (0xE00002D8) -- kIOReturnNotReady
       Apr 3 16:17:43   [SendHCIRequestFormatted] ### ERROR: EnqueueRequestForController failed (err=0xe00002d8 (kIOReturnNotReady)) for opCode 0x0c3f (Set AFH Host Channel Classification)
       Apr 4 08:23:48   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (dc2,620)->(dc3,c28).
       Apr 5 10:53:48   MacAuthEvent en1 Auth result for: 60:33:4b:e0:25:42 Auth timed out
       Apr 5 11:58:28   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (28c1,62c)->(28c2,c30).
       Apr 5 13:22:16   Sound assertion in AppleHDAFunctionGroup at line 1042
       Apr 5 14:12:31   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (2066,5e8)->(2067,c18).
       Apr 5 14:12:32   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (2068,60c)->(2069,80c).
       Apr 5 15:48:39   [IOBluetoothHCIController][EnqueueRequestForController] -- SendHCIRequestToTransport failed, error (0xE00002D8) -- kIOReturnNotReady
       Apr 5 15:48:39   [SendHCIRequestFormatted] ### ERROR: EnqueueRequestForController failed (err=0xe00002d8 (kIOReturnNotReady)) for opCode 0x0c3f (Set AFH Host Channel Classification)
       Apr 5 17:28:56   wl0: Roamed or switched channel, reason #1, bssid d8:c7:c8:e8:55:b8
       Apr 5 17:57:20   wl0: Roamed or switched channel, reason #1, bssid d8:c7:c8:e8:55:b0
       Apr 5 17:58:03   wl0: Roamed or switched channel, reason #8, bssid d8:c7:c8:e8:55:b0
       Apr 5 18:01:52   wl0: Roamed or switched channel, reason #1, bssid d8:c7:c8:e8:55:b8
    Loaded extrinsic kernel extensions
       com.globaldelight.driver.BoomDevice (1.1)
    Extrinsic daemons
       com.anchorfree.ajaxserver
       com.adobe.fpsaud
    Extrinsic agents
       2BUA8C4S2C.com.agilebits.onepassword-osx-helper
       com.google.keystone.user.agent
    launchd items
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
                 (com.adobe.fpsaud)
       /Library/LaunchDaemons/com.anchorfree.ajaxserver.plist
                 (com.anchorfree.ajaxserver)
       Library/LaunchAgents/com.google.keystone.agent.plist
                 (com.google.keystone.user.agent)
    Extrinsic loadable bundles
       /System/Library/Extensions/BoomDevice.kext
                 (com.globaldelight.driver.BoomDevice)
       /Library/Internet Plug-Ins/Flash Player.plugin
                 (com.macromedia.Flash Player.plugin)
       /Library/PreferencePanes/Flash Player.prefPane
                 (com.adobe.flashplayerpreferences)
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
                 (com.skype.skypeabdialer)
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
                 (com.skype.skypeabsms)
    Netmask: 255.255.0.0
    Application check
       com.google.GoogleDrive
    User login items
       Boom
       iTunesHelper
       Dropbox
       TextExpander
    Safari extensions
       1Password (beta)
    Desktop file count: 40
    Elapsed time (s): 469

  • Slow I/O, System.log errors for XSR

    Hello,
    Got a strange problem. For the past few weeks we have been experiencing outstandingly slow I/O from our Xserve G5 to our Xserve RAID. The box periodically reboots itself (no info in system.log re: it), and we consistently see (while doing i/o ops) this error in system.log:
    Nov 28 07:28:44 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x4a
    Nov 28 07:29:15 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x2a
    Nov 28 07:29:15 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x7e
    Nov 28 07:30:01 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x82
    Nov 28 07:33:45 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x66
    Nov 28 07:33:45 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x59
    Nov 28 07:33:45 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x64
    Nov 28 07:33:45 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x51
    Nov 28 07:33:45 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x95
    Nov 28 07:34:28 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x52
    Nov 28 07:34:28 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x31
    Nov 28 07:41:17 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x55
    Nov 28 07:46:22 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x3f
    Nov 28 07:46:22 xserve kernel: FusionMPT: FindTaskForControllerIdentifier() failed, targetID = 256, context = 0x37
    The box is Mac OS X Server 10.3.9 with 2 disks as a software RAID -- they appear fine and are humming along just fine. The XSR has 7 disks in a RAID 5 (1.4 TB) and a reformat has not resolved the issues.
    Has anyone had this issue before, or have a clue what it may be?

    RAID firmware is?

  • Oracle  log error?

    ORA-00604: error occurred at recursive SQL level 1
    ORA-01555: snapshot too old: rollback segment number 9 with name "_SYSSMU9$" too small
    Thu Nov 15 16:31:59 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5188K exceeds notification threshold (2048K)
    KGL object name :SELECT /*+ ALL_ROWS */ COUNT(*) FROM ALL_POLICIES V WHERE V.OBJECT_OWNER = :B3 AND V.OBJECT_NAME = :B2 AND (POLICY_NAME LIKE '%xdbrls%' OR POLICY_NAME LIKE '%$xd_%') AND V.FUNCTION = :B1
    Thu Nov 15 16:33:35 2007
    that error is related with the oracle parameter ''_kgl_large_heap_warning_threshold "?
    Message was edited by:
    user607008

    that error is related with the oracle parameter
    ''_kgl_large_heap_warning_threshold "?
    Please see Oracle Metalink Document: Memory Notification: Library Cache Object Loaded Into Sga Doc ID: Note:330239.1 for an overview.
    ORA-01555
    http://forums.oracle.com/forums/thread.jspa?messageID=783730&#783730
    Adith

  • Getting OPP LOG Error for XML Publisher report

    Hi Experts
                               We are facing warning message for Xml Publisher report  please advise how can we avoid this warning message.
    {code}
    Post-processing of request 12345678 failed at <sysdate> with the error message: The Output Post-processor is running but has not picked up this request. No further attempts will be made to post-process this request, and the request will be marked with Warning status. Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary
    {code}
    We have increased the Profile value for
    Concurrent: OPP Process Timeout  from 120 to 240 still we are facing the issue even we have  stop and restart the OPP for the change to be implemented but no luck please advice me
    Thanks
    AT

    Hi,
    Please see the following notes:
    The Output Post-processor Is Running But Has Not Picked Up This Request. (Doc ID 1547102.1)
    Concurrent Requests Fail Due to Output Post Processing (OPP) Timeout (Doc ID 352518.1)
    Report Output Error: The XML page cannot be displayed. Cannot view XML input using style sheet. (Doc ID 753620.1)
    Output Post Processor (OPP) Manager Not Working Error: APPLTMP Environment Variable is not Set (Doc ID 1381474.1)
    R12: Troubleshooting Known XML Publisher and E-Business Suite (EBS) Integration Issues (Doc ID 1410160.1)
    Thanks &
    Best Regards,

  • Where does the logging happens for System.out.println

    Hello:
    I'm usingNetWeaver 2004sJava SP9 evaluation version. Added some System.out.println to the ejbs. Would like to know where to look for the logging details in this case.
    Thanks for your help,
    Ravi

    Hi,
      By default, if the setting has been done, then it appears in defaultTrace as mentioned. For configuration of it, refer to this link.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/db315878-0801-0010-928e-98c8283616d3
    Reward points if it helps.
    Regards,
    Vijai

  • Oracle Export Error For version 9.2.0.6.0

    I can run an export with owner='my user' however when i set it to run as full =Y i get the following error at the end:
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    EXP-00008: ORACLE error 933 encountered
    ORA-00933: SQL command not properly ended
    ORA-06512: at "SYS.DBMS_RULE_EXP_RL_INTERNAL", line 311
    ORA-06512: at "SYS.DBMS_RULE_EXP_RULES", line 142
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_RULE_EXP_RULES.schema_info_exp
    . exporting user history table
    . exporting default and system auditing options
    . exporting statistics
    Export terminated successfully with warnings.
    Can anybody indicate what the problem may be ?
    Many Thanks

    It seems that the problem is caused by double quoted user names.
    See Metalink Note:206512.1 - EXP-8 and ORA-903 or ORA-933 When Exporting From Oracle9i Release 2 (9.2.0.1)

  • Does Oracle offer internships for DBA's

    Hi,
    I am a graduate student in SUNY. My major is computer science & i would like to know whether oracle offers summer internships for aspiring DBA's. Thanx in advance.

    It definitely qualifies. Seems to be an issue with Adobe's registration system.
    Contact Adobe Customer Care to resolve
    Try http://helpx.adobe.com/contact.html

  • Oracle 8i Lite for CE

    Does Oracle 8i Lite for CE run on the Jornada 720. This handheld is using the StrongARM SA1110 processor. The core system version is 3.0.

    Hi,
    I'm runing Oracle8i Lite in windows ME, and I do get the an error saying that the server is too low for this feature, but I get the SQL prompt right away after that. Maybe u should configure the password in the Oracle 8 Navigator, by selecting the new Object icon, and then register your new Database connection.
    Good luck

  • What all Operating System are Supported on Oracle VM Server for Sparc ?

    hi,
    Does Oracle VM Server for Sparc Support's Solaris OS of different version
    or it also supports linux & windows OS also...
    thnaks in advance....

    The modern SPARC platform ( sun4v ) is locked in Solaris. No chances for open-source OS'es like Linux or *BSD.
    This is because the important hardware documentation is closed ( known only to Sun / Oracle engineers ). For example:
      *  virtualization features of CPU are documented only at hypervisor-call level (part of Sun servers' firmware), and only partially.
      *  CPU errata are closed ( Some errata for old UltraSPARC III were opened during OpenSolaris project, but that's all).
      *  crypto features ( SPU and MAU ) are closed.
    -- Konstantin

  • Error for Generating a log file

    Hi Cezar sanos,
    i am trying to generate a log file for ODI with details like who logged in and what is is doing kind of things.
    For this i am executing the command like
    lagentscheduler.bat "-PORT=20910" "-NAME=localagent" "-V=2" > C:\OraHome_1\logs\agent1.log.
    But its getting the error like
    A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
    OracleDI: Starting Scheduler Agent ...
    Starting Oracle Data Integrator Agent...
    Version : 10.1.3.5 - 10/11/2008
    DwgJv.main: Exit. Return code:-1

    Just in case,
    the following message :
    A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
    is only a warning and not an error message....

  • 9.3.1 Migration Utility gives "Project does not exists" error in log

    In preparation for using Hyperion Reporting and Analysis 9.3.1, I have installed the following on a Linux test server:
    --Oracle App Server 10.1.3
    --Oracle Database 10g XE
    --Hyperion shared services 9.3.1
    --Hyperion UI Services 9.3.1
    --Hyperion SQR Production Reporting 9.3.1
    --Hyperion Reporting and Analysis, Financial Reporting 9.3.1
    Everything is up and running and I created a new user account in Shared Services to administer the system, and attempted to give it full access by provisioning it with all the available roles. I received an error message stating
    "+OracleJSP: An error occurred. Consult your application/system administrator for support. Programmers should consider setting the init-param debug_mode to "true" to see the complete exception message.+"
    I'm investigating that now, but the roles seemed to be assigned to the user anyway.
    When attempting to migrate from HPSu 8.5.2 to Reporting and Analysis 9.3.1 using the 9.3.1 Linux x86 Migration Utility (V11333-01 from edelivery.oracle.com), I get the following error message in a test migration:
    The migration process has been failed on 'User Defined Roles' migration step*
    I set the log level to debug and looked it over and here are the error details:
    +\[09 16 10:49:29,080] \[ERROR ] The migration process has been failed on 'User Defined Roles' migration step+
    +\[09 16 10:49:29,081] \[ERROR ] com.hyperion.interop.lib.OperationFailedException: Project does not exists by this id '%201252935352214.11'.+
    com.hyperion.pmt.migrator.common.CommonException
    at com.hyperion.pmt.migrator.userprovision.tool.MigrationManagerImpl.doAssignDefaultGroup(MigrationManagerImpl.java:864)
    at com.hyperion.pmt.migrator.userprovision.tool.MigrationManagerImpl.startMigration(MigrationManagerImpl.java:751)
    at com.hyperion.pmt.migrator.userprovision.ui.panels.MigrationPanel$ProcessRunner.run(MigrationPanel.java:304)
    Caused by: com.hyperion.interop.lib.OperationFailedException: Project does not exists by this id '%201252935352214.11'.
    at com.hyperion.interop.lib.helper.AdminProjectHelper.getProjectNameByID(Unknown Source)
    at com.hyperion.interop.lib.CMSClient.getProjectNameByID(Unknown Source)
    at com.hyperion.pmt.migrator.userprovision.tool.MigrationManagerImpl.getDefaultGroupBundle(MigrationManagerImpl.java:824)
    at com.hyperion.pmt.migrator.userprovision.tool.MigrationManagerImpl.doAssignDefaultGroup(MigrationManagerImpl.java:861)
    +... 2 more+
    We've only one user-defined role in the source system that I don't think is giving us this issue, it is inactivated and "User Roles" was not one of the selected objects to migrate.
    I would like to try taking the role completely out of the source system if possible, preferably through SQL applied to the V8 tables or through the SDK.
    The error looks like it lies in the migration task following the user role provisioning, doAssignDefaultGroup* and is caused by getProjectNameByID*
    The steps I have taken (for sanity sake) so far are:
    --I've removed all associations with this user defined role in the source system (users, groups, and roles) using the administrative interface on the web.
    --I've unchecked 'User Defined Roles' on the list objects to migrate from the source to target systems in the Migration Utility, but I still get the error.
    It looks like it is trying to provision a user defined role in the target system, but it is not finding a default project by the id in the error message.
    Are there any Shared Services steps in the target system that need to be taken besides creating a manager type user to use as a log in for the Migration Tool?

    I turned on the jsp debug init-param for the system for more information about the error. I get the following:
    Request URI:/interop/jsp/css/CSSTemplate.jsp
    Exception:
    OracleJSP:oracle.jsp.parse.JspParseException: /jsp/css/provisionSummary.jsp: Line # 119, <bean:define id="appId" name="appName" property="key"/>
    Error: Tag attempted to define a bean which already exists: appId
    When I attempt to provision the user I created for administrative purposes, Ialso see the following:
    --from the file SharedServices_Metadata.log I see the error:
    +2009-09-18 15:55:32,399 \[AJPRequestHandler-HTTPThreadGroup-6\] ERROR com.hyperion.eie.common.cms.CMSFacade - org.apache.slide.structure.ObjectNotFoundException: No object found at /users/admin+
    --from SharedServices_Admin.log
    +2009-09-17 14:49:20,583 \[Thread-13\] ERROR com.hyperion.cas.server.CASAppRegistrationHandler.loadApplicationsFromCMS(CASAppRegistrationHandler.java:430) - AuthorizationException occured when loading applications : Refer log in debug mode for details+
    How does one set these logs into debug mode ?

  • Oracle EBS R12 for Windows Installation Error

    Hi,
    I tried to install Oracle EBS R12 for Windows. My installation had failed. Listed below is the log information. On the Second log file (further down below) it is saying "TNS:no listener". Please help.
    FIRST LOG FILE:Log Path: C:\Orale\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\06132024
    C:\Users\Bing\AppData\Local\Temp>if 0 == 0 goto :TCFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "runProcess_4"
    "runProcess_4"
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>REM Perform the instance configuration
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>echo "Statusstring Configuring Database Technology Stack"
    "Statusstring Configuring Database Technology Stack"
    C:\Users\Bing\AppData\Local\Temp>(echo APPS & echo APPS ) | J:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java -DCONTEXT_VALIDATED=true -mx512M -classpath .;J:\StageR12\startCD\Disk1\rapidwiz\jlib\java;J:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_bing-pc.xml -stage J:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    C:\Users\Bing\AppData\Local\Temp>if 1 == 0 goto :ICFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    C:\Users\Bing\AppData\Local\Temp>if "" == "TRUE" goto :ICFG_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    SECOND LOG FILEC::\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    LOCAL : VIS
    ORACLE_SID :
    PATH : C:\Oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;J:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\Program Files (x86)\Oracle\jre\1.3.1\bin;C:\Perl\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\hp\bin\Python
    LD_LIBRARY_PATH : C:\oracle\VIS\db\tech_st\11.1.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\addlnctl.txt"
    ECHO is off.
    ECHO is off.
    Starting listener process VIS ...
    ECHO is off.
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:12
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bing-pc.horse.com)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:14
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    addlnctl.cmd exiting with status 1
    OpenSCManager failed
    adsvdlsn.cmd exiting with status 1002
    ERRORCODE = 1002 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 5 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit_inst.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    "afmkinit_inst.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 6 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Skipping Profile Phase
    Skipping Apply Phase
    adcvmlog.xml renamed to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\adcvmlog.xml.06132042
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc
    adsvdlsn.cmd INSTE8_SETUP 1002
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    Thanks in advanced,
    Edited by: amorsolo on Jun 15, 2009 9:12 PM

    Hi user3726038,
    I have seen posting about the installation of EBS R12/i11 saying it does not work with Windows Vista (64 bit). I went ahead and tried it anyway to see what kind of errors I get and to confirm if the errors I get are consistent with other people using Windows Vista. FYI, my installation went as far as 99% complete of step 2 of 5 before it errored out. I checked and noticed that many components of EBS have been installed with status equal zero which is good.
    When I got the "TNS-12541: TNS: no listener", I went to Windows services, located the Oracle TNS service that was created by the EBS installation and tried to start it. Then I got this error: "error 1053 the service did not respond to the start or control request in a timely fashion". I googled the error message and the resolution is: "To resolve this problem, obtain the latest service pack for the Microsoft .NET Framework 1.1.". I have tried this but it does not work because my Windows Vista uses a higher version of .Net Framework 1.1. I have done more research but to no avail. However, it is fun as I learn many things about the EBS intallation and Windows Vista.
    By the way, these are the steps when I run the rapidwiz on Windows Vista. Click on Start => Click on command prompt => right click on command Prompt => select run as administrator => CD to the path where the rapidwiz reside. Somehow if I use the regular command prompt the installation will die on step 1 of 5 even when I log in as administrator.
    In your case you are using Windows 2k3. Make sure your OS is not 64 bit. Whenever you get an error and it does not say much, google it to see the resolution and make sure you read the Installation Guide. Hope this helps.

Maybe you are looking for

  • Register application with SSO

    Hi all I have a APEX install which I have succesfully registered with SSO as a partner application (I have registered APEX/HTMLDB itself). On this machine we host a number of applications which can be accessed as http://myserver.mydomain.com/pls/html

  • Hp officejet 6100 default printing

    I have an officejet 6100 on a wirless network with one computer using Windows 7 and the other stuck with Windows 8.1.  On the Windows 7 machine I can set the printing default from the Printer choice under Control Panel.   This is Black Ink Only/Draft

  • How to find iPhoto2 files for backup and need iPhoto upgrade advice

    I have two questions: I am working on what I guess is an older version of iPhoto (2.0.1). I need to back up all my photos on CD and am having a hard time figuring out what directory to go to in order to backup everything. I've gone to the iPhoto libr

  • Windows doesn´t recognize iphone

    Hello i have this problem whit my iphone 3Gs 32GB when i plug it on my Lap Top windows doesn´t recognize im pluggin it so i can´t sync my iphone whit iTunes and worst i tried to restore my iphone now i got that screen when you need to restore iphone

  • Web Services in Inter Organisation BPM

    Hi All, What are the pros and cons of using web service based decentralise approach for managing Inter-Organisational BPM? What are the challenges and what are the benefits? Regards, Ganesh Sawant