More ORA-29534

I've noticed that a number of posts have been made to several of the discussion groups asking for help with this error. So far, there seems to have been no definitive response as to how to overcome it. Specifically, in my case I am getting the message
Compilation errors in oracle/aurora/ejb/gen/_test_ProfilingBean/EjbObject_Profiling:ORA-29534: referenced object LANDTEST.profiling/ProfilingBean could not be resolved
when I try to deploy an EJB to Oracle 8i from JDeveloper 3.1 Build 681. I have tried a wide variety of alternate solutions but I always get the same error. The only message I see in the server logs is the "soft session space" message
exceeded soft sessionspace limit of 0x100000 bytes
Could this be related - it would not appear to be the case from what I have read in the postings addressing that problem.
Any help would be appreciated - especially if one of the Oracle teams could shed some definitive light on this area.
Thanks.
John

Symptoms
Unable to load IBM MQ Jar files (java classes ) into the database using "loadjava" utility due to the next errors:
Cause
Java classes "javax/resource/spi/*" java are not provided by Oracle.
If your application vendor (IBM) has tested the application on Oracle release 9.2, they should be able to supply you with all the necessary classes, or tell you where to obtain them.
Solution
1) Ask your third party application support for those referenced java classes (classes "javax/resource/spi/*").
2) The MQ classes were referencing another classes but they are not present in your database. Load those missed java classes first in order to resolve the Invalid MQ java classes.
Gaurav

Similar Messages

  • ORA-29534 error for Class can not be resolved

    HI,
    I am trying to load and resolve a third party jar file which has some JMS classes. But while using the loadjava utility,
    "loadjava -u scott/tiger@dbname -r -v -genmissing weblogic.jar"
    i get "ORA-29534: referenced object <Class Name> could not be resolved" error for most of the classes.
    This Jar file has around 15000 classes definitions and it takes almost a complete day to load and resolve it. Even after taking so much of time it is unable to resolve all the classes and give a runtime exception Class can not be resolved for some class.( i have created the oracle java stored procedure successfully)
    I need a help on this very urgently...
    Thanks in advance....
    Sachin

    Sachin,
    There are many possible causes for the error you are getting, for example:
    1. The DBMS_JAVA package is corrupt.
    (Have you previously successfully loaded JARs -- or even java classes -- into the database?)
    2. A java version mismatch.
    (What Oracle database version are you using, and what java version is your JAR file compatible with?)
    You say,
    Surely they are loaded but not resolvedIs this a question, or a statement? Have you verified that the classes are loaded and not resolved? I use the following query for this:
    select DBMS_LONGNAME(OBJECT_NAME), STATUS
      from USER_OBJECTS
    where OBJECT_TYPE like 'JAVA%'The value for the STATUS column should be 'VALID'.
    I'm only guessing, but you may find more information (regarding the error you are getting) in the Oracle log files. Have you checked them?
    Have you tried searching the MetaLink Web site?
    http://metalink.oracle.com
    (Search for "ORA-29516", perhaps.)
    Good Luck,
    Avi.

  • Encount Ora-29534 when loadjava xmlparserv2.jar

    I encounted ora-29534 error message when I tried to load xml pl/sql parser using the following command:
    % loadjava -user scott/tiger -r -v xmlparserv2.jar
    Environment: Oracle8.1.5
    windows nt sp4
    jdk1.1.8
    What causes this problem and how to resolve it?
    Thanks!
    Allen

    Got the problem sorted out. Apparently it was because I had Oracle 8.1.5 which used Java 1.1.7, whereas the version of xmlparserv2.jar I had was compiled using a more recent version of Java.
    Migrated to Oracle 8.1.7, and that solved the problem.

  • ORA-29534 while installing Target Scheme.

    Hi,
    I did a server side OWB installation,created a Runtime Repos, and Runtime Access User without any problem.
    Installing a Target scheme however gives me the following error.
    - Advise pls -
    oracle.wh.util.DebugUtility: ORA-29534: referenced object PNL.oracle/wh/runtime/xml/XMLLoadControllerFactory could not be resolved
    Wed Apr 07 10:26:43 CEST 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error : ORA-29534: referenced object PNL.oracle/wh/runtime/xml/XMLLoadControllerFactory could not be resolved
    Wed Apr 07 10:26:43 CEST 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
    Wed Apr 07 10:27:21 CEST 2004
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
    Bram

    Bram,
    Are you planning to use the XML toolkit to load XML files into the database?
    Assuming you are not... because most customers are not, I want to suggest the following (that would enable you to continue to work and gives us more breathing room to figure out what is the issue).
    First question is: do you run the assistant on Windows or on Unix? The answer to that question kicks in below.
    In the folder <owb home>\owb\rtasst (change \ into / for unix...) there is a file rscredrv.xml. That file contains two mentions of xmltk.jar, once for Windows, once for Unix. If you run on Windows, then you can change (MAKE SURE TO BACKUP THE FILE FIRST) the existing entry:
    <SPAWN
    done="055"
    action="stop"
    file="..\win32\loadjava.bat"
    platform="Windows NT"
    tag1=" -thin"
    tag2=" -verbose"
    tag3=" -order"
    tag4=" -resolve"
    tag5=" -u"
    tag6=' %user/%password@(DESCRIPTION"="(ADDRESS"="(PROTOCOL"="TCP)(HOST"="%host)(PORT"="%port))(CONNECT_DATA"="(SERVICE_NAME"="%serviceName)))'
    tag7=" ../../lib/int/xmltk.jar"
    tag8=" ../../lib/int/rtsxml.jar"
    tag9=" ../../lib/int/matchmergert.jar"
    />
    into:
    <SPAWN
    done="055"
    action="stop"
    file="..\win32\loadjava.bat"
    platform="Windows NT"
    tag1=" -thin"
    tag2=" -verbose"
    tag3=" -order"
    tag4=" -resolve"
    tag5=" -u"
    tag6=' %user/%password@(DESCRIPTION"="(ADDRESS"="(PROTOCOL"="TCP)(HOST"="%host)(PORT"="%port))(CONNECT_DATA"="(SERVICE_NAME"="%serviceName)))'
    tag7=" ../../lib/int/rtsxml.jar"
    tag8=" ../../lib/int/matchmergert.jar"
    />
    (take out the tag for xmltk.jar and rename the last two from tag8 and tag9 to tag7 and tag8). If you run on Unix, do the equivalent with the entry that is below:
    <SPAWN
    done="060"
    action="stop"
    file="../unix/loadjava"
    platform="SunOS"
    tag1=" -thin"
    tag2=" -verbose"
    tag3=" -order"
    tag4=" -resolve"
    tag5=" -u"
    tag6=' %user/%password@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName)))'
    tag7=" ../../lib/int/rtsxml.jar"
    tag8=" ../../lib/int/matchmergert.jar"
    />
    Save the file, and re-run the runtime assistant. The result should be that it runs through successfully, but it will not install the file that is causing the problems. As long as you do not plan to use the XML toolkit to load XML documents in the database, you should be fine with that environment.
    In the meantime, I will verify with development whether you may run into any issues (which I do not expect).
    Thanks,
    Mark.

  • Ora 29534 while using loadjava for jar files

    I am trying to load activation/pop3/mail.jar in oracle 9.2.0.1 database.
    command : loadjava -user maxsb/maxsb@q71d -resolve -verbose -genmissing activation.jar
    but its giving me following error :
    resolving: class com/sun/mail/pop3/DefaultFolder
    errors : class com/sun/mail/pop3/DefaultFolder
    ORA-29534: referenced object MAXSB.com/sun/mail/pop3/POP3Store could not be
    resolved
    errors : class com/sun/mail/pop3/POP3Folder
    ORA-29534: referenced object MAXSB.com/sun/mail/pop3/DefaultFolder could not
    be resolved
    errors : class com/sun/mail/pop3/POP3Message
    ORA-29534: referenced object MAXSB.com/sun/mail/pop3/POP3Folder could not be
    resolved.....
    have already gave grant permissions to user..still giving me similar errors at the time of loading jar file nito oracle database.
    pl provide the solution..
    Kets

    Oracle is saying
    Cause: Name resolution determined that the indicated object is referenced but could not be resolved.
    Action: Correct name resolver or address resolution problems in the referenced class, or correct compilation problems in its source.
    -aijaz

  • Loadjava dms.jar and soap.jar on Oracle 9i 9.2.0.5.0 error ORA-29534

    Hi all,
    I'm trying to load dbws-callout-utility in a oracle9i Enterprise Edition Realease 9.2.0.5.0 data base.
    To do that, I've follow these instructions "http://www.oracle.com/technology/sample_code/tech/java/jsp/callout_users_guide.htm" step by step:
    - I've set shared_pool_size to 96M (then, even to 150M) in my spfile.
    - I've set java_pool_size to 80M in my spfile.
    - I've tested this changes were well done.
    - Then, I've download oc4j_extended 10.1.2 version, as said the link.
    - manual says that I must load this jar files:
    jssl-1_2.jar, soap.jar, dms.jar, servlet.jar, ejb.jar, mail.jar
    - I've could to load these jars without any error using these commands:
    cd $ORACLE_HOME/lib
    dropjava -u wsuser/pass mail.jar
    dropjava -u wsuser/pass activation.jar
    cd $ORACLE_HOME/oc4j_extended/j2ee/home/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass ejb.jar
    cd $ORACLE_HOME/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass activation.jar
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass mail.jar
    cd ${ORACLE_HOME}/oc4j_extended/j2ee/home/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass servlet.jar
    cd ${ORACLE_HOME}/jlib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass jssl-1_2.jar
    but when I try to load dms.jar with this command:
    cd ${ORACLE_HOME}/oc4j_extended/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass dms.jar
    loadjava's process hangs just compiling (resolving) this class: "oracle/dms/address/Optic", so I've got to kill process.
    Then, I try to load dms.jar with the same command but without "-resolve" option. This way, I've been able to load all class from
    this jar including the named before "oracle/dms/address/Optic". Then I compile all java class by hand except "oracle/dms/address/Optic"
    because everytime I try to compile (-resolve) this class, it hangs. So this is my first question: why?.
    As I've could to load almost all java class, I said, I'm going to try to load last jar: soap.jar
    cd ${ORACLE_HOME}/oc4j_extended/soap/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass soap.jar
    but when this command finish, it shows me these errors:
    errors : class org/apache/soap/messaging/Message
    ORA-29534: el objeto WSUSER.oracle/soap/transport/http/OracleSOAPHTTPConnection al que se hace referencia no se ha podido resolver
    synonym : org/apache/soap/messaging/Message
    The following operations failed
    class oracle/soap/client/ProviderManagerClient: resolution
    class oracle/soap/client/ServiceManagerClient: resolution
    class oracle/soap/server/http/SOAPServlet: resolution
    class oracle/soap/providers/JavaProvider: resolution
    class oracle/soap/providers/ejbprov/EntityEJBProvider: resolution
    class oracle/soap/providers/ejbprov/StatefulEJBProvider: resolution
    class oracle/soap/providers/ejbprov/StatelessEJBProvider: resolution
    class oracle/soap/providers/sp/SpProvider: resolution
    class oracle/soap/transport/http/OracleSOAPHTTPConnection$1: resolution
    class oracle/soap/transport/http/OracleSOAPHTTPConnection: resolution
    class org/apache/soap/rpc/Call: resolution
    class org/apache/soap/rpc/RPCMessage: resolution
    class org/apache/soap/rpc/Response: resolution
    class org/apache/soap/messaging/Message: resolution
    exiting : Failures occurred during processing
    but this has no sense, because this class oracle/soap/transport/http/OracleSOAPHTTPConnection do exists in the jar file and it can be loaded.
    so I don't understand..... I try to load class by class to see dependencies or whatever using this command:
    I choose this class to begin:
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass org/apache/soap/rpc/Call.class
    it shows me:
    creating : class org/apache/soap/rpc/Call
    loading : class org/apache/soap/rpc/Call
    granting : execute on class org/apache/soap/rpc/Call to PUBLIC
    resolving: class org/apache/soap/rpc/Call
    errors : class org/apache/soap/rpc/Call
    ORA-29534: el objeto WSARR.oracle/soap/transport/http/OracleSOAPHTTPConnection al que se hace referencia no se ha podido resolver
    synonym : org/apache/soap/rpc/Call
    The following operations failed
    class org/apache/soap/rpc/Call: resolution
    exiting : Failures occurred during processing
    so I try to load the class which it had could not find:
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsarr/wsarr oracle/soap/transport/http/OracleSOAPHTTPConnection.class
    it shows me:
    creating : class oracle/soap/transport/http/OracleSOAPHTTPConnection
    loading : class oracle/soap/transport/http/OracleSOAPHTTPConnection
    granting : execute on class oracle/soap/transport/http/OracleSOAPHTTPConnection to PUBLIC
    resolving: class oracle/soap/transport/http/OracleSOAPHTTPConnection
    errors : class oracle/soap/transport/http/OracleSOAPHTTPConnection
    ORA-29545: clase especificada incorrectamente: at offset 445 of oracle.soap.transport.http.OracleSOAPHTTPConnection.getHTTPConnection expecting a class-oracle.security.ssl.OracleSSLCredential but encountered a class-oracle.security.ssl.OracleSSLCredential.
    synonym : oracle/soap/transport/http/OracleSOAPHTTPConnection
    The following operations failed
    class oracle/soap/transport/http/OracleSOAPHTTPConnection: resolution
    exiting : Failures occurred during processing
    o_o ...... but this could be endless!!!!!
    Is there someone in this planet who had could to load this jars files without errors?????? :´(
    Please, I need help!!!! it's urgent!
    Thanks in advance!
    María

    The error messages you are getting means that the JAR you loaded into the database is invalid.
    ORA-29534:     referenced object string.string could not be resolved
    Cause:     Name resolution determined that the indicated object is referenced but could not be resolved.
    Action:     Correct name resolver or address resolution problems in the referenced class, or correct compilation problems in its source.
    Oracle extracts all classes from the jar file by the time you load the jar file and processes each class individually. I suggest you to run this query against the user_objects or dba_objects view to determine the status of your classes
    select DBMS_JAVA.LONGNAME(OBJECT_NAME) as OBJECT_NAME
    ,STATUS
    from USER_OBJECTS
    where OBJECT_TYPE like 'JAVA%'
    On the other hand, I see you are at 9.2.0.5.0, in order for you to avoid hitting known bugs, I suggest you to apply, if possible, the latest 9.2.0.8.0 + July CPU patch
    ~ Madrid

  • How to load External Resources such as Jar's? Help in resolving ORA-29534

    Agenda: FTP files on Oracle 11g version 11.1.0.6.0 database server on Windows 2003 to another server. These files are generate using PL/SQL and Java Stored procedure
    Implementation Details: I wrote java stored procedure for FTPing files. Protocol is FTPS and I’m using Apache common’s library commons-net-ftp-2.0.jar.
    Now trying to load my project jar file using loadjava and it results into ORA-29534 error. I added location of commons-net-ftp-2.0.jar in the system class path and rebooted database server.
    Question:+ How do I tell oracle location of external_ JAR files? I also tried dropping external jar to jlib and jdk lib. No Luck!
    I will really appreciate your help…. Need to resolve it urgently for delivery
    See the details
    C:\TEMP>call loadjava -r -f -o -user <SCHEMA_NAME>/<PASSWORD>@ORCL projectFTPS.jar
    errors : class ftp/DibrsFTP
    ORA-29534: referenced object SFMIS5_2.ftp/DibrsFTPClient coul
    d not be resolved
    errors : class ftp/DibrsFTPClient
    ORA-29521: referenced name org/apache/commons/net/ftp/FTPSClient could not b
    e found
    ORA-29521: referenced name org/apache/commons/net/ftp/FTPClient could not be
    found
    The following operations failed
    class ftp/DibrsFTP: resolution
    class ftp/DibrsFTPClient: resolution
    exiting : Failures occurred during processing
    Thanks,
    Madan
    Edited by: MadanShah on Aug 8, 2009 8:00 AM

    using loadjava I can load commons-net-ftp-2.0.jar and my jar. When i execute pl/sql wrapper for defined java stored procedure it results into exception.
    retval=-29532;ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
    Same code works as Java application. I also granted socket permissions
    DBMS_JAVA.GRANT_PERMISSION(
    'SCHEMANAME', 'java.net.SocketPermission', REPLACEWITHHOST||':'|| REPLACEWITHPORT, 'connect,resolve');
    This did not resolve the error. Since i do not have control external java library and it works as standalone application....
    do you know any workarounds? Any ideas on implementing FTP functionality in plsql on oracle 11g database?
    Thanks
    Madan
    Edited by: MadanShah on Aug 8, 2009 11:15 AM

  • ORA-29534 itextpdf-5.2.1 11g

    Hi Evereryone.
    I need make some pdf's from pl-sq, I have java code to generate some reports, this code needs itext5.2.1 library, but the database trhows ORA-29534 error when I load itext5.2.1 jar file (with loadjava).
    Database: Oracle Database 11g R2
    SO: Oracle Enterprise Linux 4 update 8
    Itext Version: itext-5.2.1.jar
    I load:
    javaload -user  pdf3/pdf3 -schema pdf3 -f -r -v -recursivejars bcprov-jdk14-147.jar
    javaload -user  pdf3/pdf3 -schema pdf3 -f -r -v -recursivejars bcmail-jdk15on-147.jar
    javaload -user  pdf3/pdf3 -schema pdf3 -f -r -v -recursivejars itextpdf-5.2.1.jar
    I grant the rights (my user PDF3) on folder /PDF/:
    begin
    dbms_java.grant_permission ('PDF3', 'SYS:java.io.FilePermission', '//PDF/*', 'read, write');
    dbms_java.grant_permission ('PDF3', 'SYS:java.lang.RuntimePermission', ' * ', 'writeFileDescriptor');
    end;
    This is the log file:
    arguments: '-user' 'pdf3/***' '-schema' 'pdf3' '-f' '-r' '-v' '-recursivejars' 'itextpdf-5.2.1.jar'
    creating : resource PDF3.META-INF/MANIFEST.MF
    loading : resource PDF3.META-INF/MANIFEST.MF
    creating : resource PDF3.com/itextpdf/text/pdf/fonts/Helvetica-Bold.afm
    loading : resource PDF3.com/itextpdf/text/pdf/fonts/Helvetica-Bold.afm
    creating : resource PDF3.com/itextpdf/text/pdf/fonts/Times-Italic.afm
    loading : resource PDF3.com/itextpdf/text/pdf/fonts/Times-Italic.afm
    creating : resource PDF3.com/itextpdf/text/pdf/fonts/Times-BoldItalic.afm
    loading : resource PDF3.com/itextpdf/text/pdf/fonts/Times-BoldItalic.afm
    creating : resource PDF3.com/itextpdf/text/pdf/fonts/mustRead.html
    loading : resource PDF3.com/itextpdf/text/pdf/fonts/mustRead.html
    creating : resource PDF3.com/itextpdf/text/pdf/fonts/Courier-Bold.afm
    loading : resource PDF3.com/itextpdf/text/pdf/fonts/Courier-Bold.afm
    This first block only load, but when resolve the classes throws the ORA--29534 like this
    errors : class com/itextpdf/text/Anchor
    ORA-29534: el objeto PDF2.com/itextpdf/text/Chunk al que se hace referencia no se ha podido resolver
    errors : class com/itextpdf/text/BaseColor
    ORA-29534: el objeto PDF2.com/itextpdf/text/error_messages/MessageLocalization al que se hace referencia no se ha podido resolver
    errors : class com/itextpdf/text/Chapter
    ORA-29534: el objeto PDF2.com/itextpdf/text/Paragraph al que se hace referencia no se ha podido resolver
    ORA-29534: el objeto PDF2.com/itextpdf/text/Section al que se hace referencia no se ha podido resolver
    errors : class com/itextpdf/text/ChapterAutoNumber
    ORA-29534: el objeto PDF2.com/itextpdf/text/Paragraph al que se hace referencia no se ha podido resolver
    ORA-29534: el objeto PDF2.com/itextpdf/text/Section al que se hace referencia no se ha podido resolver
    errors : class com/itextpdf/text/Chunk
    ORA-29534: el objeto PDF2.com/itextpdf/text/Image al que se hace referencia no se ha podido resolver
    errors : class com/itextpdf/text/DocListener
    ORA-29534: el objeto PDF2.com/itextpdf/text/Rectangle al que se hace referencia no se ha podido resolver
    errors : class com/itextpdf/text/DocWriter
    ORA-29534: el objeto PDF2.com/itextpdf/text/Document al que se hace referencia no se ha podido resolver
    errors : class com/itextpdf/text/Document
    ORA-29534: el objeto PDF2.com/itextpdf/text/ChapterAutoNumber al que se hace referencia no se ha podido resolver
    errors : class com/itextpdf/text/Font$1
    ORA-29534: el objeto PDF2.com/itextpdf/text/Font al que se hace referencia no se ha podido resolver
    errors : class com/itextpdf/text/Font$FontFamily
    ORA-29534: el objeto PDF2.com/itextpdf/text/Font al que se hace referencia no se ha podido resolver
    Thanks in advance
    Edited by: hugo598 on 27-may-2012 17:10
    Edited by: hugo598 on 27-may-2012 17:11
    Edited by: hugo598 on 27-may-2012 17:11
    Edited by: hugo598 on 27-may-2012 17:11
    Edited by: hugo598 on 27-may-2012 18:05

    I have no idea what this ODBC driver is. To the best of my knowledge, there are no "special builds" of our ODBC driver. I suspect that this is just an unfortunate naming coincidence and that the "Oracle ODBC Driver 8.0.5.7 for Damgaard Axapta" is not related to the Oracle ODBC driver.
    If you can point me at something that says otherwise, I'm all ears.
    Justin Cave
    ODBC Development

  • ORA-29534 in loadjava xsu111.jar

    Help!
    While trying to install the server side of the XSU ver 111 I get an 'ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could not be resolved' message. I've looked through the bulletin board messages and noted that most people have resolved this issue with a correct CLASSPATH. I've reviewed that and all my env vars and see no problems: I do note that all the failures stem from oracle/xml/sql/dml/OracleXMLSave wic in turn got the message
    'ORA-29521: referenced name oracle/jdbc2/Clob could not be found' I found this in classes111.zip and have made sure it is in CLASSPATH and CLASSPATHJ. but to no avail
    Whaqt else can i try? loadjava results below
    Oracle V 8.1.6
    Windows NT 4.0 SP5
    JDK 1.1.8
    jdbc 111
    Thanks,
    David Summers
    --> load parser - succeeded-
    D:\Downloads\OracleXSU111\lib>call loadjava -r -v -u p79890/pswd xmlparserv2.jar
    initialization complete
    loading : oracle/xml/parser/v2/XSLResultElement
    creating : oracle/xml/parser/v2/XSLResultElement
    <snip>
    org/xml/sax/Locator is already resolved
    ---> failing loadjava
    D:\Downloads\OracleXSU111\lib>call loadjava -r -v -g public -u p79890/pswd xsu111.jar
    initialization complete
    loading : oracle/xml/sql/query/OracleXMLQuery
    creating : oracle/xml/sql/query/OracleXMLQuery
    loading : oracle/xml/sql/query/OracleXMLStaticQuery$QueryCtx
    creating : oracle/xml/sql/query/OracleXMLStaticQuery$QueryCtx
    loading : oracle/xml/sql/dataset/OracleXMLDataSetExtJdbc
    creating : oracle/xml/sql/dataset/OracleXMLDataSetExtJdbc
    loading : oracle/xml/sql/dataset/OracleXMLDataSetGenJdbc
    creating : oracle/xml/sql/dataset/OracleXMLDataSetGenJdbc
    loading : oracle/xml/sql/core/OracleXMLTimer
    creating : oracle/xml/sql/core/OracleXMLTimer
    loading : oracle/xml/sql/dml/OracleXMLStaticSave
    creating : oracle/xml/sql/dml/OracleXMLStaticSave
    loading : oracle/xml/sql/name/OracleColumnName
    creating : oracle/xml/sql/name/OracleColumnName
    loading : oracle/xml/sql/query/OracleXMLStaticQuery
    creating : oracle/xml/sql/query/OracleXMLStaticQuery
    loading : oracle/xml/sql/OracleXMLSQLNoRowsException
    creating : oracle/xml/sql/OracleXMLSQLNoRowsException
    loading : oracle/xml/sql/core/OracleXMLUtil
    creating : oracle/xml/sql/core/OracleXMLUtil
    loading : oracle/xml/sql/core/OracleXMLConvert
    creating : oracle/xml/sql/core/OracleXMLConvert
    loading : oracle/xml/sql/dml/OracleXMLStaticSave$MutableInt
    creating : oracle/xml/sql/dml/OracleXMLStaticSave$MutableInt
    loading : oracle/xml/sql/core/OracleXMLTime
    creating : oracle/xml/sql/core/OracleXMLTime
    loading : oracle/xml/sql/name/OracleCollectionName
    creating : oracle/xml/sql/name/OracleCollectionName
    loading : oracle/xml/sql/XSUMesg
    creating : oracle/xml/sql/XSUMesg
    loading : oracle/xml/sql/query/OracleXMLStaticQuery$MutableInt
    creating : oracle/xml/sql/query/OracleXMLStaticQuery$MutableInt
    loading : oracle/xml/sql/dml/OracleXMLSave
    creating : oracle/xml/sql/dml/OracleXMLSave
    loading : oracle/xml/sql/dml/OracleXMLStaticSave$SaveCtx
    creating : oracle/xml/sql/dml/OracleXMLStaticSave$SaveCtx
    loading : OracleXML
    creating : OracleXML
    loading : oracle/xml/sql/docgen/OracleXMLDocGenDOM
    creating : oracle/xml/sql/docgen/OracleXMLDocGenDOM
    loading : oracle/xml/sql/docgen/OracleXMLDocGenLob
    creating : oracle/xml/sql/docgen/OracleXMLDocGenLob
    loading : oracle/xml/sql/OracleXMLSQLException
    creating : oracle/xml/sql/OracleXMLSQLException
    loading : oracle/xml/sql/name/OracleScalarName
    creating : oracle/xml/sql/name/OracleScalarName
    loading : oracle/xml/sql/docgen/OracleXMLDocGen
    creating : oracle/xml/sql/docgen/OracleXMLDocGen
    loading : oracle/xml/sql/name/OracleADTName
    creating : oracle/xml/sql/name/OracleADTName
    loading : oracle/xml/sql/dataset/OracleXMLDataSet
    creating : oracle/xml/sql/dataset/OracleXMLDataSet
    loading : oracle/xml/sql/name/OracleCursorName
    creating : oracle/xml/sql/name/OracleCursorName
    loading : oracle/xml/sql/docgen/OracleXMLDocGenString
    creating : oracle/xml/sql/docgen/OracleXMLDocGenString
    loading : OracleXMLStore
    creating : OracleXM LStore
    loading : oracle/xml/sql/mesg/XSUMessages.properties
    creating : oracle/xml/sql/mesg/XSUMessages.properties
    loading : META-INF/MANIFEST.MF
    creating : META-INF/MANIFEST.MF
    loading : XSU111_VERSION_1_2_1
    creating : XSU111_VERSION_1_2_1
    loading : XSU111_RDBMS_MAIN_SOLARIS_000620
    creating : XSU111_RDBMS_MAIN_SOLARIS_000620
    resolver :
    resolving: oracle/xml/sql/dml/OracleXMLStaticSave
    Errors in oracle/xml/sql/dml/OracleXMLStaticSave:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    resolving: oracle/xml/sql/docgen/OracleXMLDocGenLob
    oracle/xml/sql/name/OracleScalarName is already resolved
    oracle/xml/sql/dataset/OracleXMLDataSetExtJdbc is already resolved
    oracle/xml/sql/name/OracleADTName is already resolved
    oracle/xml/sql/dataset/OracleXMLDataSetGenJdbc is already resolved
    resolving: OracleXMLStore
    Errors in OracleXMLStore:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    oracle/xml/sql/core/OracleXMLTimer is already resolved
    oracle/xml/sql/docgen/OracleXMLDocGenString is already resolved
    oracle/xml/sql/docgen/OracleXMLDocGenDOM is already resolved
    resolving: oracle/xml/sql/query/OracleXMLStaticQuery$QueryCtx
    Errors in oracle/xml/sql/query/OracleXMLStaticQuery$QueryCtx:
    ORA-29534: referenced object P79890.oracle/xml/sql/query/OracleXMLQuery coul
    d not be resolved
    resolving: oracle/xml/sql/query/OracleXMLStaticQuery
    Errors in oracle/xml/sql/query/OracleXMLStaticQuery:
    ORA-29534: referenced object P79890.oracle/xml/sql/query/OracleXMLQuery coul
    d not be resolved
    oracle/xml/sql/core/OracleXMLConvert is already resolved
    resolving: oracle/xml/sql/query/OracleXMLQuery
    Errors in oracle/xml/sql/query/OracleXMLQuery:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    oracle/xml/sql/OracleXMLSQLNoRowsException is already resolved
    resolving: OracleXML
    Errors in OracleXML:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    resolving: oracle/xml/sql/dml/OracleXMLStaticSave$MutableInt
    Errors in oracle/xml/sql/dml/OracleXMLStaticSave$MutableInt:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLStaticSave c
    ould not be resolved
    resolving: oracle/xml/sql/query/OracleXMLStaticQuery$MutableInt
    Errors in oracle/xml/sql/query/OracleXMLStaticQuery$MutableInt:
    ORA-29534: referenced object P79890.oracle/xml/sql/query/OracleXMLStaticQuer
    y could not be resolved
    oracle/xml/sql/name/OracleCollectionName is already resolved
    resolving: oracle/xml/sql/dml/OracleXMLStaticSave$SaveCtx
    Errors in oracle/xml/sql/dml/OracleXMLStaticSave$SaveCtx:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    oracle/xml/sql/name/OracleCursorName is already resolved
    oracle/xml/sql/dataset/OracleXMLDataSet is already resolved
    oracle/xml/sql/docgen/OracleXMLDocGen is already resolved
    oracle/xml/sql/core/OracleXMLTime is already resolved
    resolving: oracle/xml/sql/core/OracleXMLUtil
    Errors in oracle/xml/sql/core/OracleXMLUtil:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    oracle/xml/sql/name/OracleColumnName is already resolved
    resolving: oracle/xml/sql/dml/OracleXMLSave
    Errors in oracle/xml/sql/dml/OracleXMLSave:
    ORA-29521: referenced name oracle/jdbc2/Clob could not be found
    oracle/xml/sql/XSUMesg is already resolved
    oracle/xml/sql/OracleXMLSQLException is already resolved
    loadjava: 11 errors
    null

    Are you able to run Java Stored Procedures succesfully in your system.
    Log into SQL*Plus as SYS. Issue the following queries:
    SQL> SELECT count(*) FROM obj$ WHERE type#=29 AND owner#=0;
    COUNT(*)
    8535
    It should return >= 8000.
    SQL> SELECT count(*) FROM obj$ WHERE type#=29 AND owner#=0 AND status != 1;
    COUNT(*)
    0
    Let me know the results of the above and creating of Java SP's.
    null

  • Error message ORA-29534

    When I install XDK for PL/SQL and use loadjava to load the following file: xmlparserv2.jar , I keep on getting erroe message: 1)ORA-29534: referenced object USER.oracle/xml/parser/v2/XMLNode could not be resolved
    2)ORA-29545: badly formed class: java.lang.NullPointerException
    How can I fix this?
    Thanks.
    null

    You must be trying to load XML Parser 2.0.2.9 into an Oracle 8.1.5 database. Due to the fact that 2.0.2.9 was compiled with a JDK 1.2 compiler, it won't load correctly into 8.1.5. You'll need the 2.0.2.7 release.

  • ORA-29534 object could not be resolved (loadjava db2jcc.jar)

    Hi,
    getting frustraded ... :(
    I cannot load the IBM JDBC driver for DB2 using loadjava (Oracle 10g on Solaris).
    Is it because my version (downloaded from IBM webpage) needs jre1.5??? Any ideal with jdbc is working for DB2?
    Cheers Aron
    Message was edited by:
    user583720

    Hi,
    Many things can lead to ORA-29534 such as class compiled with an incompatible JDk/JRE version. For 10g, make sure the db2jcc.jar has been compiled with JDK 1.4.
    Kuassi http://db360.blogspot.com

  • ORA-29534 when loading Java XML Parser

    Hi. I'm trying to install the Java and PL/SQL parsers into an 8i database, following the instructions in Steve Muench's O'Reilly book.
    It looks like loadjava is loading the classes, but when it tries to resolve them I get the ORA-29534 error for each class. We're running 8.1.5 on the database, and the parser is 2.0.10 (I think - I downloaded it from OTN today, and I'm installing the Java parser from the Java XDK not the PL/SQL XDK).
    Any help is appreciated.
    Thanks in advance,
    Craig Drabik
    Lead Programmer/Analyst
    Univeristy at Buffalo
    [email protected]

    That's 2.0.2.10 not 2.0.10
    -Craig
    null

  • More ORA-01034

    Hi All,
    I am using oracle 8i release 2 on RHL 6.2. I had been able to successfully install and configure oracle, but then for some reasons I had to move my box to a new network (so the IP addresses had to be changed). When I now try to start an instance of oracle, this is what I get:
    svrmgrl > connect internal/password
    ORA-01034: Message 1034 not found; No message file for product=RDBMS, facility=ORA
    What could be wrong?
    #echo ORACLE_HOME
    /home/oracle/oracleinstall/app
    #echo ORACLE_SID
    usseipl
    -- init.ora
    db_name = "stcrm"
    db_domain = softwareelements.com
    instance_name = usseipl
    service_names = stcrm.softwareelements.com
    db_files = 1024
    control_files = ("/home/oracle/oracleinstall/app/oradata/stcrm/control01.ctl", "
    /home/oracle/oracleinstall/app/oradata/stcrm/control02.ctl", "/home/oracle/oracleinstall/app/oradata/stcrm/control03.ctl")
    open_cursors = 100
    max_enabled_roles = 30
    db_file_multiblock_read_count = 32
    useism = false
    db_block_buffers = 2048 # INITIAL
    shared_pool_size = 15728640 # INITIAL
    large_pool_size = 614400
    java_pool_size = 20971520
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 200 # INITIAL
    log_buffer = 163840 # INITIAL
    user_dump_dest = /home/oracle/oracleinstall/admin/stcrm/udump
    db_block_size = 8192
    remote_login_passwordfile = exclusive
    os_authent_prefix = ""
    compatible = "8.1.0"
    sort_area_size = 65536
    sort_area_retained_size = 65536
    -- listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = se-3)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = se-3)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /home/oracle/oracleinstall/app)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = stcrm.softwareelements.com)
    (ORACLE_HOME = /home/oracle/oracleinstall/app)
    (SID_NAME = usseipl)
    -- tnsnames.ora
    STCRM.SOFTWAREELEMENTS.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = se-3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = stcrm.softwareelements.com)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Any help would be greatly appreciated. There are several documents that google fetches, but none of them really help!
    More observations:
    1. tnsping <sid> (which in my case is usseipl) fails.
    2. tnsping <service_name> (which in my case is stcrm.softwarelements.com) works.
    3. orapwd file=orpw<sid> internal=<newpassword> gives an error: unable to find error file. The older pw file (and all files in this directory belong to oracleuser.oraclegroup).
    4. sqlplus itself fails (:-) I know this is getting to be too much!). sqplus says:
    Message file sp1<lang>.msb not found
    Error 6 initializing SQL*Plus
    The files sp1us.msb and sp2us.msb exist under $ORACLE_HOME/sqlplus/mesg.
    Thanks.
    manav.

    woops...I didn't realize I was logged in as some other account...sorry.
    Manav.

  • More ORA-12154, Tried FAQ and Search

    I am getting this error when I try to open an Oracle connection in .Net 3.5 application on Visual Studio 2008. If I publish the application to the web server, the Oracle code works fine so I don't believe it is a code issue.
    I have Oracle 11g and 10g on my PC. I have copied the Oracle tnsnames.ora and sqlnet.ora from our master location on a server to the local Network/ADMIN folders. I am confident that the content of those two files are correct because, if they weren't, then thousands of users on our network would becomplaining.
    I can connect to the server I need using the Server Explorer Data Connections in Visual Studio and tnsping is successful when run against the target server. Regardless of all these successes, I still get "ORA-12154 :could not resolve the connect identifier specified" when I execute conn.Open().
    I am sure that the connection string is correct because I copied and pasted from it to set up the Data Connection in Visual Studio's Server Explorer.
    Is there anything else I can do? How does Visual Studio or the .Net framework decide where to look for tnsnames.ora? Any help at all will be greatly appreciated.

    I am getting this error when I try to open an Oracle connection in .Net 3.5 application on Visual Studio 2008. If I publish the application to the web server, the Oracle code works fine so I don't believe it is a code issue.
    I have Oracle 11g and 10g on my PC. I have copied the Oracle tnsnames.ora and sqlnet.ora from our master location on a server to the local Network/ADMIN folders. I am confident that the content of those two files are correct because, if they weren't, then thousands of users on our network would becomplaining.
    I can connect to the server I need using the Server Explorer Data Connections in Visual Studio and tnsping is successful when run against the target server. Regardless of all these successes, I still get "ORA-12154 :could not resolve the connect identifier specified" when I execute conn.Open().
    I am sure that the connection string is correct because I copied and pasted from it to set up the Data Connection in Visual Studio's Server Explorer.
    Is there anything else I can do? How does Visual Studio or the .Net framework decide where to look for tnsnames.ora? Any help at all will be greatly appreciated.

  • Oracle Java proc ORA-04045: errors during recompilation/revalidation

    hi,
    I have Oracle Java stored proc called MERGE_ENTITY_AND_EVENT invoked by a trigger. It was working fine for a couple of weeks. Today it throws this generic exception. I'm not sure what changed.
    Caused by: java.sql.SQLSyntaxErrorException: ORA-04045: errors during recompilation/revalidation of TLMDEV./3ba8073b_Log4JLogger
    ORA-06512: at "MERGE_ENTITY_AND_EVENT", line 1
    ORA-06512: at "QUOTE_TRIGGER", line 49
    1. What is the root cause of this exception ?
    2. Whats the solution ?
    If you dont know 1 or 2, how would you go about debugging this problem ?
    Thanks in advance.

    The most likely cause is that something has caused the class TLMDEV./3ba8073b_Log4JLogger to become invalid and implicit invalidation does not succeed in making it valid. In general a class must be valid in order to be run and an attempt to run an invalid class (such as because your trigger calls it) will cause an attempt to validate it and if that attempt fails an ORA-04045 can be the result. Validation of a class amounts to iterating over the set of names referenced by the class and looking for a valid class by that name, perhaps recursively attempting to validate if an invalid class by that name is found. So validation of a class may amount to an attempt to validate several classes at once. If any of them fail to be validatable, which occurs if there is no class for a given referenced name then most if not all of the classes in the set being validated and certainly the top level one will fail to validate. So if things are working correctly, the ultimate reason for the ORA-04045 will prove to be that some name referenced by TLMDEV./3ba8073b_Log4JLogger or recursived by something it references will be a name for which there is no class in the database (or more precisely in the search path used which is typically the current schema followed by PUBLIC, but could be different if some of the classes involved have had explicit resolver specifications given for them). The thing to do to try to start determining what class is missing is to do the query
    select owner||'.'||name||' : '||text from all_errors where type like 'JAVA%';
    The first thing to look at are lines for TLMDEV./3ba8073b_Log4JLogger. These will probably show text which contains either ORA-29534 identifying a referenced class that exists but could not be recursively valid, or ORA-29521 identifying names for which there is no class. The latter are the ultimately interesting ones since the former will end up being recursively caused by them. So look at the ORA-29521s and then try to determine either why the class is missing and how to restore it or which it is now referenced when it wasn't before (which would happen if some class was changed to reference it or something that references it, recursively).

Maybe you are looking for

  • My computer crashed and all of my songs are gone. How do i get them back?

    my computer crashed and all of my songs are gone. How do i get them back on my new computer?

  • Binding shared variable in executable across network

    I can't seem to get a shared variable to bind from an executable on another computer back to a source variable on the main machine. I can get the remote variable to change with programmatic access.  Is it possible to have shared variables in an execu

  • FB 4.7 No Longer Validates AIR Version For Projects?

    Hi, I migrated my FB 4.6 project over to 4.7, which in the app descriptor xml specifies the minimum AIR SDK to use is 3.5. Since 4.7 only has 3.4, I would expect FB to report this as a problem. FB 4.6 always did. Now 4.7 does not seem to care. The wo

  • Message Mapping anomaly

    Hi XI Gurus, I have a problem regarding my mapping. The result of my AND statement is false and true (2 outputs because of context) based on the Display Queue. I'm passing the result of my AND statement to a CollapseContext function. When I perform D

  • Very slowwwwww computer

    I have an A205-S5804 laptop that is just about freezing up. I've done virus checks, disc checks (Western Digital Lifeguard Tools) all showing a good drive. It seems that it's downloading something as the hard drive gets hot and seems to be doing some