11i api specifications

Where can i find the published api's for the 11i Applications?
Thanks in advance!

Hi,
Have a look at the following document.
Note: 746787.1 - Process Order API In Order Management
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=746787.1
All 11i APIs can be found in [Oracle Integration Repository |http://irep.oracle.com/] website.
Regards,
Hussein

Similar Messages

  • Oracle Database Lite API Specification JDBC

    Hello.
    I would like to create a schema with Oracle Database Lite API Specification.
    I have done a script to create an application in the Mobile Server in this way:
    "Platform p = new Platform("WINCE_ARMV4_US_OLITE_STD42");"
    "Application app = new Application(nombre_app, ruta_virtual_app, p);"
    And using ConsolidatorManager for the conection:
    "ConsolidatorManager cm = new ConsolidatorManager();"
    "cm.openConnection(user, password, dir_repository);"
    But after that, I can't get the application. Could you help me, please?
    Thank you.
    With best regards.

    Is this subscription parameter causing a problem?
    unless the subscription parameter name is referenced in the select statements for any of the publication item definitions, it will be ignored by the processing as the subsetting parameters are just used to supply values for bind variables at query time
    If you have other valid subsetting parameters for the user, then try (if all your set up is done via APIs and you do not have an APPLICATION, only a PUBLICATION, this may not work)
    1) go into the mobile manager > users
    2) search for user name, and click on the link under the user name
    3) go to subsetting parameters and pick a valid one
    4) select the data and do cntrl C cntrl V (cut and paste)
    5) press the save button
    The above has the effect of resetting the user account, and refreshes sequence values, c$all_client_items etc.
    If you can do the above steps, but this does not remove the subsetting variable, you should be able to go to it and set the value to NULL
    I do not think that there is a delete function due to the dependancy to the select statements which would be complex to validate

  • Where can I get a java API specification for jdk 6 update 7?

    Where can I get a java API specification for jdk 6 update 7?
    About jdk-6u7-windows-i586-p.exe

    Flying_eagle wrote:
    I don't know what is it called. I think maybe it's a specification about api that lists java api and explains how to use them.
    Such as a html file just like a dictionary.Well, the API documentation I posted a link of in reply #1 is not an explanation of how to use the Java classes. It is more a reference. When you need a thorough explanation, I recommend doing some tutorials, or buying a book.

  • Where can I find the API specifications??

    Hi,
    I have been searching on the SUN website for the API specifications for J2ME. However so far I did not have any luck!
    I found the following document that can be seen from this link:
    http://java.sun.com/j2me/docs/pdf/cldc11api.pdf
    However I went to search for the Form class in this document but could not find it. Therefore I searched on Google for J2ME API, however I could not find anything either.
    Can someone please refer to me from where can I find the J2ME API specifications? Because without them I can hardly develop anything
    thanks & regards,
    sim085

    Download the sun WTK 2.2 and look in the docs folder

  • Where can I download API Specifications for local use?

    Hi,
    Does anybody know where I can download the "JavaTM 2 Platform, Standard Edition, v 1.3.1
    API Specification", and other API Specifications or Class documentation tools, so I can access it locally?
    Thanks,
    Joost

    The standard Sun download pages offer you the opportunity to download and/or browse the API docs

  • Servlet API Specification

    Can someone tell me which Servlet API Specification
    is supported in JDeveloper 3.1?
    2.0, 2.1, or 2.2?
    Thanks a lot,
    Raymond

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by John - JDeveloper Team:
    You can determine this easily by adding
    the following lines of code to your
    Servlet's doGet() method.
    Add...
    ServletContext sc = this.getServletConfig().getServletContext();
    out.println( "Servlet Engine Version is " +
    sc.getMajorVersion() + "." + sc.getMinorVersion() );
    This is ofcourse the runtime server environment's version, you can still develop
    servlets for other versions, but can not
    rely on the new features when running and
    debugging in JDeveloper.
    However, the real need is for the target
    host.
    But to answer your question directly,
    On JDeveloper 3.1, when I run a servlet
    containing the above code,
    I see the result:
    Servlet Engine Version is 2.1
    John - JDeveloper Team<HR></BLOCKQUOTE>
    Thanks for your informaiton!

  • API Specification - Help!

    I'm working with a Java since a long time, expecially writing some customized extensions of an existing product.
    Anyway, I've always had a lot of problems trying to understand how to "read" the documentation about API specification, expecially for new classes I've never used before. And in most cases, there are some "matches" of classes I must do to solve a problem: for example, to read a text file I use "BufferedReader br=new BufferedReader(new FileReader(file));", so I MUST know that BufferedReader needs FileReader to work.
    Where can I find useful tips to understand this "mechanism"? I can't go around on Internet every time I need, searching for an example!
    Thanks

    ciemme wrote:
    Ok, that's right about APIs.
    But following the example, my real question is: how can I know that for reading a text file i can use the combination of BufferedReader and FileReader?Look at the package names and descriptions. If something is called java.io and IO is what you want to do, one can safely guess that it might contain some stuff you need.
    Generally, while programming, I have a situation to solve and I try searching over Internet for a solution, an idea, an example of code to study and manage for my needings, but it's not so simple.It's enough if you find a reference to a library which does what you need. Googling for "java <whateveryouneed>" usually does wonders. Maybe also adding "tutorial".
    In Java docs I can find only the features of the specific classes, but there's no way to know how to combinate them to solve a problem: so Java docs may not be helpful, since you don't spend a lot of time reading them and trying...If you know what those classes are doing, you will know how to combine them. You can also see the dependencies from the Javadocs, as I told you in my previous post. It's easy to move from BufferedReader to FileReader, it just takes two clicks.
    In my mind there's a sort of "reverse programming", something where the input is the problem and the output is one or more ways to solve it... What's reverse about that?

  • Oracle 11i API's

    Hello all,
    Can anybody say whether Oracle 11i suite of applciation come up with new API's instead of conventional interface tables to import legacy data.
    If yes, appreciate if somebidy can point me
    to right place for documentation.
    I looked at 11i documentation, it doesn't seem to be any new API's other than standrard interface tables.
    Syam.

    Look in the Oracle Manufacturing APIs and Open Interfaces Manual. Both the table-based APIs and the new process APIs are documented there.

  • Testing an API Specification

    I have created a class library and I would ike to know if there are any specific ways to do this.

    junit offers embedded methods for unit tests.
    Otherwise for api usage write lots of code, run a profiler and see what happens.
    hope this helps

  • Java? Platform, Standard Edition 6 API Specification in PDF or Word format

    I found this help documentation about Java classes on this address http://java.sun.com/javase/6/docs/api/. Can I find the same documentation but in format I can look while I'm not connected on the internet (like PDF or word documents)?
    Thanks.
    P.S. - Sorry if this is posted in the wrong section

    Here you go:
    [Java SE 6 API Doc. Download|https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u10-docs-oth-JPR@CDS-CDS_Developer]
    doc. installation instructions: [http://java.sun.com/javase/6/webnotes/install/jdk/install-docs.html]
    Found on this page: [http://java.sun.com/javase/downloads/index.jsp]
    (html version though)

  • Java docs for identity server API's(API specification)

    Hi all,
    1) I want to conect to the identity server from a remote machine
    2) create a new user under some tree in dir server and
    3) then assign a role to him.
    For the same i was trying to see what are the API's provided,where can i get the api docs for identity server.Please help
    TIA
    Rohith

    javadocs are in the javadocs.jar file which I think is in /IS_ROOT/SUNWam/export
    Steve

  • Delete Parameter with Oracle Database Lite API Specification

    Hi,
    Is there any function or way to remove a parameter with a API function?
    Regards

    Is this subscription parameter causing a problem?
    unless the subscription parameter name is referenced in the select statements for any of the publication item definitions, it will be ignored by the processing as the subsetting parameters are just used to supply values for bind variables at query time
    If you have other valid subsetting parameters for the user, then try (if all your set up is done via APIs and you do not have an APPLICATION, only a PUBLICATION, this may not work)
    1) go into the mobile manager > users
    2) search for user name, and click on the link under the user name
    3) go to subsetting parameters and pick a valid one
    4) select the data and do cntrl C cntrl V (cut and paste)
    5) press the save button
    The above has the effect of resetting the user account, and refreshes sequence values, c$all_client_items etc.
    If you can do the above steps, but this does not remove the subsetting variable, you should be able to go to it and set the value to NULL
    I do not think that there is a delete function due to the dependancy to the select statements which would be complex to validate

  • Thread caching generally and the print API specifically

    hi - new slant on the old "printing" chestnut
    code goes something like this.
    a)
    PrintService[] x = javax.print.PrintServiceLookup.lookupPrintServices(null, null);
    System.out.println (x.length)
    code end, then repeat
    b)
    PrintService[] y = javax.print.PrintServiceLookup.lookupPrintServices(null, null);
    [break point]
    PrintService[] z = javax.print.PrintServiceLookup.lookupPrintServices(null, null);
    code end
    example a)
    if i run the same piece of code twice over, deleting a printer after the first time thru, i get the right answer on the second run.
    example b)
    if i stop the code at the break point, and then delete a printer; i get the same answer for z as for y. Still using the same JVM and thread, remember.
    i think the JVM or thread is caching the answers to this static call "lookupPrintServices". so i get the same answer until the code ends and the JVM exits.
    since this is going to run in an EJ bean, a workaround might be creating a child thread, doing the printer discovery in it, then returning the answer somehow to the waiting main program. This is nasty - does anyone have an other ideas ?
    thanks

    In fact, these server process have multiple devices attached because there are different hardware requirements depending on metadata recorded in the XML file (paper size/type, duplex printing). When a new hardware requirement arises, we may need to install a different device. It may also be the case that an XML contains a new printer name but that an existing device matches the requirements. We then install a new (logical) printer and map it to the port of the existing matching device.
    Any way, the device selection is data-driven and is somewhat dynamic (we will not add printer every day/hour but it will happen and the service should preferably not be interrupted)
    The problem of a new report type with hardware requirements already supported by existing devices could be solved by a override method but the problem of new hardware specifications, requiring the installation of a new printer can currently be solved only by bouncing the VM, which must be done carefully (being sure that a report has been processed completely and that the next one has not yet been started).

  • Why hasn't Oracle voted for the JDBC 4.0 API Specification (JSR-221)?

    http://www.jcp.org/en/jsr/detail?id=221
    Can anybody comment on this?

    Not sure, but not to worry. Oracle has been actively
    involved in reaching the agreed JDBC 4.0 spec.
    Joe Weinstein at BEA Systems

  • Com.sun.j3d -  not in API Specification

    Where can i find the classes of this package?

    What do you mean? It's all in the Java3D javadocs, which you can download from the same place as the sdk. I don't think there are any com.sun.j3d.* classes, they are all in .utils, .loaders or .javasound.

Maybe you are looking for

  • How do I figure out the rescue email address for my Apple ID?

    I can't remember my answers and I can't remember what my rescue email is how can I figure that out?

  • Outlook Profile not updating after migration

    Hi, Running a fairly straight forward setup Clients = Outlook 2013  Legacy Exchange = 2010 UM SP3 RU4 Exchange = 2013 UM CU3 They're currently in a coexisting state Have configured autodiscover, Outlook Anywhere etc. Re-issued a cert with the same co

  • Aperture 3.0.3 - MobileMe doesn't work any more

    F*! I have installed new Aperture update and since then I'm only having problems. First I had to repair my library. Fortunately worked. But the sync of my MobileMe galleries doesn't work any more. I try to start the sync manually but it doesn't work.

  • To make to consider condition value only once

    Dear Experts,   could you please tell me how i can make the condtion entry in SO level only once. Waht config is required at V/06 in spro. Quick response would be of great help Regards, Siva

  • SYSTEM LOG ERROR

    Hai all In system LOG I am getting following error text : no active link found in the link table priority : VERY HIGH PRIORITY grp :R1 TEXT :OPERATING SYSTEM CALL WRITEV FAILED (ERROR : 32 ) PRIORITY : VERY HIGH PRIORITY GRP : Q0 STATUS OF REQUEST IS