XML SQL Utility - settagcase - all tags are upper or lower

I am using the XML SQL Utility (XSU) for PL/SQL to generate a xml document from some tables and objects. Is it possible to have the xml elements start and end tags appear in the case of the objects I have defined (i.e. CamelCase)? I can either have them appear as all upper or all lower case. However the oracle documentation has a SETTAGCASE function with an option for "as are". Is this supposed to allow for the case to follow how i have defined the fields in the object? If not is there a way?
For example here is an object
create or replace TYPE     CREDIT_APPLICANTTYPE AS OBJECT
  First VARCHAR2(15 BYTE),
  Last  VARCHAR2(35 BYTE),
  Middle VARCHAR2(1 BYTE),
  Suffix VARCHAR2(3 BYTE)
);Settagcase 0 option doesn't seem to do anything different than the upper_case option when i generate the xml
http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_xmlque.htm#i1033636
set serveroutput on
declare
  queryCtx dbms_xmlquery.ctxType;
  charstring VARCHAR2(255);
  outxml CLOB;
begin
    queryCtx := dbms_xmlquery.newContext('select CREDIT_APPLICANTTYPE(''Joe'',''Smith'',''A'',''Jr.'') as AppName from dual');
    dbms_xmlquery.settagcase(queryCtx, 0);
    outxml := dbms_xmlquery.getXml(queryCtx);
    dbms_xmlquery.closeContext(queryCtx);
    charstring := dbms_lob.substr(outxml, 255, 1);
    dbms_output.put_line(charString);
end;Output is in uppercase but i would like camel case:
<?xml version = '1.0'?>
<ROWSET>
<ROW num="1">
<APPNAME>
<FIRST>Joe</FIRST>
<LAST>Smith</LAST>
<MIDDLE>A</MIDDLE>
<SUFFIX>Jr.</SUFFIX>
</APPNAME>
</ROW>
</ROWSET>

Actually I figured out the issue. Oracle automatically outputs the column alias as upper case unless you put it in quotes. I defined my object like this and it works with settagcase 0
create or replace TYPE CREDIT_APPLICANTTYPE AS OBJECT
"First" VARCHAR2(15 BYTE),
"Last" VARCHAR2(35 BYTE),
"Middle" VARCHAR2(1 BYTE),
"Suffix" VARCHAR2(3 BYTE)
);

Similar Messages

  • XML SQL Utility & ROW-Tag

    Hi,
    I have a question about the XML SQL Utility.
    Must I have the <ROOTDOC> and <ROW> TAG's in my XML-Document to insert the Document with the Utility in my Database, or can I use a random defined TAG as start TAG, e.g. the <BOOK_ID>.
    XML-Document:
    Book.xml
    <?xml version="1.0" encoding="UTF-16"?>
    <!DOCTYPE ANWENDUNGEN SYSTEM "file:/E:/book.dtd">
    <!-- ?xml-stylesheet href="book.xsl" type="text/xsl"? -->
    <ROOTDOC>
    <ROW>
    <BOOK_ID>55-66</BOOK_ID>
    <BOOK_NAME>JavaScript</BOOK_NAME>
    <REF_TO_PRICE>2-AA</REF_TO_PRICE>
    <PRICE_ID>2-AA</PRICE_ID>
    <PRICE_DM>55.50DM</PPRICE_DM>
    </ROW>
    </ROOTDOC>
    Can anyone help me, please ?
    Thanks
    null

    You can use a "random" tag at the "ROW" tag, using the -rowTag XXXX command line option.
    The utility will attempt to insert the CHILDREN elements of the rowset as if they were the columns of each ROW in the table whose name you provide.

  • Help Needed -- Oracle XML/SQL utility and PL/SQL parser

    Let's say we have an xml file
    <?xml version="1.0" standalone="no"?>
    <abc>
    <def>
    <ghi>test</ghi>
    </def>
    <jkl>
    <mno>testing</mno>
    </jkl>
    </abc>
    We can store the <def> tag in one table say def and <jkl> tag in another table say jkl.
    Is there a way to combine def and jkl and insert in one table so that there in one row with two columns test and testing??
    null

    Hi,
    Are u sure that it is a java enabled database? The most common
    case of failure with the xmlgen package is because the loadjava
    command did not succeed.
    Please make sure that oraclexmlsqlload.bat file loaded all the
    java procedures successfully. If not then u would have to java-
    enable your database by running the initjvm script. (please see
    the docs).
    Thx
    Murali
    Iveta Vojtko (guest) wrote:
    : Hi,
    : I have downloaded XML SQL Utility for Java against Oracle
    8.0.5
    : on WindowsNT. The xmlgen package was created successfully but
    : its body is invalid and my PL/SQL test has failed because of
    : following error: PLS-00103: Encountered the symbol "NAME"
    : when expecting one of the following: := . ( @ % ; not null
    range
    : renames default character. The symbol ":= was inserted abefore
    : "NAME" to continue.
    : Is it because I am not using Oracle8i? I just want to use the
    : server side of XML SQL. Please, reply asap. Thank you.
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Xml sql utility limitation

    Hi, Oracle:
    Are there upper limit with regard to OracleXMLSave.insertXML(),
    such as upper limit for field size, upper limit for file size,
    uppper limit for number of columns you can have, upper limit for
    number of rows(records) you could have?
    Prompt response will be greatly appreciated!
    Thanks,
    Tony
    null

    First, let me thank you for the reply.
    Here is the situation: I want to insert a xml file about 3 MB
    into an Oracle 8.0.5 table, in the table, I have a field called
    resume which is of type LONG. I am using OracleXMLSave.insertXML
    to do the insertion and oci8 jdbc connection. Here the error
    messsage I got:
    SIGSEGV 11* segmentation violation
    si_signo [11]: SIGSEGV 11* segmentation violation
    si_errno [0]:
    si_code [1]: SEGV_MAPERR [addr: 0x342c9fe8]
    stackbase=EFFFF298, stackpointer=EFFFD5D4
    Full thread dump:
    "SIGQUIT handler" (TID:0xed6662a0, sys_thread_t:0xfb400,
    state:R, thread_t: t@5, sp:0xef373a90 threadID:0xef373de0,
    stack_base:0xef373d74, stack_size:0x22000) prio=0
    "Finalizer thread" (TID:0xed666088, sys_thread_t:0xfb370,
    state:CW, thread_t: t@4, sp:0xef473a30 threadID:0xef473de0,
    stack_base:0xef473d74, stack_size:0x22000) prio=1
    "main" (TID:0xed6660b0, sys_thread_t:0xedff8, state:R,
    thread_t: t@1, sp:0xefffedd8 threadID:0x20a18,
    stack_base:0xeffff298, stack_size:0x800000) prio=5 *current
    thread*
    oracle.jdbc.oci8.OCIDBAccess.executeFetch(Compiled Code)
    oracle.jdbc.driver.OracleStatement.doExecuteOther
    (Compiled Code)
    oracle.jdbc.driver.OracleStatement.doExecuteWithBatch
    (Compiled Code)
    oracle.jdbc.driver.OracleStatement.doExecute(Compiled
    Code)
    oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout
    (Compiled Code)
    oracle.jdbc.driver.OraclePreparedStatement.executeUpdate
    (Compiled Code)
    oracle.jdbc.driver.OraclePreparedStatement.execute
    (Compiled Code)
    oracle.xml.sql.dml.OracleXMLSave.insertNodeVal(Compiled
    Code)
    oracle.xml.sql.dml.OracleXMLSave.insertXML(Compiled Code)
    oracle.xml.sql.dml.OracleXMLSave.insertXML(Compiled Code)
    TestSave.main(Compiled Code)
    Monitor Cache Dump:
    oracle.jdbc.oci8.OCIDBAccess@ED66A7E8/ED751B68: owner "main"
    (0xedff8, 1 entry)
    oracle.jdbc.driver.OracleCallableStatement@ED6D0390/EDF17818:
    owner "main" (0xedff8, 2 entries)
    Registered Monitor Dump:
    PCMap lock: <unowned>
    Thread queue lock: <unowned>
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Waiting to be notified:
    "Finalizer thread" (0xfb370)
    Monitor registry: owner "main" (0xedff8, 1 entry)
    Abort
    ======= End of error message ========
    If I have a smaller size file, such as 1MB, it works. What could
    be wrong? Oracle JDBC driver? the implementation of
    OracleXMLSave.insertXML?
    Here is the source code of my java program:
    import oracle.xml.sql.dml.*;
    import java.io.*;
    import java.sql.*;
    import oracle.jdbc.driver.*;
    public class TestSave {
    public static void main(String args[])
    if (args.length != 2) {
    System.out.println("Usage: java TestSave tablename
    filename");
    System.exit(1);
    Connection conn;
    String tablename = args[0];
    String filename = args[1];
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    conn = DriverManager.getConnection("jdbc:oracle:oci8:@econ",
    "rich", "roy33");
    OracleXMLSave xmlSave = new OracleXMLSave(conn, tablename);
    System.out.println("xmlSave = " + xmlSave);
    int num_row ;
    java.net.URL url=xmlSave.createURL(filename);
    System.out.println("url="+url);
    num_row=xmlSave.insertXML(url);
    System.out.println("num_row: " + num_row);
    catch(Exception e)
    e.printStackTrace();
    }// end main
    }// end TestSave
    ======= End of source code ====================
    Any suggestions? Please help!!!
    Tony
    Oracle XML Team wrote:
    : Hi Tony,
    : I tried out an example with > 4000 binds and it seemed to
    work
    : with 3 clobs. How big is the sample? Can u attach a small
    sample
    : (dont have to have the big file. just the structure of the
    XML?).
    : Also currently the XML SQL utility simply binds CLOB columns
    as
    : strings. We will fix that so that it creates temp CLOBs and
    : binds them. In that way you will not get into this problem.
    : Thx
    : Oracle XML team
    : Tony (guest) wrote:
    : : All right, I got a problem already. I have a table has 2
    clob
    : : columns, this is the message I got:
    : : oracle.xml.sql.OracleXMLSQLException: java.sql.SQLException:
    : ORA-
    : : 01026: multiple buffers of size > 4000 in the bind list
    : : at java.lang.Throwable.<init>(Compiled Code)
    : : at java.lang.Exception.<init>(Compiled Code)
    : : at java.lang.RuntimeException.<init>(Compiled Code)
    : : at oracle.xml.sql.OracleXMLSQLException.<init>
    : (Compiled
    : : Code)
    : : at oracle.xml.sql.dml.OracleXMLSave.insertXML
    (Compiled
    : : Code)
    : : at oracle.xml.sql.dml.OracleXMLSave.insertXML
    (Compiled
    : : Code)
    : : at TestSave.main(Compiled Code)
    : : Does above mean that the utility can not handle a table has
    : more
    : : than one clob column?
    : : In my applicaiton, I have two fields greater than 4000
    : : characters that I need to insert into a table.
    : : Thanks,
    : : Tony
    : : Tony (guest) wrote:
    : : : I do not see any problems yet, however, I am going to have
    : big
    : : : field size (> 5000 characters), big file size(around 100
    MB)
    : : : which means lots of records. I just want to know whether
    the
    : : : utility can take it, if not, what are the options?
    : : : Thanks,
    : : : Tony
    : : : Oracle XML Team wrote:
    : : : : No designed-in limits. Are you hitting a problem
    : : : : with a large-sized file?
    : : : : Oracle XML Team
    : : : : http://technet.oracle.com
    : : : : Oracle Technology Network
    : Oracle Technology Network
    : http://technet.oracle.com
    null

  • Unable to load Oracle XML SQL utility

    The following error appears for each java
    class, when we attempt to load Oracle XML sql
    utility into Oracle using the oraclexmlsqlload
    script:
    E.g.
    Error while resolving class OracleXMLStore
    ORA-00904: invalid column name
    Does anyone know why we would receive this error?
    Platform: Hp-UX 11.0
    Oracle Version: 8.1.5.0
    Background information:
    The database was original created with the
    compatible=8.0.5 set in the init.ora file, and
    the creatation of java classes failed due to this,
    so switched compatible to 8.1.0. Now after we
    we adjusted the compatible setting and restarted
    database, we started to receive the errors as
    described above.
    null

    Murali,
    Thank you, after I initialized Oracle's javavm
    the errors disappeared.
    The scripts were located under the javavm/install
    directory.
    Thanks again.
    Murali K (guest) wrote:
    : Hi Steven,
    : Is the JavaVM loaded. i.e. are all the classes necessary for
    : running Java in the server are loaded into the server? The
    most
    : common answer to your problem is that the javavm has not been
    : initialized correctly or the database does not have all the
    java
    : library files necessary to load java programs.
    : Please read chapter 4 in the Oracle8i java developers guide
    : which talks about initializing a java-enabled database by
    : running the initjvm script.
    : If this still occurs then maybe it is a bug and we will have
    to
    : look at it.
    : Thx
    : Murali
    : Steven Wegner (guest) wrote:
    : : The following error appears for each java
    : : class, when we attempt to load Oracle XML sql
    : : utility into Oracle using the oraclexmlsqlload
    : : script:
    : : E.g.
    : : Error while resolving class OracleXMLStore
    : : ORA-00904: invalid column name
    : : Does anyone know why we would receive this error?
    : : Platform: Hp-UX 11.0
    : : Oracle Version: 8.1.5.0
    : : Background information:
    : : The database was original created with the
    : : compatible=8.0.5 set in the init.ora file, and
    : : the creatation of java classes failed due to this,
    : : so switched compatible to 8.1.0. Now after we
    : : we adjusted the compatible setting and restarted
    : : database, we started to receive the errors as
    : : described above.
    null

  • Updating a database using XML SQL Utility

    Hi all,
    It seems that the Oracle XML SQL Utility provides only to insert rows into a table/view. However, if one wants to update a table from an XML no support is available.
    How does one proceed if this is to be achieved?
    Thanks in advance.
    Regards,
    Manoj
    null

    While inserting i get a
    oracle.xml.sql.OracleXMLSQLException and further a
    NumberFormatException. Which parameter do I have to set to avoid
    these Exceptions. I can insert the file in my local db but I get
    the Exception on the server db. The value I want to insert for
    expample is 30,1. Maybe the JDBC-Driver tries to convert the String ;30,1+ to an
    Integer-Object. This will cause the described Exception since
    the Integer-Class requires ;.+ instead of ;,+ for decimal point.
    I have another problem generating an xmlfile when there
    are "Umlaute" in the data. E.g. V and \. Exchanging these to Oe
    and Ue than it works fine.Use ISO-8859-1 character set to work with umlauts, e.g.:
    <?xml version = '1.0' encoding = 'ISO-8859-1'?>
    .. but you can use the default UTF-8 encoding too, umlauts will
    be replaced by equivalents as ;C&#376;+
    Alex

  • XML SQL Utility - declaration error

    Hi,
    I'm trying to use the XSU API in a Java server page and am getting an error with the <?xml version='1.0'> declaration tag. The parser seems to think it is not well-formed. Here is what I am doing: Using JSP, I query my database and use XSU to return the results as an XML string. I'm working on an Oracle personal edition version 8.1.7 on an Windows 2000 machine. When I had the Microsoft XML Parser version 2.5 installed, XSU would work and it would print out the XML document tree view. The document was well-formed, according to IE5.5. However, I wanted to use an XSLT stylesheet that would print out the xml results in an HTML table. The MS XML Parser 2.5 had to be upgraded to version 3.0 in replace mode, in order for the XSLT stylesheets to work. When I upgraded, the stylesheets worked, but then for all the JSP pages that were utilizing the XML SQL Utility, when I tried to view the page in IE5.5, I would get the declaration tag error I mentioned above.
    Any suggestions on how I can get the JSPs to work with XSU (without having to revert back to the older MS parser)? Is there another parser that I can use? I'm working with the Apache web server that Oracle personal edition installs.
    Thanks,
    SY

    The XML Declaration needs to be:
    <?xml version="1.0"?>
    and it must be the very first bytes of the file. There must not be any whitespace before the <?xml version="1.0"?> in what the JSP returns to the browser.
    This extra whitespace is frequently the cause of the problem in JSP cases that I've seen.

  • How to use my own DTD and table using the XML SQL utility.

    Hey,
    Here is my question. I have succesfully installed Oracle XML SQL utility and I had played around on that. Now I have my own DTD that too from Rosettanet(PIP). Tell me how can I use my own table, and my dtd using the existing utility. What are all the changes do I need to do. I am strugling it from past 4 days. I couldn't. Please help me!

    Hi chris,
    Yes, the SQL can be changed only by using Discoverer Administrator.
    Open the report/workbook that is based on the custom SQL that you want to change in Discoverer Plus. Look at the Folder that is being used to select the columns of the report.
    Open up the Discoverer Administrator with the id that has access to the tables referenced in the report. And the custom folder with the same name as in Disc Plus would be listed down in the Business Area (Which Business Area the custom folder belongs to can be determined with the help of disc plus).
    Just open up that folder, and change the SQL in it. You can pasted your new sql in there and click on Validate SQL to validate it for errors. If no errors, then the custom folder is successfully changed.
    In order to have it reflected, close your existing disc plus session and reopen it, and you can go about using the custom folder.
    Hope this helps!
    Thanks.

  • XML SQL Utility, 8i, NT4, test code

    I have been unable to get the sample code to run successfully
    after installing the XML SQL Utility on Oracle 8.1.5.0.0 on
    Windows NT4 Service Pack 4.
    To make sure I was doing nothing wrong, I reinstalled Oracle 8i
    and loaded all the java into scott/tiger. Also the PLXMLPARSER
    codes does appear to run correctly. At least the samples seem to
    work.
    I tried to use the oraclexmlsqlload.bat script, but the script
    stopped after after loading oraclexmlsql.jar. So I ran each of
    the loadjava scripts on the command line. They exited without
    errors. Even the xmlgen package installed without errors. But
    when I ran oraclexmlsqltest.sql, I got a message that said the
    procedure completed successfully, but there was not output.
    I put a dbms_output.put_line(SQLCODE) with each of the two
    exceptions and got the following error. The procedure actually
    failed on "when others" with error -29531. According to the
    Error Manual this is
    ORA-29531 no method string in class string
    Cause: An attempt was made to execute a non-existent method in a
    Java class.
    Action: Adjust the call or create the specified method.
    At this point I am not sure what to do.
    null

    Hi Frank,
    Frank, make sure that the two "select xmlgen....." are
    returning a valid XML document. If these aren't working let me
    know, otherwise add a:
    set serveroutput on
    after the commit.
    Also, before you do this, restore oraclexmlsqltest.sql to its
    original state ... the exception section was masking exceptions
    which we are aware we generate. If you look closely you will see
    that we do a very rough job outputing the lob containing the XML
    document (we print out past the length of the LOB, which raises
    an exception).
    Let me know what happens.
    Frank Hubeny (guest) wrote:
    : I have been unable to get the sample code to run successfully
    : after installing the XML SQL Utility on Oracle 8.1.5.0.0 on
    : Windows NT4 Service Pack 4.
    : To make sure I was doing nothing wrong, I reinstalled Oracle 8i
    : and loaded all the java into scott/tiger. Also the PLXMLPARSER
    : codes does appear to run correctly. At least the samples seem
    to
    : work.
    : I tried to use the oraclexmlsqlload.bat script, but the script
    : stopped after after loading oraclexmlsql.jar. So I ran each of
    : the loadjava scripts on the command line. They exited without
    : errors. Even the xmlgen package installed without errors. But
    : when I ran oraclexmlsqltest.sql, I got a message that said the
    : procedure completed successfully, but there was not output.
    : I put a dbms_output.put_line(SQLCODE) with each of the two
    : exceptions and got the following error. The procedure actually
    : failed on "when others" with error -29531. According to the
    : Error Manual this is
    : ORA-29531 no method string in class string
    : Cause: An attempt was made to execute a non-existent method in
    a
    : Java class.
    : Action: Adjust the call or create the specified method.
    : At this point I am not sure what to do.
    Oracle Technology Network
    http://technet.oracle.com
    null

  • XML SQL Utility - OracleXMLStore?

    I am stepping thru the release notes for the "Oracle XML SQL
    Utility for Java". I have incorporated the env.csh into my
    .cshrc file as shown below. I am currently trying to "Load the
    Oracle XML SQL Utility for Java into an Oracle DB". I am having
    problems running the oraclexmlsqlload.csh. It seems to run
    @xmlgenpkg.sql without errors; however, the
    @oraclexmlsqltest.sql produces the following error:
    ERROR at line 1
    class OracleXMLStore does not exist
    at SCOTT.XMLGEN line 32
    at line 38
    class OracleXMLStore does not exist
    Here is my .cshrc file
    # @(#)cshrc 1.11 89/11/29 SMI
    umask 022
    set path=( /bin /usr/bin /usr/ucb /etc /usr/openwin/bin
    /usr/local/bin /usr/sbin /usr/ccs/bin .)
    if ( $?prompt ) then
    set history=32
    endif
    #setenv ORACLE_HOME /usr/oracle-home
    setenv ORACLE_BASE /usr/oracle
    setenv ORACLE_HOME /usr/oracle/8.1.5
    set path = ( $path $ORACLE_HOME/bin )
    #setenv PATH $PATH:$ORACLE_HOME/bin:/usr/openwin/bin:/usr/sbin
    setenv LD_LIBRARY_PATH $ORACLE_HOME/lib
    setenv ORACLE_SID p
    setenv ORA_NLS33 $ORACLE_HOME/ocommon/nls/admin/data
    setenv PD $ORACLE_HOME/OracleXSU
    setenv CLASSPATHJ $ORACLE_HOME/jdbc/lib/classes111.zip
    setenv XMLSQL_DIR $PD/lib/oraclexmlsql.jar:$PD
    setenv ORACLE_PARSER $PD/lib/xmlparser.jar
    setenv JDK_HOME /usr/java1.1
    set CLASSPATH = ($ORACLE_PARSER $CLASSPATHJ $JDK_HOME
    $XMLSQL_DIR)
    setenv TNS_ADMIN $ORACLE_HOME/network/admin
    setenv ORACLE_TERM sun5
    echo 'Running .cshrc...'
    alias ls ls -F
    null

    Oracle XML Team,
    After running the initjvm script and re-executing
    oraclexmlsqlload, no errors occurred. Also, the sample java
    files which come with the kit worked correctly. Thanks for all
    the help that you have provided. The support was fantastic!
    Oracle XML Team wrote:
    : Hello Ron,
    : It sounds more and more like your db is not java enabled. To
    : java enable it connect to it using server manager as internal
    and
    : then run the initjvm script (goto javavm/install directory and
    : you should see the initjvm script). The other option which
    would
    : make life easier is for you to contact your dba. Let me know
    how
    : things go.
    : Ron Newby (guest) wrote:
    : : Ahhhh, executing the script with csh started several
    loading...
    : : and creating... commands; however, an error did occur:
    : : Creating xmlparser _2.0.0.1.0_beta
    : : Error creating xmlparser _2.0.0.1.0_beta
    : : ORA-29547 Java system class not available
    : : oracle/aurora/rdbms/Compiler
    : : After this error, several "ORA-29534 referenced object...
    could
    : : not be resolved" errors occured.
    : : Oracle XML Team wrote:
    : : : Your db might be already java initialized (if not, please
    : : look
    : : : at your documentation on how to do this). One problem that
    I
    : : did
    : : : notice is that you are trying to execute a csh script in
    sh.
    : : : Please try
    : : : $ csh oraclexmlsqlload.csh
    : : : or
    : : : $ tcsh oraclexmlsqlload.csh
    : : : Let me know the outcome.
    : : : Ron Newby (guest) wrote:
    : : : : After a closer look at the output from running
    : : : oraclexmlsqlload,
    : : : : it doesn't look like the loadjava worked correctly. We
    are
    : : : : running Oracle 8.1.5. What is required to make the db
    java
    : : : : enabled? I have run the examples using the thin driver
    : which
    : : : : worked correctly. Below are the results of running
    : : : : oraclexmlsqlload.csh.
    : : : : $ sh oraclexmlsqlload.csh
    : : : : Loading jar files...
    : : : : Loading xmlparser...
    : : : : loadjava: Usage: loadjava [-user user/password@database]
    : : [-oci8
    : : : |
    : : : : -thin] [-help]
    : : : : [-verbose] [-resolve] [-andresolve] [-force] [-synonym]
    : : : : [-definer] [-resolver r
    : : : : esolver] [-grant user,user...] [-schema schema] [-debug]
    : : : : [-oracleresolver] class
    : : : : es..jars..resources..properties...
    : : : : Loading oraclexmlsql.jar...
    : : : : loadjava: Usage: loadjava [-user user/password@database]
    : : [-oci8
    : : : |
    : : : : -thin] [-help]
    : : : : [-verbose] [-resolve] [-andresolve] [-force] [-synonym]
    : : : : [-definer] [-resolver r
    : : : : esolver] [-grant user,user...] [-schema schema] [-debug]
    : : : : [-oracleresolver] class
    : : : : es..jars..resources..properties...
    : : : : Cleaning up...
    : : : : dropjava: Usage: dropjava [-user user/password@database]
    : : [-oci8
    : : : |
    : : : : -thin] [-help]
    : : : : [-verbose] [-schema schema] [-debug]
    : : : : classes..jars..resources..properties...
    : : : : Completed loading classes
    : : : : Creating functions...
    : : : : SQL*Plus: Release 8.1.5.0.0 - Production on Fri Nov 26
    : : 10:03:37
    : : : : 1999
    : : : : (c) Copyright 1999 Oracle Corporation. All rights
    : reserved.
    : : : : Enter password:
    : : : : Oracle XML Team wrote:
    : : : : : Hi Ron.
    : : : : : Before creating the xmlgen pkg, oraclexmlsqlload.csh
    : : tries
    : : : to
    : : : : : load the oracle xml parser and the oraclexmlsql.jar
    into
    : : your
    : : : : db
    : : : : : (i.e. it does a "loadjava..."). Is that part finishing
    : : : : properly?
    : : : : : Realize that to be able to run the utility within the
    : db
    : : : you
    : : : : : need to have at least Oracle 8.1.5 and have it java
    : : enabled.
    : : : : If
    : : : : : you don't have this you can always run the utility as a
    : : : client
    : : : : : connecting via the Oracle JDBC1.22 compliant drivers.
    : : : : : Ron Newby (guest) wrote:
    : : : : : : I am stepping thru the release notes for the "Oracle
    : XML
    : : : SQL
    : : : : : : Utility for Java". I have incorporated the env.csh
    : into
    : : my
    : : : : : : .cshrc file as shown below. I am currently trying to
    : : "Load
    : : : : the
    : : : : : : Oracle XML SQL Utility for Java into an Oracle DB".
    I
    : am
    : : : : : having
    : : : : : : problems running the oraclexmlsqlload.csh. It seems
    to
    : : run
    : : : : : : @xmlgenpkg.sql without errors; however, the
    : : : : : : @oraclexmlsqltest.sql produces the following error:
    : : : : : : ERROR at line 1
    : : : : : : class OracleXMLStore does not exist
    : : : : : : at SCOTT.XMLGEN line 32
    : : : : : : at line 38
    : : : : : : class OracleXMLStore does not exist
    : : : : : : Here is my .cshrc file
    : : : : : : # @(#)cshrc 1.11 89/11/29 SMI
    : : : : : : umask 022
    : : : : : : set path=( /bin /usr/bin /usr/ucb /etc
    /usr/openwin/bin
    : : : : : : /usr/local/bin /usr/sbin /usr/ccs/bin .)
    : : : : : : if ( $?prompt ) then
    : : : : : : set history=32
    : : : : : : endif
    : : : : : : #setenv ORACLE_HOME /usr/oracle-home
    : : : : : : setenv ORACLE_BASE /usr/oracle
    : : : : : : setenv ORACLE_HOME /usr/oracle/8.1.5
    : : : : : : set path = ( $path $ORACLE_HOME/bin )
    : : : : : : #setenv PATH
    : : : : $PATH:$ORACLE_HOME/bin:/usr/openwin/bin:/usr/sbin
    : : : : : : setenv LD_LIBRARY_PATH $ORACLE_HOME/lib
    : : : : : : setenv ORACLE_SID p
    : : : : : : setenv ORA_NLS33 $ORACLE_HOME/ocommon/nls/admin/data
    : : : : : : setenv PD $ORACLE_HOME/OracleXSU
    : : : : : : setenv CLASSPATHJ
    $ORACLE_HOME/jdbc/lib/classes111.zip
    : : : : : : setenv XMLSQL_DIR $PD/lib/oraclexmlsql.jar:$PD
    : : : : : : setenv ORACLE_PARSER $PD/lib/xmlparser.jar
    : : : : : : setenv JDK_HOME /usr/java1.1
    : : : : : : set CLASSPATH = ($ORACLE_PARSER $CLASSPATHJ $JDK_HOME
    : : : : : : $XMLSQL_DIR)
    : : : : : : setenv TNS_ADMIN $ORACLE_HOME/network/admin
    : : : : : : setenv ORACLE_TERM sun5
    : : : : : : echo 'Running .cshrc...'
    : : : : : : alias ls ls -F
    : : : : : Oracle Technology Network
    : : : : : http://technet.oracle.com
    : : : Oracle Technology Network
    : : : http://technet.oracle.com
    : Oracle Technology Network
    : http://technet.oracle.com
    null

  • XML SQL Utility problem

    Hi,
    I'm trying to use the XML SQL Utility against a 8.0.5 database.
    I coded a basic query against the SCOTT.EMP table.
    I've instantiated an OracleXMLQuery object using both types of
    constructors (i.e. Connection + ResultSet or query String). In
    both cases the resulting XML String contains:
    <?xml version="1.0"?>
    <ERROR>Closed Resultset</ERROR>
    I know that my Connection and ResultSet objects are valid because
    I examined the ResultSet contents using standard JDBC getXXX
    methods for the same Connection and query. I am establishing my
    Connection using the thin driver. Is this the problem? Can you
    also elaborate on the Oracle specific requirements for this API?
    For example, will the API work for Connection and ResultSet
    objects against non-Oracle databases? Thanks.
    Fred
    null

    Hi Fred,
    The closed ResultSet problem would occur when u are trying to
    re-use the same object,
    e.g.
    OracleXMLQuery oxq = new OracleXMLQuery(conn,resultsetobject);
    // get the string..
    String xmlString = oxq.getXMLString();
    By default OracleXMLQuery closes the ResultSet after
    completion. so if u use.
    xmlString = oxq.getXMLString();
    again, you will get this error.
    To overcome this there is a call called keepCursorAlive() which
    takes in a boolean value. So call that function on oxq before
    getting the first string and everything will be all right.
    Currently we also close the resultSet given by the user. This
    is a bug (we should only close our internal resultset) and we
    will fix it in the next drop. Also we will make this error
    message much more legible!
    Regarding working against other databases, we use Oracle
    specific stuff currently in case of object features such as
    ADTs, REFs and collections and LOBs. For regular relational data
    such as number, varchar etc.., we don't do anything special.
    So for plain relational data this should work against
    ResultSet and Connection objects created from other databases.
    But to be honest, we haven't tested that out. So if you do
    indeed run into any problems with other databases, please let us
    know and we will try to fix it.
    Thx
    Murali
    Fred Criscuolo (guest) wrote:
    : Hi,
    : I'm trying to use the XML SQL Utility against a 8.0.5 database.
    : I coded a basic query against the SCOTT.EMP table.
    : I've instantiated an OracleXMLQuery object using both types of
    : constructors (i.e. Connection + ResultSet or query String).
    In
    : both cases the resulting XML String contains:
    : <?xml version="1.0"?>
    : <ERROR>Closed Resultset</ERROR>
    : I know that my Connection and ResultSet objects are valid
    because
    : I examined the ResultSet contents using standard JDBC getXXX
    : methods for the same Connection and query. I am establishing
    my
    : Connection using the thin driver. Is this the problem? Can
    you
    : also elaborate on the Oracle specific requirements for this
    API?
    : For example, will the API work for Connection and ResultSet
    : objects against non-Oracle databases? Thanks.
    : Fred
    null

  • XML SQL Utility - persistent problems

    Hi,
    We are trying to install the XML SQL Utility for Oracle 8.1.5 on Solaris 2.6. We keep getting the problem OracleXMLStore could not be resolved. Based on different threads in this group, we have tried the following:
    1. Installed JDK 1.1.8 in place of the 1.1.3 that we had. This did not change the error.
    2. Carefully rechecked env.csh to ensure that the paths are all accurate.
    3. Ran initjvm from within the SVRMGR.
    The error we get is:
    ERROR at line 1:
    ORA-29541: class BETA_DEV.OracleXMLStore could not be resolved
    ORA-06512: at "BETA_DEV.XMLGEN", line 412
    ORA-06512: at line 10
    Any suggestions on what to try next?
    Thanks!

    Select * from User_errors
    and see what errors are preventing it from being resolved. This might give a clue...

  • XML SQL utility ( Urgent)

    Hi,
    I am trying to install XML SQL utility. I have jdk1.2.2 and
    oracle xml parser v2. I ran the env.bat file. Then when I try to
    run the oraclexmlsqlload.sql file i got 822 errors. Then I try
    to run the first file "loadjava -resolve -verbose -user %
    USER_PASSWORD% xmlparser.jar" I got some these kind of errors,
    resolving: org/w3c/dom/html/HTMLBodyElement
    Error while resolving class org/w3c/dom/html/HTMLBodyElement
    ORA-04043: object org/w3c/dom/html/HTMLBodyElement does not
    exist
    resolving: org/xml/sax/helpers/LocatorImpl
    Error while resolving class org/xml/sax/helpers/LocatorImpl
    ORA-04043: object org/xml/sax/helpers/LocatorImpl does not
    exist
    resolving: oracle/xml/parser/v2/Axis
    Error while resolving class oracle/xml/parser/v2/Axis
    ORA-04043: object oracle/xml/parser/v2/Axis does not exist
    resolving: oracle/xml/parser/v2/PathExpr
    Error while resolving class oracle/xml/parser/v2/PathExpr
    ORA-04043: object oracle/xml/parser/v2/PathExpr does not
    exist
    resolving: oracle/xml/parser/v2/FromDescPrecedingSibling
    Error while resolving class
    oracle/xml/parser/v2/FromDescPrecedingSibling
    ORA-04043: object
    oracle/xml/parser/v2/FromDescPrecedingSibling does not exi
    st
    "I GOT SOME VIEW/TABLE DOES NOT EXIST ERROR ALSO"
    Here is my env.bat file..................
    rem Copyright (c) Oracle Corporation 1999. All Rights Reserved.
    rem
    rem NAME
    rem env
    rem
    rem DESCRIPTION
    rem environmental variables needed to compile or run
    OracleXML utility
    rem
    rem ------------------------ oraclexmlsql utility directory path
    rem set PD to point to the directory in which you expanded the
    zip file
    set PD=C:\Oracletools\OracleXSU
    rem ------------------------ JDBC classes
    set CLASSPATHJ=D:\Oracle\Ora8i\jdbc\lib\classes111.zip
    rem ------------------------
    rem This need not be changed
    set XMLSQL_DIR=%PD%\lib\oraclexmlsql.jar;%PD%;%PD%\src;%PD%\lib;%
    PD%\sample
    rem ------------------------ Oracle XML parser settings
    rem This need not be changed
    set ORACLE_PARSER=%PD%\lib\xmlparser.jar
    rem ------------------------ JDK_HOME
    set JDK_HOME=C:\JDK1.2.2
    rem ------------------------ CLASSPATH settings
    set CLASSPATH=%ORACLE_PARSER%;%CLASSPATHJ%;%JDK_HOME%
    \lib\classes.zip;%XMLSQL_DIR%;%CLASSPATH%
    I need urgent help from you...........
    Thanks,
    Chandran...
    null

    Hi,
    Here is the problem. As per your suggestion I had installed
    Jdk1.8.8 and jdbc driver too. Though I am having one JDBC driver
    in oracle8i, I have downloaded from your site and set the env
    path and run the env.bat file. Then when I tried to execute the
    Java OracleXML getXML -user "scott/tiger" "select * from emp"
    file I got runtime error. But first time what I did was I had
    already run the oraclexmlsqlload file so there are lot of
    chances for OracleXML class file to be deleted. So Again I ran
    the oraclexmlsqlload bat file, so definitely it should load the
    oraclexmlsql file and xmlparser file. I didn't get any error. So
    I tried the file for xmlgenpkg it says package created with no
    errors and when I tried the oraclexmlsqltest file I got the same
    error...what I did get yesterday............
    Here is the output , please help me out....
    SQL> @C:\Oracletools\OracleXSU\lib\oraclexmlsqltest.sql;
    SQL> Rem
    SQL> Rem $Header: oraclexmlsqltest.sql 27-jul-99.22:53:37
    vnimani Exp $
    SQL> Rem
    SQL> Rem oraclexmlsqltest.sql
    SQL> Rem
    SQL> Rem Copyright (c) Oracle Corporation 1999. All Rights
    Reserved.
    SQL> Rem
    SQL> Rem NAME
    SQL> Rem oraclexmlsqltest.sql - <one-line expansion of
    the name>
    SQL> Rem
    SQL> Rem DESCRIPTION
    SQL> Rem <short description of component this file
    declares/defines>
    SQL> Rem
    SQL> Rem NOTES
    SQL> Rem <other useful comments, qualifications, etc.>
    SQL> Rem
    SQL> Rem MODIFIED (MM/DD/YY)
    SQL> Rem vnimani 07/27/99 - add testing for
    setStyleSheetType
    SQL> Rem vnimani 06/19/99 -
    Rem mkrishna 06/13/99 -
    Rem mkrishna 06/13/99 - add more testsSQL> Rem mkrishna 05/27/99 - sql testing the db loaded util
    SQL> Rem mkrishna 05/27/99 - Created
    SQL> Rem
    SQL>
    SQL> Rem Do not set serveroutput to be on here. There are
    problems (bug) when the
    SQL> Rem serveroutput is turned on before the last PL/SQL block
    is executed.
    SQL>
    SQL> set long 4000
    SQL> set pages 8000
    SQL> set echo on
    SQL>
    SQL> Rem Use these to test the results..
    SQL> select xmlgen.getXML('select * from scott.emp',1) from dual;
    select xmlgen.getXML('select * from scott.emp',1) from dual
    ERROR at line 1:
    ORA-29540: class OracleXMLStore does not exist
    ORA-06512: at "SCOTT.XMLGEN", line 83
    ORA-06512: at "SCOTT.XMLGEN", line 83
    ORA-06512: at line 1
    SQL> select xmlgen.getXML('select * from all_Tables where
    owner=''SCOTT''') from dual;
    select xmlgen.getXML('select * from all_Tables where
    owner=''SCOTT''') from dual
    ERROR at line 1:
    ORA-29540: class OracleXMLStore does not exist
    ORA-06512: at "SCOTT.XMLGEN", line 83
    ORA-06512: at "SCOTT.XMLGEN", line 83
    ORA-06512: at line 1
    SQL>
    SQL> Rem
    SQL>
    SQL>
    SQL> commit;
    Commit complete.
    Thanks,
    Chan...
    Oracle XML Team wrote:
    : Hi Chan,
    : Soon we will release a version of the XSU which runs with
    : JDK1.2 but for now the XSU requires JDK1.1.x. Also, your
    : Oracle8i (or later) database must be java enabled.
    : for starters, try and run the command line front end of the
    : utility:
    : java OracleXML getXML -user "scott/tiger" "select * from emp"
    : once you get this part running then proceed trying to load
    the
    : utility into the db. Note, to run the command line front end
    you
    : will need to have the Oracle JDBC drivers for use with
    JDK1.1.x.
    : They are freely available from:
    : technet.oracle.com/tech/java/sqlj_jdbc
    : Chan (guest) wrote:
    : : Hi,
    : : I am trying to install XML SQL utility. I have jdk1.2.2
    and
    : : oracle xml parser v2. I ran the env.bat file. Then when I try
    : to
    : : run the oraclexmlsqlload.sql file i got 822 errors. Then I
    try
    : : to run the first file "loadjava -resolve -verbose -user %
    : : USER_PASSWORD% xmlparser.jar" I got some these kind of
    errors,
    : : resolving: org/w3c/dom/html/HTMLBodyElement
    : : Error while resolving class org/w3c/dom/html/HTMLBodyElement
    : : ORA-04043: object org/w3c/dom/html/HTMLBodyElement does
    not
    : : exist
    : : resolving: org/xml/sax/helpers/LocatorImpl
    : : Error while resolving class org/xml/sax/helpers/LocatorImpl
    : : ORA-04043: object org/xml/sax/helpers/LocatorImpl does
    not
    : : exist
    : : resolving: oracle/xml/parser/v2/Axis
    : : Error while resolving class oracle/xml/parser/v2/Axis
    : : ORA-04043: object oracle/xml/parser/v2/Axis does not
    exist
    : : resolving: oracle/xml/parser/v2/PathExpr
    : : Error while resolving class oracle/xml/parser/v2/PathExpr
    : : ORA-04043: object oracle/xml/parser/v2/PathExpr does not
    : : exist
    : : resolving: oracle/xml/parser/v2/FromDescPrecedingSibling
    : : Error while resolving class
    : : oracle/xml/parser/v2/FromDescPrecedingSibling
    : : ORA-04043: object
    : : oracle/xml/parser/v2/FromDescPrecedingSibling does not exi
    : : st
    : : "I GOT SOME VIEW/TABLE DOES NOT EXIST ERROR ALSO"
    : : Here is my env.bat file..................
    : : rem Copyright (c) Oracle Corporation 1999. All Rights
    : Reserved.
    : : rem
    : : rem NAME
    : : rem env
    : : rem
    : : rem DESCRIPTION
    : : rem environmental variables needed to compile or run
    : : OracleXML utility
    : : rem
    : : rem ------------------------ oraclexmlsql utility directory
    : path
    : : rem set PD to point to the directory in which you expanded
    the
    : : zip file
    : : set PD=C:\Oracletools\OracleXSU
    : : rem ------------------------ JDBC classes
    : : set CLASSPATHJ=D:\Oracle\Ora8i\jdbc\lib\classes111.zip
    : : rem ------------------------
    : : rem This need not be changed
    : : set
    : XMLSQL_DIR=%PD%\lib\oraclexmlsql.jar;%PD%;%PD%\src;%PD%\lib;%
    : : PD%\sample
    : : rem ------------------------ Oracle XML parser settings
    : : rem This need not be changed
    : : set ORACLE_PARSER=%PD%\lib\xmlparser.jar
    : : rem ------------------------ JDK_HOME
    : : set JDK_HOME=C:\JDK1.2.2
    : : rem ------------------------ CLASSPATH settings
    : : set CLASSPATH=%ORACLE_PARSER%;%CLASSPATHJ%;%JDK_HOME%
    : : \lib\classes.zip;%XMLSQL_DIR%;%CLASSPATH%
    : : I need urgent help from you...........
    : : Thanks,
    : : Chandran...
    : Oracle Technology Network
    : http://technet.oracle.com
    null

  • XML SQL Utility Thread Error

    Greetings:
    I am working on how to use xml and 8i to our benefit. I have
    installed Oracle 8i and I have downloaded the XML SQL Utility.
    In checking out the installation using the standard "java ...
    select from" example I get the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError:
    OracleXML
    The first place I checked was the env.bat file, I found an
    incorrect classpath and changed it:
    rem - JDK_HOME
    set JDK_HOME=C:\JDK1.1.6 (no such folder)
    to
    rem - JDK_HOME
    set JDK_HOME=C:\JDK1.2.2
    All other paths look good. I executed the bat file and tried the
    example again. Same error.
    Any Ideas??
    null

    Still same error.
    Here is what I've done.
    1. rem the JDK Home
    2. downloaded Java 1.1.8 JDK
    3. changed computer env. path to include 1.1.8 JDK
    I have checked all the paths in the bat file and all are pointing
    to the correct place to find the file listed with one exception:
    I don't have a src file in the %PD% folder.
    rem This need not be changed
    set
    XMLSQL_DIR=%PD%\lib\oraclexmlsql.jar;%PD%;%PD%\src;%PD%\lib;%PD%\
    sample
    Where should it be pointing for the src file?
    Oracle XML Team wrote:
    : Hi Michael,
    : Based on the symptoms described, I am guessing something in
    : your environment still isn't right (i.e. env.bat hasn't been
    : configured correctly). Please confirm that all the paths in
    that
    : directory point to the right places. In particular make
    : sure that your CLASSPATH includes the directory in which
    : oraclexmlsql.jar and parser.jar reside. Also, the XSU is
    : supposed to run against JDK1.1.6 (we haven't tested it against
    : 1.2). One last thing... make sure that JAVA_HOME environment
    : variable is NOT set (i.e. make sure it is undefined).
    : Michael Cline (guest) wrote:
    : : Greetings:
    : : I am working on how to use xml and 8i to our benefit. I have
    : : installed Oracle 8i and I have downloaded the XML SQL
    Utility.
    : : In checking out the installation using the standard "java ...
    : : select from" example I get the following error:
    : : Exception in thread "main" java.lang.NoClassDefFoundError:
    : : OracleXML
    : : The first place I checked was the env.bat file, I found an
    : : incorrect classpath and changed it:
    : : rem - JDK_HOME
    : : set JDK_HOME=C:\JDK1.1.6 (no such folder)
    : : to
    : : rem - JDK_HOME
    : : set JDK_HOME=C:\JDK1.2.2
    : : All other paths look good. I executed the bat file and tried
    : the
    : : example again. Same error.
    : : Any Ideas??
    : Oracle Technology Network
    : http://technet.oracle.com
    null

  • XML SQL utility - Installation problem

    Hi,
    I have downloaded XML SQL utility. When I tried to execute oraclexmlsqlload.bat file I get this error....
    ORA-12203: TNS:unable to connect to destination.
    Can any one help me ??
    vik

    Hi Howard,
    It looks like your DB is not jave enabled. You have to have
    your 8i or later DB java enabled in order to load the java
    classes and have them run within the database (jvm of the
    database).
    Howard Feng (guest) wrote:
    : Oracle gurus,
    : I downloaded the Oracle XML SQL Utility for Java and plan to
    use
    : it in my PL/SQL code on the server-side (Solaris). However I
    : cannot get it to install correctly:
    : 1. I can run the famous
    : java OracleXML getXML -user "cquant/cquant1" ...
    : test, so my Java paths are all right.
    : 2. When I try to tun the oraclexmlsqlload.csh script, I got the
    : following message early (just a sample, the actual messages are
    : thousands of lines; they are the same for both jar files),
    : identical: oracle/xml/sql/name/OracleADTName is unchanged from
    : previously loaded
    : file
    : then,
    : resolving: oracle/xml/parser/v2/PathExpr
    : Error while resolving class oracle/xml/parser/v2/PathExpr
    : ORA-04043: object oracle/xml/parser/v2/PathExpr does not
    : exist
    : then the PL/SQL stuff blows up. I tried several times, the same
    : thing. I believed that we have run the initjvm script.
    : 3. I physically dropped these "Java CLass" from the Oracle DB,
    : and they are gone. However, these error messages are the same
    : when I try to run oraclexmlsqlload.csh again.
    : Please help! Thanks,
    : Howard Feng
    Oracle Technology Network
    http://technet.oracle.com
    null

Maybe you are looking for

  • XMLP 5.6.2 Generic setup questions

    We have this configuration and wish to get started with XML Publisher: 11.5.9 Linux Production application server 9.2.0.6.0 Linux Production database server 11.5.9 Linux Development/Test (shared) application server 9.2.0.6.0 Linux Development/Test (s

  • Cache Seeding ibot. Where is the button.

    Guys, I think I am blind. The checkbox is not there.......? I have done that ibot a million times now but..where is the checkbox now. Did I forget something? The user is admin in the repository.

  • Advantages of N96 over N95 8GB?

    I have looked at the N96 and am wondering what advantages it would really have over the N95 8GB that I currently own. I know that there is more memory and the option to put in a memory card in the N96 but at this point I am not near the limit of my p

  • Regarding code protection

    Hi, My requirement is For a customized tcode which I create I need to hide the code. If some one click on the program name to copy the code, it should say the code is protected.you can not see the code. Please suggest me how to do this. Swami.

  • Appleworks Spreadsheet mystery

    HELP!!!!!!!! I have set up a simple spreadsheet, but in one column, cannot paste in a 12 digit number. Whenever I try to do so, it is automatically changed into a formula. Example: pasting in 250224478222 results in: 2.5022447822e+11. I CANNOT get ri