Where is sdoapi.jar in Oracle 8.1.6 ?

Does anyone know where to find the latest sdoapi.jar (and its javadoc)?
I was expecting to find it in Oracle 8.1.6 Enterprise Edition - but it doesn't seem to be there.
I've also searched the main oracle and oracle technet web-sites for sdoapi with no luck.
Thanks
Richard

Steve,
Thanks for the replies.
For anyone else having trouble in finding this:
The URL is: http://technet.oracle.com/products/spatial/index.htm
Then press the Software button in the horizontal menu bar.
Note that the Software button in the vertical list takes you to a different page.
The product is now called: "Oracle Spatial Java Library".
Richard
null

Similar Messages

  • Where is the .jar file that contain this package oracle.security.idm

    Dear Everybody
    Could you tell me where is the .jar file that contain this package
    oracle.security.idm
    Thanks for your help

    Hi,
    check jdeveloper_home\jdeveloper_10133_<version>\jlib\identitystore.jar
    Frank

  • Where is the jar file contain this package

    Dear Everybody
    Could you tell me where is the .jar file that contain this package
    oracle.security.idm
    Thanks for your help

    Hi,
    check jdeveloper_home\jdeveloper_10133_<version>\jlib\identitystore.jar
    Frank

  • Using third party jars with Oracle Business Rules

    Hi
    I am working on Oracle AS 10g release 2.
    We are using Oracle Business Rules in integration with Oracle BPEL.
    While using third party jars however, Oracle Business Rules end is facing errors.
    Error during unmarshallingProvider com.sun.xml.bind.ContextFactory_1_0_1 not found
    oracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: com.sun.xml.bind.ContextFactory_1_0_1
    Dependent class: javax.xml.bind.ContextFinder
    Loader: oracle.xml:10.1.0_2
    Code-Source: /D:/oracleasr3/lib/xml.jar
    Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\oracleasr3\j2ee\home\oc4j.jar
    Can anybody help in figuring out where Jaxb jars(3rd party jars) are to be kept so that OAS access it?
    We tried using the applib folder to load the jars but we are getting class loading errors.
    When new instances are created, class loading is not happening.
    Pls help.
    Thanks
    Kavya

    Are you using Application Server Release 3 or Release 2? There are different versions listed in your mail.
    I think you probably want to add this as a shared library via EM and then import the shared library to your application with the application's xml config files.

  • Help needed to loadjava apache poi jars into oracle database.

    Help needed to loadjava apache poi jars into oracle database. Many classes left unresolved. (Poi 3.7, database 11.1.0.7). Please share your experience!

    Hi,
    The first 3 steps are just perfect.
    But with
    loadjava.bat -user=user/pw@connstr -force -resolve geronimo-stax-api_1.0_spec-1.0.jar
    the results are rather unexpected. Here is a part of the log file:
    arguments: '-user' 'ccc/***@bisera7-db.dev.srv' '-fileout' 'c:\temp\load4.log' '-force' '-resolve' '-jarsasdbobjects' '-v' 'geronimo-stax-api_1.0_spec-1.0.jar'
    The following operations failed
    resource META-INF/MANIFEST.MF: creation (createFailed)
    class javax/xml/stream/EventFilter: resolution
    class javax/xml/stream/events/Attribute: resolution
    class javax/xml/stream/events/Characters: resolution
    class javax/xml/stream/events/Comment: resolution
    class javax/xml/stream/events/DTD: resolution
    class javax/xml/stream/events/EndDocument: resolution
    class javax/xml/stream/events/EndElement: resolution
    class javax/xml/stream/events/EntityDeclaration: resolution
    class javax/xml/stream/events/EntityReference: resolution
    class javax/xml/stream/events/Namespace: resolution
    class javax/xml/stream/events/NotationDeclaration: resolution
    class javax/xml/stream/events/ProcessingInstruction: resolution
    class javax/xml/stream/events/StartDocument: resolution
    class javax/xml/stream/events/StartElement: resolution
    class javax/xml/stream/events/XMLEvent: resolution
    class javax/xml/stream/StreamFilter: resolution
    class javax/xml/stream/util/EventReaderDelegate: resolution
    class javax/xml/stream/util/StreamReaderDelegate: resolution
    class javax/xml/stream/util/XMLEventAllocator: resolution
    class javax/xml/stream/util/XMLEventConsumer: resolution
    class javax/xml/stream/XMLEventFactory: resolution
    class javax/xml/stream/XMLEventReader: resolution
    class javax/xml/stream/XMLEventWriter: resolution
    class javax/xml/stream/XMLInputFactory: resolution
    class javax/xml/stream/XMLOutputFactory: resolution
    class javax/xml/stream/XMLStreamReader: resolution
    resource META-INF/LICENSE.txt: creation (createFailed)
    resource META-INF/NOTICE.txt: creation (createFailed)
    It seems to me that the root of the problem is the error:
    ORA-29521: referenced name javax/xml/namespace/QName could not be found
    This class exists in the SYS schema though and is valid. If SYS should be included as a resolver? How to solve this problem?

  • Where is the jar for me to import?

    import javax.servlet.http.*; <--- showing error
    import kr.pe.okjsp.util.*;
    import com.oreilly.servlet.MultipartRequest;
    public class WriteServlet extends HttpServlet {  <--- showing error
    long long time ago, there was
    server.jar
    but in java 5.0, where is the jar for me to import?
    It would be really appreciated. Do I have to download j2ee for this?
    My memory is fuzzy...
    Thanks -

    Yes, it is part of EE not SE. Or you can get it/them from your application server's lib dir (which may or may not be a better choice).

  • JSSE in J2SDK 1.4..2: wher is jcert.jar?

    I upgraded to JDK 1.4 and there it says that JSSE is now integrated in the JDK (http://java.sun.com/j2se/1.4.1/docs/guide/security/jsse/JSSERefGuide.html#WhatsNew). but where is jcert.jar? the jdk 1.4 directory only has jce.jar and jsse.jar. and if i just add these two jars in my classpath, my formerly working code now throws this exception:
    java.security.NoSuchAlgorithmException: Algorithm Blowfish not available
         at javax.crypto.SunJCE_b.a(DashoA6275)
         at javax.crypto.KeyGenerator.getInstance(DashoA6275)if i add jcert.jar from the separate (old) JSSE package, it works. so, jcert.jar is missing in the new JDK 1.4?

    The Ciphers are in the jce.jar (which you found). Blowfish is available, at least in my installation of 1.4.2. Here's the list of Stuff the JCE provides out of the box:Provider 4 : SunJCE SunJCE Provider (implements DES, Triple DES, AES, Blowfish, PBE, Diffie-Hellman, HMAC-MD5, HMAC-SHA1) :
    Alg.Alias.AlgorithmParameterGenerator.DH: DiffieHellman
    Alg.Alias.AlgorithmParameters.DH: DiffieHellman
    Alg.Alias.AlgorithmParameters.PBEWithMD5AndDES: PBE
    Alg.Alias.AlgorithmParameters.PBEWithMD5AndTripleDES: PBE
    Alg.Alias.AlgorithmParameters.Rijndael: AES
    Alg.Alias.AlgorithmParameters.TripleDES: DESede
    Alg.Alias.Cipher.Rijndael: AES
    Alg.Alias.Cipher.TripleDES: DESede
    Alg.Alias.KeyAgreement.DH: DiffieHellman
    Alg.Alias.KeyFactory.DH: DiffieHellman
    Alg.Alias.KeyGenerator.Rijndael: AES
    Alg.Alias.KeyGenerator.TripleDES: DESede
    Alg.Alias.KeyPairGenerator.DH: DiffieHellman
    Alg.Alias.SecretKeyFactory.PBEWithMD5AndTripleDES: PBEWithMD5AndDES
    Alg.Alias.SecretKeyFactory.TripleDES: DESede
    AlgorithmParameterGenerator.DiffieHellman: com.sun.crypto.provider.DHParameterGenerator
    AlgorithmParameters.AES: com.sun.crypto.provider.AESParameters
    AlgorithmParameters.Blowfish: com.sun.crypto.provider.BlowfishParameters
    AlgorithmParameters.DES: com.sun.crypto.provider.DESParameters
    AlgorithmParameters.DESede: com.sun.crypto.provider.DESedeParameters
    AlgorithmParameters.DiffieHellman: com.sun.crypto.provider.DHParameters
    AlgorithmParameters.PBE: com.sun.crypto.provider.PBEParameters
    Cipher.AES: com.sun.crypto.provider.AESCipher
    Cipher.Blowfish: com.sun.crypto.provider.BlowfishCipher
    Cipher.DES: com.sun.crypto.provider.DESCipher
    Cipher.DESede: com.sun.crypto.provider.DESedeCipher
    Cipher.PBEWithMD5AndDES: com.sun.crypto.provider.PBEWithMD5AndDESCipher
    Cipher.PBEWithMD5AndTripleDES: com.sun.crypto.provider.PBEWithMD5AndTripleDESCipher
    KeyAgreement.DiffieHellman: com.sun.crypto.provider.DHKeyAgreement
    KeyFactory.DiffieHellman: com.sun.crypto.provider.DHKeyFactory
    KeyGenerator.AES: com.sun.crypto.provider.AESKeyGenerator
    KeyGenerator.Blowfish: com.sun.crypto.provider.BlowfishKeyGenerator
    KeyGenerator.DES: com.sun.crypto.provider.DESKeyGenerator
    KeyGenerator.DESede: com.sun.crypto.provider.DESedeKeyGenerator
    KeyGenerator.HmacMD5: com.sun.crypto.provider.HmacMD5KeyGenerator
    KeyGenerator.HmacSHA1: com.sun.crypto.provider.HmacSHA1KeyGenerator
    KeyPairGenerator.DiffieHellman: com.sun.crypto.provider.DHKeyPairGenerator
    KeyStore.JCEKS: com.sun.crypto.provider.JceKeyStore
    Mac.HmacMD5: com.sun.crypto.provider.HmacMD5
    Mac.HmacSHA1: com.sun.crypto.provider.HmacSHA1
    SecretKeyFactory.DES: com.sun.crypto.provider.DESKeyFactory
    SecretKeyFactory.DESede: com.sun.crypto.provider.DESedeKeyFactory
    SecretKeyFactory.PBEWithMD5AndDES: com.sun.crypto.provider.PBEKeyFactoryI'm confused about why you think you need to add those jars to your CLASSPATH. They should get picked up automagically, by virtue of where they live relative to where java lives.
    Grant

  • Where does one find the Oracle Best Practice/recommendations for how to DR

    What is the Oracle Best Practice for install/deployment and configuration of ODI 11g for Disaster Recovery?
    We have a project that is using Oracle ODI 11g (11.1.1.5).
    We have configured all the other Oracle FMW components as per the Oracle DR EDG guides. Basically using the Host ip name/aliasing concept to ‘trick’ the secondary site into thinking
    it is primary and continue working with minimal (or no) manual reconfiguration. But will this work for ODI? The FMW DR guide has sections for SOA, WebCenter and IdM, but nothing for ODI.
    Since ODI stores so much configuration information in the Master Repository..when this DB gets ‘data guarded’ to the secondary site and promoted to Primary…ODI will still think it is at the ‘other’ site. Will this break the actual agents running the scenarios?
    Where does one find the Oracle Best Practice/recommendations for how to DR ODI properly?
    We are looking for a solution that will allow a graceful switchover/failover with minimal manual re-configuration.

    user8804554 wrote:
    Hi all,
    I m currently testing external components with Windows Server and I want to test Oracle 11g R2.
    The only resource I have is this website and the only binaries seem to be for Linux OS.You have one other HUGE resource that, while it won't answer your current question, you'd better start getting familiar with if you are going to use Oracle. That is the complete and official documentation, found at tahiti.oracle.com
    >
    Does anybody know how I can upgrade my Oracle 11.1.0.7 version to the R2 release?
    Thanks,
    Bertrand

  • Where can i download the oracle applications software for DBA

    Hi,
    I want to know few things regarding oracle applications.
    1) What exactly is oracle applications
    2) Where can i download the oracle applications software
    3) I am currently working as oracle DBA, so i want to enhance the dba skills to oracle application, so where can i find further help,documentation related to oracle applications and dba related to that.

    Oracle Applications is an integrated ERP solution, with Finance, Manufacturing and CRM modules. Please visit appsnet for further information.
    Unlike other Oracle products, Oracle doesnot give free software downloads for Oracle Applications. They were once giving trial versions for about 40 USD. Now I am not sure, please check up Oracle website www.oracle.com. Look for link on "e-business suite" under the 'products' directory.
    If you can get hold of documentation on 11i, you can check out System Administration and Application Object Library (AOL) modules, these fall in your area. You can find this on oracle website or metalink.
    Be aware that general Oracle DBA on 8i or 9i is a different ballgame than managing 11i. Lot of websites are available for these harried people, and for more information, you can visit the websites www.appsdba.com, www.oncalldba.com or do a general google search.
    If you can get hold of a book "OCP for Oracle Financials 11.0" by Christopher Allen and Vivian Chow, this has good documentation on above two modules. But this is in 11.0, not 11i.
    Hope this helps.

  • Where can i find the Oracle JDBC for Oracle RDBMS 8.1.7 ? Thanks.

    Where can i find the Oracle JDBC for Oracle RDBMS 8.1.7 ? Thanks.

    http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html

  • Where do I get the oracle.jsp.dbutil library

    Where do I get the oracle.jsp.dbutil library.
    Thanks

    Bernhard (guest) wrote:
    : thanx for the advice. I think the links you posted will be
    : helpful in the future.
    : I found the source of my troubles on the SUSE homepage (ver 6.1
    : does not use glibc 2.1).
    : So now I needto find out how to upgrade to glibc 2.1
    Upgrading to SuSe 6.2 would probably do the trick. Upgrade is
    really smooth, and will take approximately 1h. I was able
    to run oracle 8i client install on my PC and it works (32M,
    160MHZ pentium) quite satisfactory. On my server machine
    (450MHZ, 128MB) I'm running RH 6.0 and it also works fine.
    On SuSe, I removed the "Kaffee" JVM installed by default and
    downloaded JRE 1.1.7 from www.blackdown.org. I haven't tried
    the "kaffe" engine but Oracle documentation requires blackdown.
    Michael, if you read this, have you tried installing with the
    default JVM engine delivered with SuSe 6.2?
    As long as your operating system name doesn't start with "MS"
    you should be OK.
    : But first I will buy me a book about LINUX administration and
    : hope to find the time reading it.
    : Colin. (guest) wrote:
    : : Bernhard (guest) wrote
    : : : But anyway: This is my first try to install anything on
    : LINUX.
    : : : If anybody has some good advise for a rookie re.
    : installation
    : : : of ORACLE SERVER 8.15 on Linux I would be very thankful.
    : : Try these links, there's lots of good tips to be found (and
    : : thanks to the authors of these sites).
    : : => A SuSE developers home page for Oracle.
    : : www.suse.de/~mha/oracle/
    : : => Install Guide for Redhat.
    : : jordan.fortwayne.com/oracle/
    : : => Oracle tips & scripts
    : : www.akadia.com/html/dod-frame.html
    : : amoeba.sagemediagroup.com/oracle_linux_howto/
    : : www.orafaq.org/
    : : www.oracle-dba.com/
    : : www.kevinloney.com/
    : : www.bf.rmit.edu.au/~orafaq/contents.html
    : : www.lazydba.com/
    : : www.dbasupport.com/
    : : www.dbspecialists.com/
    : : altern.org/place4oracle/oracle_contents.html
    : : www.dbdomain.com
    null

  • Org.apache.catalina.servlets.DefaultServlet??!! Where is the jar?

    Hello,
    My server keeps doing errors like,
    HTTP Status 404 - Servlet default is not available
    type Status report
    message Servlet default is not available
    description The requested resource (Servlet default is not available) is not available.
    Apache Tomcat/5.5.9
    Would you let me know what wrong with Defaultservlet. I set it up with
    <servlet>
    <servlet-name>default</servlet-name>
    <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
    <init-param>
    <param-name>debug</param-name>
    <param-value>0</param-value>
    </init-param>
    <init-param>
    <param-name>listings</param-name>
    <param-value>true</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    But it doesnt work. Pls help me. Where is the jar with Defaultservlet.
    Thanks,
    Tony

    Thanks!
    Would you let me know how to set it up. I know it should be working by default. However, I tried times with reinstallation. Still nothing comes out. This is my servlet mapping within web.xml
    <servlet>
    <servlet-name>default</servlet-name>
    <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
    <init-param>
    <param-name>debug</param-name>
    <param-value>0</param-value>
    </init-param>
    <init-param>
    <param-name>listings</param-name>
    <param-value>true</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>default</servlet-name>
    <url-pattern>/</url-pattern>
    </servlet-mapping>
    Tony

  • Where can i find the Oracle Portal 3.0 Casebook?

    Where can i find the Oracle Portal 3.0 Casebook mentioned in the Oracle portal online help?
    The following is the text copied from Oralce online help:
    Opening sample applications
    Oracle Portal provides a set of sample applications and components. Instructions for building some of these applications are provided in the Oracle Portal 3.0 Casebook. Other examples are included to showcase Oracle Portal's robust application building features.

    Hi
    The case book (full title: Building Advanced Portals Instructions) and its zip files for the exercises are located at
    http://portalstudio.oracle.com.
    (http://portalstudio.oracle.com/servlet/page?_pageid=478&_dad=ops&_schema=OPSTUDIO&7655_MAINPAGE_39847486.p_subid=40679&7655_MAINPAGE_39847486.p_sub_siteid=73&7655_MAINPAGE_39847486.p_edit=0)
    Hope that it is helpful.
    Cheryl

  • Where can i get personal oracle 7 for windows

    Where can i get personal oracle 7 for windows

    Thanks.
    I tried password like system/manager, scott/tiger, or manager , tiger, oracle, but still can't log on.
    Xiaowei

  • Where can I download the Oracle 10g R2 clients for Windows 7?

    Where can I download the Oracle 10g R2 clients for Windows 7?

    Welcome to the forums !
    Pl identify exact versions of "10gR2" and Windows 7. The only certified combination is 10.2.0.5 on Win 7 Professional or higher. Home version of Windows is not supported. Using uncertifed combinations will result in the software not working as advertised.
    See http://docs.oracle.com/cd/B19306_01/relnotes.102/b14264/toc.htm#CIHCFAGA (see Step 4 - the 10.2.0.5 patch can only be downloaded by paying support customers at https://support.oracle.com)
    HTH
    Srini

Maybe you are looking for