AXIS in Oracle9i release 1 - is it possible?

Hello,
Does anybody know if it's possible to upload Apache axis lib into Oracle 9i release 1 (which has JDK1.2) the way we can insall a SOAP client stack, so I could use AXIS server client as a store procedure. Obviously, I'm getting the whole bunch of resolving problems trying loadjava .... -resolve axis.jar.
Any kind of related info is greatly appreciated.
Thank you!

Not that I am aware of ... we do have instructions for loading Oracle's SOAP stack into the DB as per these instructions:
http://otn.oracle.com/sample_code/tech/java/jsp/loadjars.html
Generally I find myself mostly successful using the above on Oracle9iDB R2 though folks say that it works on Oracle9iDB R1.
Lastly, this demonstration gives a full use case of the Database as a SOAP client in action:
http://otn.oracle.com/sample_code/tech/java/jsp/samples/wsclient/Abstract.html
Hope this helps.
Mike.

Similar Messages

  • How to write ASP code to connect to Oracle9i (Release 1)?

    I am experiencing a problem when writing a program using ASP and Oracle9i (Release 1). I know the connection string when working with Access. However, the oracle9i connection string makes me headache.
    A lot of thanks!

    Hi,
    Need few information about your system setup:
    1. Which data provider are you using to connect ASP to Oracle9i?
    2. Write the connect string you are using. Write the error message you get while establishing the connection.
    Also try the following connect strings
    1. Connection using Oracle Data Provider for .NET (ODP.NET)
    In the postback method of your .aspx.cs file call this method.
    a)//include these namespaces
    using System.Data;
    using Oracle.DataAccess.Client;
    using Oracle.DataAccess.Types;
    b) //Declare
    OracleConnection conn ;
    c) //Write this method
         private Boolean getDBConnection()
              try
                   //Connection Information     
                        string connectionString =
                             //username
                             "User Id=scott"
                             //password
                             ";Password=tiger"
                             //replace with your datasource value (TNSnames)
                             ";Data Source=ora9idb;"
                        //Connection to datasource, using connection parameters given above
                        conn = new OracleConnection(connectionString);
                        //Open database connection
                        conn.Open();
                        return true;
                   // catch exception when error in connecting to database occurs
                   catch (Exception ex)
                        //Display error message
                        return false;               }
    2.
    In case you are using Oracle Provider for OLEDB
    use the following connect string
         string ConnectionString =
                             //Oracle OleDB .Net Data provider
                             "Provider=OraOLEDB.Oracle" +
                             //username
                             ";User Id=scott"
                             //password
                             ";Password=tiger"
                             //replace with your datasource value (TNSNames)
                             ";Data Source=ora9idb"
                             //using OLEDB .Net Data Provider features
                             ";OLEDB.NET=true" ;
    Let me know if you are unable to establish the connection, after trying the preceding connect strings.
    Hope that helps.
    regards
    OTNTeam@IDC

  • Incorrect link for "Oracle9i Release 2 for Windows Server 2003 (32-bit)

    Hi. Go to here http://www.oracle.com/technology/software/products/oracle9i/index.html
    Then, under "Oracle9i Release 2 (9.2.0.1)", try to download "Oracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition for Windows Server 2003 (32-bit). It just gives you a patch. It's not the correct link. Where is the full CD images!
    Compare this to the 64-bit version under "Oracle9i Release 2 (9.2.0.2). This does have 2 big CD images.
    Can you fix the link? I need the software for Windows Server 2003 (32-bit). Thanks.

    Yes, it's a little confusing but it's all in the release notes on that page. Basically, you need to install 9.2.0.1 for WinNT/2000 first and then apply the patch to bring it up to v9.2.0.3 for Windows 2003.

  • RAC(OCFS)  with (oracle9i release 2)

    Hi everyboady,
    who can help me that how can I Install RAC(option: oracle cluster file system ) with (oracle9i release 2) ?
    please help me !!
    Thanks

    I can't find good Docs for this operation,could you help me and say to me one of them?
    Thanks alot Jaffar

  • My client wants more than 8 codes for release strategy is it possible

    Hello
    I know that standard sap does not allow to have more than 8 codes to be there in release strategy. Is there any other way to have more than 8 codes
    regards
    mohammed

    HI Mohammed,
    yes!! It is possible. std SAP provides and recommends 8 codes.
    But you can have n number of codes
    Rgds
    Girish Kavital

  • Install Oracle9i Release 2 (9.2.0.2)

    I just download "Oracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition
    for Windows XP 2003/Windows Server 2003 (64-bit)". When I install it, the message "Unable to start Oracle Installer, Please verify path for the file Disk1\win65\setup.exe" came out. I then went to the directory Disk1\win65 and run setup.exe. The new message come out which is "Disk1\win65\setup.exe is not a valid win32 application".
    Would you please tell me how to install it?
    Thanks!

    Do you have 64-bit hardware? My guess is that you should download the 32-bit version instead (of the 9.2.0.1 ones).

  • Oracle9i Release dates

    Has Oracle9i been officially released or is it still in beta mode ?
    I scanned Oracle web sit and did not find any course offerings or OCP tracks for Oracle9i leading me to believe it is still in beta.
    If not what are the proposed release dates for Unix and Nt ?

    If you are asking about 9i Application Server, the production version of Oracle 9i Application Server is available TODAY from the Oracle store and via trial download from the Oracle Technology Network (http://technet.oracle.com).
    However, I suspect that you are asking about the 9i Database.. For that, I am checking with the beta program folks for that, and expect an answer soon..

  • Where do I find SPARCengine AXi Update and Release Notes?

    I'm looking for the OBP updates, and all release notes for the updates, so that I can flash the two I have recently obtained and add the intervening release notes to the manual I printed out for the boards.
    Also, I'm looking for the OBP dropins compatible with the SPARCengine AXi.
    I've tried SunSolve, but haven't really turned up anything close.

    Well, I was playing around with FreeBSD initially on the 4 gig disk that did work, but there are a lot of things in the FBSD ports tree that need work to get going on the SPARC. I love FBSD, and run it on intel boxes, but work is needed on it.
    I may devote one of the 18 giggers (when I get another SCSI cable, or an external case) to FBSD to do some porting work for the project...
    Anyhow, I have successfully installed Solaris-SPARC-u1 on it, and the only problems I saw were in the freeware, where stuff like emacs would coredump on exit (from the package), or fail to compile (segfault on the blessmail module).
    I have just installed Solaris-SPARC-u2 (6/06) on it today, and so far have no issues, but I do want to test the issue with emacs again.. I'll be pissed if emacs has issues on this, vi sucks (EMACS makes the sun shine! EMACS makes the birds sing! EMACS makes the grass grow green! It's a pretty good editor too!).
    By "RTC" I mean the RealTime Clock / CMOS battery-backed NVRAM / IDPROM chip. Refer to the OEM Technical manual for the AXi for details on where it is on the board. They are field replacable and socketed.
    The RTC in the AXi board is a SGS (ST) M48T59Y, and you can find the datasheet at: http://www.st.com/stonline/products/literature/ds/7001.pdf and you can find out how to replace it, and reprogram your hostid and MAC, etc at: http://www.squirrel.com/squirrel/sun-nvram-hostid.faq.html the chip is avaqilable from Mouser Electronics, probably Digi-Key as well, among others. Keep in mind they have an embedded lithium cell, and have a lifespan between 7 and 10 years.
    As far as fans, I have 300 MHz CPUs in these right now, until I can find the Sun fans and mounting brackets... In the meantime, the fans are connected to the main power supply directly. As far as LEDs, I don't see how that could cause a problem, as a reverse-biased diode simply won't pass current.
    Anyhow, I have had some cheap fans fry intel motherboards when they die and freeze up, so, I think I'll even direct-connect the CPU fan to the power supply when I get some of the 440's...
    As for Solaris 10, I don't have any problems other than the one issue, but I do have one issue launching from a remote Xnest on my PC, but, for some reason, it works fine when I use the kdm remote login from the main kdm login screen on my pc. For some reason Xnest will do the dtlogin stuff fine, but it will never launch CDE and immediately go back to the dtlogin screen. The answer might be in the Xservers file in the /usr/dt/config directory, but it uses some wierd bastardized form that isn't standard Xservers, and will coredump dtlogin if it isn't in the form expected. I think the key is in finding out what the hell "Class" a foreign Xnest is.
    Anyhow, I'm having fun, and only have one more complaint.. I can't set the font size on anything other thant he output and editor windows in Sun Studio 11 (which I also installed today). IMHO, the fonts are a bit small.

  • Reverse axis values in xy chart - is it possible?

    Hi gurus,
    It seems like Xcelsius Enterprise SP3 doesn't give the option to reverse the values on my xy chart.
    Default, the chart looks like this:
    5 |
    4 |
    3 |
    2 |
    1 | _ _ _ _ _
    --- 1 2 3 4 5
    But I want to make it look like this (reversing the y-axis):
    1 |
    2 |
    3 |
    4 |
    5 | _ _ _ _ _
    --- 1 2 3 4 5
    I know that line charts can sort the data, but haven't seen this option on the xy chart!
    Have any of you managed to get this working?
    Best regards,
    Morten

    Hi Eddie,
    Here are a couple of white papers for you. This might be of help.
    1. [Chart Changes from Crystal Reports 8.5, 9 and 10 to XI|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/707c1977-891e-2b10-f7a3-a669e59b67ea]
    2. [Charting on Print-Time Formulas|http://resources.businessobjects.com/support/communitycs/TechnicalPapers/cr9_charting_print_time_formulas.pdf?recDnlReq=Record&dnlPath=cr9_charting_print_time_formulas.pdf]
    Please do ket us know if this helps.
    Cheers!
    Abhishek Jain.

  • Sort by release date is not possible in itunes 9

    hello,
    in itunes 9 there is no release-date-column in the results-table available after using the itunes search, is there a solution at the planning stage?
    it was very useful and now only available when using the columns-browser, but it´s not helpful, if you´re searching a song without knowing the artist...
    thanks for answering me.
    Message was edited by: dahuhn

    dahuhn wrote:
    in itunes 9 there is no release-date-column in the results-table available after using the itunes search, is there a solution at the planning stage?
    Sorry, but, as this is a user to user forum, no one here would know what Apple is planning.
    Submit your feedback directly to Apple:
    http://www.apple.com/feedback/itunesapp.html
    But keep in mind they won't answer you.

  • Po without release "PREVIEW SHOULD BE POSSIBLE" in ME9F

    Sir,
    After PO is saved and i want to view the preview the PO how can i do it.
    Before release of PO also it should be able to preview the PO.
    regards
    amey

    Hi,
    check ur message settings for PO, in that deflag release after out put & check
    thanks

  • Can't find oracle expert in oem of oracle9i release 2 (9.2.0.4) linux

    Hi all,
    I have downloaded from oracle site oracle 9i release 2 (9.2.0.4) linux and installed in red hat enterprise as 4. When started oem, I tried to find oracle expert but couldn't find it. Is oracle expert included in this vesion or not? If it isn't, is there any method to install it? Thank you very much.

    Zhang,
    I am getting ready to try installing 9i on FC2 x86_64. Did you need to do anything special to get it installed?
    John

  • Load XML file to XMLTable from FTP site Problem Oracle9i Release 9.2.0.7.

    Hi,
    I was wondering if it is possible to load XML file from FTP address directly to XMLType Table?
    Can someone help me?
    For example I have ftp site "ftp://test" and on this site I have file "file.xml"
    and I would like to load "file.xml" to table "xml_tab" ?
    I tried to use "load_xml" procedure and set DIRECTORY "xml_dir" to 'ftp://test' but I get this error
    exec load_xml(p_dir=>'XML_DIR', p_filename=>'file.xml');
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The network path was not found.
    ORA-06512: at "SYS.DBMS_LOB", line 504
    ORA-06512: at "P.LOAD_XML", line 8
    ORA-06512: at line 1
    Procedure looks like this:
    (p_dir IN VARCHAR2,
    p_filename IN VARCHAR2) AS
    l_bfile BFILE := BFILENAME(p_dir, p_filename);
    l_clob CLOB;
    BEGIN
    DBMS_LOB.createtemporary (l_clob, TRUE);
    DBMS_LOB.fileopen(l_bfile, DBMS_LOB.file_readonly);
    DBMS_LOB.loadfromfile(l_clob, l_bfile, DBMS_LOB.getlength(l_bfile));
    DBMS_LOB.fileclose(l_bfile);
    INSERT INTO xml_tab (
    id,
    filename,
    xml
    VALUES (
    xml_tab_seq.NEXTVAL,
    p_filename,
    XMLTYPE.createXML(l_clob)
    COMMIT;
    DBMS_LOB.freetemporary (l_clob);
    END;
    I have tried also with this
    select xdburitype('ftp://test/file.xml').getCLob() from dual;
    but i get error
    ERROR:
    ORA-31001: Invalid resource handle or path name "ftp://test/file.xml"
    Can you pleeeeeeas show me a way to do this, thanks ???

    This will not work.. Ypu cannot use FTP to 'PULL' a document into the database. (Yes I know there's a placeholder for an FTPURITYPE() but it was never implemented).
    However you can use an FTP client to PUSH content into the XML DB repository. If the content is schema based XML associated with a known (registered) XML schema the content of the file will automatically be stored in the default table associated with the root element of the file. If the content is not associated with an known XML schema you can then use xdburitype to read the resource that was created when the document was uploaded into the repository

  • Oracle9i Release 2 (9.2.0.1) Installation

    Hello i am trying to install Oracle database in Windows XP can you pls tell me where can i find the documentation for installation in my PC.
    Thank you

    http://otn.oracle.com/documentation/oracle9i.html
    Are you a OTN member? If not, you need to register and become one before accessing these documents, it is free.

  • Query Problem Oracle9i Release 9.2.0.7.0

    Hello,
    I need help with this one. I have xml file like this:
    <?xml version="1.0" ?>
    - <TecKomBS xmlns="http://www.bsi.si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bsi.si http://www.bsi.si/_data/tecajnice/TecKomBS-l.xsd">
    - <tecajnica datum="2006-12-29" veljavnost="2007-01-01">
    - <tecaj oznaka="GBP" sifra="826">
    <nakupni>0.67251</nakupni>
    <prodajni>0.67049</prodajni>
    </tecaj>
    - <tecaj oznaka="CZK" sifra="203">
    <nakupni>27.526</nakupni>
    <prodajni>27.444</prodajni>
    </tecaj>
    - <tecaj oznaka="NOK" sifra="578">
    <nakupni>8.2504</nakupni>
    <prodajni>8.2256</prodajni>
    </tecaj>
    - <tecaj oznaka="SEK" sifra="752">
    <nakupni>9.0540</nakupni>
    <prodajni>9.0268</prodajni>
    </tecaj>
    - <tecaj oznaka="JPY" sifra="392">
    <nakupni>157.17</nakupni>
    <prodajni>156.69</prodajni>
    </tecaj>
    - <tecaj oznaka="HUF" sifra="348">
    <nakupni>252.15</nakupni>
    <prodajni>251.39</prodajni>
    </tecaj>
    - <tecaj oznaka="AUD" sifra="036">
    <nakupni>1.6716</nakupni>
    <prodajni>1.6666</prodajni>
    </tecaj>
    - <tecaj oznaka="CAD" sifra="124">
    <nakupni>1.5304</nakupni>
    <prodajni>1.5258</prodajni>
    </tecaj>
    - <tecaj oznaka="SKK" sifra="703">
    <nakupni>34.487</nakupni>
    <prodajni>34.383</prodajni>
    </tecaj>
    - <tecaj oznaka="PLN" sifra="985">
    <nakupni>3.8367</nakupni>
    <prodajni>3.8253</prodajni>
    </tecaj>
    - <tecaj oznaka="DKK" sifra="208">
    <nakupni>7.4672</nakupni>
    <prodajni>7.4448</prodajni>
    </tecaj>
    - <tecaj oznaka="HRK" sifra="191">
    <nakupni>7.3614</nakupni>
    <prodajni>7.3394</prodajni>
    </tecaj>
    - <tecaj oznaka="USD" sifra="840">
    <nakupni>1.319</nakupni>
    <prodajni>1.315</prodajni>
    </tecaj>
    - <tecaj oznaka="CHF" sifra="756">
    <nakupni>1.6093</nakupni>
    <prodajni>1.6045</prodajni>
    </tecaj>
    </tecajnica>
    - <tecajnica datum="2007-01-02" veljavnost="2007-01-03">
    - <tecaj oznaka="GBP" sifra="826">
    <nakupni>0.67451</nakupni>
    <prodajni>0.67249</prodajni>
    </tecaj>
    - <tecaj oznaka="CZK" sifra="203">
    <nakupni>27.566</nakupni>
    <prodajni>27.484</prodajni>
    </tecaj>
    - <tecaj oznaka="NOK" sifra="578">
    <nakupni>8.2203</nakupni>
    <prodajni>8.1957</prodajni>
    </tecaj>
    - <tecaj oznaka="SEK" sifra="752">
    <nakupni>9.038</nakupni>
    <prodajni>9.011</prodajni>
    </tecaj>
    - <tecaj oznaka="JPY" sifra="392">
    <nakupni>158.000</nakupni>
    <prodajni>157.520</prodajni>
    </tecaj>
    - <tecaj oznaka="HUF" sifra="348">
    <nakupni>251.82</nakupni>
    <prodajni>251.06</prodajni>
    </tecaj>
    - <tecaj oznaka="AUD" sifra="036">
    <nakupni>1.6719</nakupni>
    <prodajni>1.6669</prodajni>
    </tecaj>
    - <tecaj oznaka="CAD" sifra="124">
    <nakupni>1.5475</nakupni>
    <prodajni>1.5429</prodajni>
    </tecaj>
    - <tecaj oznaka="SKK" sifra="703">
    <nakupni>34.435</nakupni>
    <prodajni>34.331</prodajni>
    </tecaj>
    - <tecaj oznaka="PLN" sifra="985">
    <nakupni>3.8344</nakupni>
    <prodajni>3.8230</prodajni>
    </tecaj>
    - <tecaj oznaka="DKK" sifra="208">
    <nakupni>7.4678</nakupni>
    <prodajni>7.4454</prodajni>
    </tecaj>
    - <tecaj oznaka="HRK" sifra="191">
    <nakupni>7.3735</nakupni>
    <prodajni>7.3515</prodajni>
    </tecaj>
    - <tecaj oznaka="USD" sifra="840">
    <nakupni>1.329</nakupni>
    <prodajni>1.325</prodajni>
    </tecaj>
    - <tecaj oznaka="CHF" sifra="756">
    <nakupni>1.6128</nakupni>
    <prodajni>1.6080</prodajni>
    </tecaj>
    </tecajnica>
    + <tecajnica datum="2007-01-03" veljavnost="2007-01-04">
    + <tecajnica datum="2007-01-04" veljavnost="2007-01-05">
    + <tecajnica datum="2007-01-05" veljavnost="2007-01-06">
    + <tecajnica datum="2007-01-08" veljavnost="2007-01-09">
    + <tecajnica datum="2007-01-09" veljavnost="2007-01-10">
    under every "tecajnica" from witch I want to get "datum" as date I have more data,
    first "tecaj" from witch I want to get "sifra" and under "tecaj" first I have "nakupni" from witch I want to get value of "nakupni" and second I have "prodajni" from witch I want to get value of "prodajni".
    So the data I want would look like this:
    For every "datum" I want "sifra", "nakupni" and "prodajni"
    If I have in my xml file only one "datum" for "tecajnica" this is not a problem, I get this with this query:
    SELECT     
    extractValue(Value(d), 'tecajnica/.@datum','xmlns="http://www.bsi.si"') datum,
    extractValue(VALUE(p), 'tecaj/.@sifra','xmlns="http://www.bsi.si"')     sval,
    extractValue(VALUE(p), 'tecaj/nakupni','xmlns="http://www.bsi.si"') nakupni,
    extractValue(VALUE(p), 'tecaj/prodajni','xmlns="http://www.bsi.si"') prodajni     
    FROM     
    Xml_tab x,
    TABLE(XMLSequence(extract(x.xml, '/TecKomBS/tecajnica','xmlns="http://www.bsi.si"'))) d,
    TABLE(XMLSequence(extract(x.xml, '/TecKomBS/tecajnica/*','xmlns="http://www.bsi.si"'))) p
    but if I have xml file like example on top (with more dates), I get mix of all data in the xml file. So I get alot of wrong data!
    I have tried some examples with Xqery but I gues I am doing something wrong.
    Can you pleeease help me ?
    Thanks for your time
    J

    I have tried also this, but I get error that doesn't mean nothing:
    select xmlquery('for $i in $d/TecKomBS/Tecajnica where $i/.@datum eq
    "2006-01-26" return $d/TecKomBS/Tecajnica/.@datum'
    passing t.XML as "d" returning content)
    from Xml_tab t
    I get this:
    SQL> /
    passing t.XML as "d" returning content)
    ERROR at line 2:
    ORA-00907: missing right parenthesis
    Can you help me please ?

Maybe you are looking for

  • Ipod classic 120gb stuck in disk mode

    i have a ipod classic 120gb and im having issues with it. i am unable to get it out of disk mode, my computer and itunes will not recognize it. ive tried all the steps ive seen in the forums still no luck. ive tried other usb port and other computers

  • Systemd-fsck output

    Hallo, i have some questions about systemd-fsck output shown in the console during the system boot. it looks like this: /dev/mapper/vg-root: clean, 82501/1310720 files, 647916/5242880 blocks systemd-fsck[234]: /dev/sda2: clean, 337/64000 files, 88881

  • Lots of problems with 10.5

    Lots of problems with Mac 10.5 and AirPort Extreme base station 802.11n and Lacie Drive: 1. Cannot download .... in dialogue box I get message Download Zero KB. Apple downloads other downloads all same problem. 2. Cannot see USB Lacie Desktop Hi Spee

  • Rdac and firmware on the FLX380

    Hi all, does anybody know, what is the minimum version of RDAC driver on the Windows 2003 Host connected to FLX380 (SE6540) disk subsytem with the new 6.19.25.00 firmware? Thank you. Milan

  • Deux boucles while simultanée = freeze ?

    Bonjour, J'ai un probléme avec la structure de mon programme : L'acquisition et l'enregsitrement du signal sont chacun dans une boucle, je dois pouvoir démarrer/arreter l'enregsitrement a n'importe quel moment de l'acquisition. Seulement, un probléme