Java Spatial API documentation Oracle 9.2

Where can I find the documentation for the Oracle 9.2 Spatial Java API?

I have written a Java stored proc for converting GML to sdo_geometry in Oracle 10:
    oracle.spatial.util.GML gml = new oracle.spatial.util.GML();
    oracle.spatial.geometry.JGeometry geometry = gml.fromNodeToGeometry(node); Now I want to do the same in Oracle 9 but I can't even find any documentation. Is it possible to use Java types like JGeometry in Oracle 9 in a Java stored proc?

Similar Messages

  • Java Extension API documentation

    Hi,
    i am searching any documentation (Javadoc or other) to the oracle.jbo.dt.jdevx package. Could somebody help me?
    Thanks,
    Gabor

    Hi Robert,
    Thanks for your help.
    I would like to build editors for my own XML files likewise as BC4J entity or view object tabbed editors.
    But i have two essentally problem:
    1. I don't know how can i to leverage JDeveloper Addin XML features (XMLDataNode, XMLRecognizer) in this functionality? How can i to build the model class for an XML file editor addin?
    2. I don't know how can i to organize my XML files into two or more folders inside single project?
    Unfortunately, i have not found comments, examples relation to above.
    Please help me.
    Thanks
    Gabor

  • Unable to download the Java 6 JDK API documentation

    Hi,
    now that all the stuff is on Oracle, I'm unable to download the Java 6 API documentation for offline use. NetBeans (an Oracle product after all) requires a local copy to show JavaDoc with code completion.
    Is anyone able to point me to the correct download location? I've browsed the new JDK download page many times and haven't found it.
    Thank you.

    What about [here?|http://www.oracle.com/technetwork/java/javaee/documentation/apis-139520.html]
    It wasn't that hard to find.
    Oops, the requirement wasn't for java ee.
    Edited by: Kayaman on 4.8.2010 10:43

  • Java persistence api : ejb ql

    Hi,
    I am using java persistence api(over oracle toplinks)
    I have an entity customer and another entity contacts.
    customer is mapped with contact as one to many.
    the contact have a field primarycontact.
    I want to get the contact name from contacts for a customer where primarycontact field is true. and set this contact name as a field customercontact which is a string in customer..
    I got a way by executing multiple queries.
    but is it possible to do this in single query using ejb ql?
    Any help will be greatly appreciated..
    Thanks in advance....

    @Id
    @GeneratedValue( @GeneratedValue(strategy= GenerationType.TABLE, generator="SOMENAME")
    public int setId() {
    returrn this.id;
    in the database you need to create table using following commands
    CREATE TABLE SEQUENCE
    SEQ_NAME VARCHAR(50),
    SEQ_COUNT DECIMAL(15)
    and insert a row initally with the same "SOMENAME" like
    insert into sequence values ( "SOMENAME", 1);
    you can get the next id by adding 50(default) to "SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = "SOMENAME"
    hope this provides a solution.

  • Where's the Oracle Forms Java API documentation for 11g?

    Hi,
    Can anyone point me in the direction of the Oracle Forms Java API documentation?
    The only thing I can find is this: http://www.oratransplant.nl/1012jdapiDoc/oracle/forms/jdapi/JdapiModule.html but this seems to be for 10.1.2 and it doesn’t correspond to the version I’m using (11.1.1.3).
    Help appreciated,
    Donal.

    i couldn't find the api either however if you implement the class you will simply get compiler errors explaining what you left out.

  • UCM Java API documentation

    Hello,
    SharedObjects.getEnvironment() method is deprecated, but didn't find any documentation on intradoc java api... So what method should be used instead? Does any body knows where to get intradoc java api documentation (even for Oracle ISV partners). There is no such documentation on Oracle portal, on partner portal, ...
    Many thanks in advice.

    From our development team:
    In 10gR3, getEnvironment has been replaced by two different methods.
    getSafeEnvironment: Gets the environment without variables that are considered unsafe to expose. For instance, it won't include JdbcPassword, IntradocDir, etc. A complete list is in the resource table SecureEnvironmentKeys in the file std_resources.htm. When evaluating Idoc script in an unsafe context (which is most of the time), the DataBinder should have a reference pointer to the safe environment and not the secure environment.
    getSecureEnvironment: This includes all configuration parameters. It is used when doing admin level tasks of all sorts.
    Also, the getEnvironment method still exists, but it is a pointer to getSafeEnvironment.

  • How to download Java API documentation?

    How to download Java API documentation?

    Oh my... don't the question in here just get more and
    more basic?
    Try and have a look at http://java.sun.com/docs/
    Tell me if you need help with pressing on any of the
    links at that page.
    :)I keep pressing on the links and nothing happens and now my screen is covered in finger smudges.

  • JAVA API of Oracle BPEL, to access the "Task Form"(JSP) of a human task.

    Hi,
    Are there any JAVA API of Oracle BPEL, to access the "Task Form"(JSP) of a human task, to render the task form inside the custom worklist application.
    Thanks,
    Naga

    I guess you mean accessing the task details and the payload from the java API.
    Refer the below blog it will provide you the details
    http://www.albinsblog.com/2012/05/update-human-task-payload-via-java-api.html
    Regards
    Albin I
    Edited by: Albin on Sep 19, 2012 11:24 PM

  • Oracle BPEL Java Client API: Reading Configurations dynamically

    We have a requirement to use Oracle BPEL Java client API to control the BPEL instances at the runtime, from an ADF BC Application. is there any possibility to read the configurations/properties that are required to look up (using 'oracle.soa.management.facade.Locator' ) the BPEL Process Manager/Server from connections.xml/adf-config.xml ?
    In other terms, as we need the details like the bpel server URL, security credentials..etc to lookup the BPEL server and instances using the BPEL java client API, how can we read these details from the ADF standard config files like Connections.xml/adf-config.xml instead of hard coding them in the Java program.
    Edited by: 899479 on Feb 4, 2013 6:02 AM

    The api's for BPEL / Workslow canbe found here:
    http://orasoa.blogspot.com/2007/05/newbie-getting-started-with-oracle-soa.html
    Marc

  • I need Java API documentation for Adapter Modules

    Hi
    Please provide me Java API documentation for Adatper Modules
    Regards
    Sowmya

    Use this
    https://help.sap.com/javadocs/pi/SP3/xpi/index.html
    http://help.sap.com/saphelp_nw04/helpdata/en/87/3ef4403ae3db12e10000000a155106/frameset.htm
    which is part of
    http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/frameset.htm
    Regards,
    Prateek

  • Oracle Spatial Training Documentation

    I have to give some Oracle Spatial formation and i need some material to build this course.
    Where could i find this kind of document?
    ....thanks for your help

    Thanks for the advice but i already did that kind of research. I found some documentation but nothing from Oracle.
    Im working for a company that is a "Certified Advantage Partner" (OPN PIN: 147582435711). Can i have acces to some Training Documentation on Oracle Spatial or to some Oracle spatial training from Oracle University?
    Im sure that Oracle has some PPT files on Oracle Spatial.
    .....thanks for your help

  • NW04s Java API documentation

    Hi ,
    I would be very thank full ,if someone send me the "NW04s Java API documentation" . i am very much in need of it.
    Thanks in advance
    Srivastsa

    Hi Armin
    The path which you have sent is WebDynpro Related ,
    But any how I got the Link, for JAVA
    https://www.sdn.sap.com/irj/sdn/javadocs
    Thanks
    Srivastsa

  • Save Attachment from exchange server 2010 from oracle using java mail API

    Hello,
    I want to read email from microsoft exchangeserver 2010 and save attachement into a folder.I created an Java program to import attachments from a exchange server mailbox using "POP3S".It works fine when run as a java application.But when i put this inside Oracle11g R2 using load java and while executing from a procedure it gives an error at parsing message into Multipart
    Error at line : Multipart mp = (Multipart)m.getContent();
    Error:
    Content-Type: multipart/mixed;
    boundary="_002_A0C2E09A..................................."
    java.lang.ClassCastException
    at mailPop3.checkmail(mailPop3:71)
    My Java Class is as follows,
    import java.io.*;
    import java.util.Properties;
    import javax.mail.*;
    import javax.mail.internet.*;
    import java.util.Date;
    The function i used to check for attachments is given below.
    public static boolean hasAttachments(Message m) throws java.io.IOException, MessagingException
    Boolean hasAttachments = false;
    try
    // if it is a plain/html text - no attachements
    if (m.isMimeType("text/*"))
    return hasAttachments;
    else if (m.isMimeType("multipart/alternative"))
    return hasAttachments;
    else if (m.isMimeType("multipart/*"))
    Multipart mp = (Multipart)m.getContent();
    if (mp.getCount() > 1)
    hasAttachments = true;
    return hasAttachments;
    catch (Exception e) {
    e.printStackTrace();
    } finally {
    return hasAttachments;
    My Java Details as follows
    java Version :1.5.0_10
    java.vm.specification.version:1.0
    java.vm.version :1.5.0_01
    java.specification.version:1.5
    java.class.version:48.0
    Java mail API:javamail-1.4.4
    Used Jars:mail.jar
    Could someone explain why I am getting this error? What can I do to resolve this error?
    Is any other Jar need other than mail.jar?
    Any help would be much appreciated.
    Regards,
    Nisanth

    Hai EJP,
    Thanks for your reply,
    My full java class as follows,
    import java.util.Properties;
    import javax.mail.Authenticator;
    import javax.mail.Folder;
    import javax.mail.Message;
    import javax.mail.PasswordAuthentication;
    import javax.mail.Session;
    import javax.mail.Store;
    import javax.mail.Part;
    import javax.mail.Multipart;
    import javax.mail.internet.MimeMultipart;
    import javax.mail.internet.MimeMessage;
    public class Newmail
    public Newmail()
    super();
    public static int mailPOP3(String phost,
    String pusername,
    String ppassword)
    Folder inbox =null;
    Store store =null;
    int result = 1;
    try
    String host=phost;
    final String username=pusername;
    final String password=ppassword;
    System.out.println("Authenticator");
    Authenticator auth=new Authenticator()
    protected PasswordAuthentication getPasswordAuthentication()
    return new PasswordAuthentication(username, password);
    System.out.println("Certificate");
    String filename="D:\\Certi\\jssecacerts";
    String password2 = "changeit";
    System.setProperty("javax.net.ssl.trustStore",filename);
    System.setProperty("javax.net.ssl.trustStorePassword",password2);
    Properties props = System.getProperties();
    System.out.println("host-----"+props);
    props.setProperty("mail.pop3s.port", "993");
    props.setProperty("mail.pop3s.starttls.enable","true");
    props.setProperty("mail.pop3s.ssl.trust", "*");
    Session session = Session.getInstance(props,auth);
    session.setDebug(true);
    store = session.getStore("pop3s");
    System.out.println("store------"+store);
    store.connect(host,username,password);
    System.out.println("Connected...");
    inbox = store.getDefaultFolder().getFolder("INBOX");
    inbox.open(Folder.READ_ONLY);
    Message[] msgs = inbox.getMessages();
    System.out.println("msgs.length-----"+msgs.length);
    result = 0;
    int no_of_messages = msgs.length;
    for ( int i=0; i < no_of_messages; i++)
    System.out.println("msgs.count-----"+i);
    System.out.println("Attachment....>"+msgs.getContentType());
    Multipart mp = (Multipart)msgs[i].getContent();
    System.out.println("Casting Success" + mp.getContentType());
    catch(Exception e)
    e.printStackTrace();
    finally
    try
    if(inbox!=null)
    inbox.close(false);
    if(store!=null)
    store.close();
    return result;
    catch(Exception e)
    e.printStackTrace();
    return result;
    Please check it
    Regards,
    Nisanth

  • Oracle Java Mail API exception in Jdev 11.1.15

    we are using java mail api to send out emails. and wrap it in java embedding with in our webservice.
    we are using jdeveloper 11.1.1.5 for this and the Java API is failing with the below error, we have included all the java libraries. As code is working fine in Jdeveloper 11.1.2
    we tried different version of jdeveloper ( 11.1.1.5, 11.1.1.7 ) but its still the same. Can some one please suggest
    Exception in thread "main" java.lang.RuntimeException: javax.mail.MessagingException: Can't send command to SMTP host;
      nested exception is:
        javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at bts.mail.SendMailTLS.main(SendMailTLS.java:50)
    Caused by: javax.mail.MessagingException: Can't send command to SMTP host;
      nested exception is:
        javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1420)
        at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1408)
        at com.sun.mail.smtp.SMTPTransport.ehlo(SMTPTransport.java:847)
        at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:384)
        at javax.mail.Service.connect(Service.java:297)
        at javax.mail.Service.connect(Service.java:156)
        at javax.mail.Service.connect(Service.java:105)
        at javax.mail.Transport.send0(Transport.java:168)
        at javax.mail.Transport.send(Transport.java:98)
        at bts.mail.SendMailTLS.main(SendMailTLS.java:45)

    Can Some body help me with this please

  • Java SE JDK Documentation

    The link to the Java SE JDK document (javadocs) does not seem to be working at present: see page
    Java SE 6 Documentation - http://www.oracle.com/technetwork/java/javase/downloads/index.html#docs

    Hi Helios
    Thanks for your help.
    A copy of the API documentation is available here: http://java.sun.com/javase/6/docs/api/
    This documentation was ordinarily bundled into a .zip file that could be referenced by NetBeans (offline). Additional documents are available here: http://java.sun.com/javase/6/docs/index.html but the "Download Documentation" link in the top right hand corner simply takes you back to the page given in my first post, specifically: http://www.oracle.com/technetwork/java/javase/downloads/index.html#docs
    Roger

Maybe you are looking for