Oracle Database 2003 Beta Program: Web services features

We are currently recruiting for the Oracle Database 2003 Beta Program, including database web services features (database as web service provider and database as web service consumer)
To learn more about this program, including how to apply, send me an email @ [email protected]
Kuassi

We are currently recruiting for the Oracle Database 2003 Beta Program, including database web services features (database as web service provider and database as web service consumer)
To learn more about this program, including how to apply, send me an email @ [email protected].
Kuassi

Similar Messages

  • Oracle Database 2003 Beta Program: new JDBC/SQLJ/JPublisher features

    We are currently recruiting for the Oracle Database 2003 Beta Program, including new JDBC/SQLJ/JPublisher features. To learn more about this program, including how to apply, send me an email @ [email protected]
    Kuassi Mensah

    I suppose that is nice.
    It would be even nicer if the drivers actually conformed to JDBC so that one could for example reliably use blobs in a J2EE server with CMP.

  • Oracle Database 2003 Beta Program: Java features

    We are currently recruiting for the Oracle Database 2003 Beta Program, including new Java in the database features. To learn more about this program, including how to apply, send e an email @ [email protected]
    Kuassi Mensah

    Hi, I intend to enroll for the Oracle BI 10G course, and need to study and see what are the eligibility criteria for it?
    Would appreciate if you can get back directly on my email [email protected]
    Intending to enroll and study for this . Thanks for your help
    Abhishek

  • Programming the Oracle Database with Java and Web Services: sample chapter

    This will be the first book devoted to Java in the Oracle Database: read the sample chapter @ http://www.oracle.com/technology/books/pdfs/mensah_ch1.pdf
    This book also covers the latest Oracle JDBC, Oracle SQLJ, JPublisher and Database Web Services A brief description @
    http://www.elsevier.com/wps/find/bookdescription.cws_home/706089/description#description
    Thanks, Kuassi

    Hi Kuassi,
    Thanks for letting us know that your book is available. I have been following one of your articles about "Virtualize Your Oracle Database with Web Services". More specifically "The Database as Web Services Consumer". I think that this is an area that has in the past been under estimated as to the potential benefits.
    I am currently trying to develop a solution that consumes several interfaces with a couple of them being published web services, so an ideal solution. I have then spent the last three weeks having to read up about the architecture of Java in the database, Jpublisher and make sense of how it all works together.
    I have got very close to getting one of the web services to work but failed due to using 10gR2 where all the java & libraries has moved to version 1.5. The solution is to load the jdk1.4.2 and configure jpublisher to use this. So far so good except this is not available on some platforms, Windows - 64 bit (not itanium).
    The configuration is proving very challenging but will hopefully reap rewards.
    (Thought I would give you some background to my experience).
    Anyway my question to you is having looked at Jdeveloper it appears to do almost anything except consume services into the database, also with Java now being at version 1.5 outside the database for 10gR2 and supporting 1.4 inside, do you see some alignment of these in future database releases?
    Finally off to buy your book now as no doubt there is a huge amount more to learn.
    Kind Regards
    David O'Donnell

  • Database transaction management in Web services

    Hi,
    I am using Oracle8i and firing some database queries from my web services. I want to do the transaction management for the same i.e. When one of the queries fail, i want to rollback. But when i write my own transaction management, it gives me an error :
    java.sql.SQLException: Cannot call Connection.commit in distributed transaction.Transaction Manager will commit the resource manager when the distributed transaction is committed.
    Can anyone please help me out as to how to perform the database transaction management in web services.
    Thanking in advance.
    Prashant

    Unfortunately to manage transactions over web services there is no viable solution available in market. All implementations come with restrictions e.g. Metro works with only EJBs on Glassfish, JBossTS works on JBoss but not with JAX-WS, Atomikos supports only Axis as of now.
    1. See explanation above.
    2. Yes, it can be but conditions mentioned above are applied :-)
    3. [www.oasis-open.org/committees/ws-tx/|www.oasis-open.org/committees/ws-tx/]
    4. Unfortunately as of now I do not see an easy way to this problem.

  • Connect to oracle database using c program

    I am using AIX environment and i want to connect to oracle database using c program.

    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10825/pc_03dbc.htm#i5880

  • How to create an Oracle DATABASE through Java Programming Language.. ?

    How to create an Oracle DATABASE through Java Programming Language.. ?

    Oracle database administrators tend to be control freaks, especially in financial institutions where security is paramount.
    In general, they will supply you with a database, but require you to supply all the DDL scripts to create tables, indexes, views etc.
    So a certain amount of manual installation will always be required.
    Typically you would supply the SQL scripts, and a detailled installation document too.
    regards,
    Owen

  • Oracle Business Rules as a Web Service

    I tried to implement the demo called: ruleenablewebservice, on a 10.1.3 server.
    When running I get this error in the JDeveloper:
    2006-04-10 08:38:46.830 WARNING Unable to connect to URL: http://127.0.0.1:8888/RuleExamples-example1-context-root/example1SoapHttpPort due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
    and in the web page I get this error:
    Exception: java.rmi.RemoteException
    java.rmi.RemoteException: ; nested exception is:
    HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
    at example1.proxy.runtime.Example1SoapHttp_Stub.getVersion(Example1SoapHttp_Stub.java:209)
    at example1.server.Example1SoapHttpPortClient.getVersion(Example1SoapHttpPortClient.java:44)
    at example1.client.Example1.doGet(Example1.java:33)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
    at oracle.j2ee.ws.common.util.exception.JAXRPCExceptionBase.(JAXRPCExceptionBase.java:93)
    at oracle.j2ee.ws.common.util.exception.JAXRPCExceptionBase.(JAXRPCExceptionBase.java:89)
    at oracle.j2ee.ws.client.ClientTransportException.(ClientTransportException.java:33)
    at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:144)
    at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:121)
    at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:169)
    at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:111)
    at example1.proxy.runtime.Example1SoapHttp_Stub.getVersion(Example1SoapHttp_Stub.java:193)
    ... 17 more
    Base salary: 0
    Pension is: 0
    Does anyone know how can I overcome this problem because I didn't find any help for that in the demo files. I can see in the oracle application server that the Web Service was deployed successfully, but maybe there is some configuration issue that blocks it? maybe it's my Windows XP that's blocking it?
    Thanks,
    Ophir

    Ophir,
    I ran into this while testing, are you sure your started the oc4j and it is still running .. I remember some persistence issue, with the IP addr, hostname .. so I needed to clear the persistence directory in j2ee/home to have the container starting up.
    thx clemens

  • Oracle Database Redaction in a web based app (or OBIEE)

    Has anyone prototyped an implementation of transparent database redaction within a web based application?  I'm just taking a look at the redaction capabilities built into 12c and was hoping to see an example for how a person might be able to leverage this in either a web app or OBIEE.  All the examples I see are for basic client server access.
    tks

    Hi plehar4e!
    I think you need LabVIEW Web UI builder.
    Here you can find some hints about this sw.
    Overview: http://www.ni.com/white-paper/11602/en
    FAQ: http://www.ni.com/white-paper/7747/en
    Feature In-Depth: http://www.ni.com/white-paper/12129/en
    Example codes: http://www.ni.com/uibuilder/developer.htm
    Using Web UI Builder you can create UIs, that use the Web Services, you create from your LabVIEW code.
    This is described here: http://www.ni.com/white-paper/7350/en
    Please go through the hints, have a look on this tool.
    Best Regards,
    Balazs Nagy

  • HELP Using Oracle9i database to consume external Web Service

    Hi all,
    I am trying to make use Oracle9i db to call an external .Net Web Service from a JAva Stored Procedure.
    I created the .Net Web Service and use JDeveloper 9.0.3.4Build(1247) to create the Client Stub Java class(ie: serviceClientStub.java).
    Following the instruction from the article"Calling External Web Service from Java Stored Procedure”, http://otn.oracle.com/sample_code/tech/java/jsp/samples/wsclient/Readme.html, I connected to the database using SQL Navigator4.3 tried to load the required jar files(with Create public synonym and Resolve option checked) into Oracle9i database(ver 9.2.0.1.0). They are loaded in the following order:
    [OC4J_HOME]/soap/lib/soap.jar
    [OC4J_HOME]/lib/dms.jar
    [OC4J_HOME]/jlib/javax-ssl-1_1.jar
    [ORACLE_HOME]/lib/servlet.jar
    [OC4J_HOME]/jdk/jre/lib/ext/mail.jar
    Where [OC4J_HOME] refers to Oc4j_extended that I downloaded from Oracle website.
    [ORACLE_HOME] refers to oracle/ora90
    However, most of the java classes failed to compiled. When I loaded the Client Stub class, it failed to compile as well.
    This is the error message that I got:
    ORA-29521: referenced name javax/mail/Flags could not be found
    ORA-29521: referenced name javax/mail/MessageException could not be found
    ORA-29521: referenced name javax/mail/MethodNotSupportedException could not be found
    Any ideas how to resolve these issues?
    Also, besides using the Client Soap stack library(above method), is there another way to be able to load the Client Stub class in the database, have it compiled successfully?
    Your assistance will be highly appreciated!

    As far as I can see, you're at least missing activation.jar. Without this library you won't be able to successfully load the mail.jar library.

  • Shared Review Web Services Feature

    The shared review feature is an extremely powerful feature that brings acrobat and pdf files to a whole new level.  Shared review currently allows 3 repository types (Network Folder, SharePoint workspace, and Web server folder).  These are all great for simple reviews and workflows, but i think that the process could be much more flexible and robust if adobe were to add a "Web Services" method.  This would allow for developers to have a lot more control of the annotation data.  In particular here's what it would do in my case:
    Permissions: we already have a coldfusion application that has thousands of users.  Users log in and coldfusion handles all of the permissions, who can view what document, and what they can do to the document in terms of making annotations, or even editing annotations of others if they are the supervisor. (some people need to view the document with others comments but shouldn't be able to make comments themselves)
    Layering: we would like to adapt more of a layers concept of annotations.  with web services, we could allow for the user to select the layers they want to view in an html frame and then our web service could return just those annotations for display.
    I havent put much thought into it but you could even use it to connect to live cycle web services, the possibilities are endless.

    I posted "Is Adobe discontinuing support for SOAP collaboration?" in this forum and in the SDK and Scripting forums, and Brian and I have already discussed Adobe's willingness to abandon solutions that they previously evangelized (SOAP, ADBC) and to hell with anyone who drank their kool-aid back in the day.
    Brian and I have very similar issues (esp. auditability) because he and I work in industries with lots of government oversight (he in aerospace and me in nuclear).   So, the issue for us is not NEW features but maintaining backward-compatibility with old features so that we can continue to fulfill these requirements, and if Adobe wants to cut us loose then we have no choice but to find a non-Adobe alternative.
    Having said all that, I agree that adding Web services to "shared reviews" would be a good first step by Adobe toward allowing those of us who are relying on SOAP and other "deprecated" features to transition to shared reviews, but only if allows us to upload reviewer comments to a central server.  However, that still won't be enough for us unless we can continue to manage document reviews centrally.  All of our review cycles (i.e. the docs, reviewers, and schedules) are determined by our project managers, and that information is entered into our system by a single service administrator (or is imported programmatically from Active Directory and from our project management system).  So, for us to migrate to shared reviews requires an enhanced API so we can continue to set up reviews programmatically and not have to rely on the cumbersome and clunky one-document-at-a-time approach in the shared review model.

  • [Asynchronous] Which one is better FTP / Web Service

    Dear Experts,
    For building asynchronous interface in PI, I prefer to choose IDoc if 1 of the party is an SAP system.
    For the other side of the party I've used FTP adapter to generate file which will be processed by PI into IDoc or vice versa.
    I've got some input that asynchronous Web Service could be used to substitute the FTP adapter.
    What do you think about this?
    I think that by using FTP adapter, we have the physical file at the FTP folder so it would make the tracing from IDoc to file easier. In case we have to prove some questions from the client like "Where does this data come from?" we could give them the physical file as a prove that the data was sent from the other system. But with FTP, we have to manage the housekeeping since some old files might not be needed anymore and they need to be cleaned up before eating FTP server resources.
    With web service, of course we don't need to do housekeeping which will make life easier, but then to make tracing easier, the other system has to make a log every time they send/receive any interface data.
    Any input/thought would be appreciated.
    Thank you,
    Suwnadi C.

    Hi Alon,
    I was not fast enough to answer you first Graham is right, WebDynpro supports only stateful.
    You can see WebDynpro as an environment, where you can develop programs that can accessed by a browser and/or SAP GUI . Because of that you are more open in the choise, how to access the program but more restricted in the development possibilities in terms of using Javascript, being sateless or manipulating the html.
    BSPs are only developed for access by browser. But this restriction open the possibility of using Javascript, being stateless and manipulate the html and other things. BSPs are more "real Web" than WebDynpro.
    You should take into consideration
    - is there already knowledge in your company about BSP / Webdynpro?
    - will future projects be developed in BSP or Webdynpro?
    Hope that helps
    Best regards
    Renald

  • XDB Web Service Feature  - Getting 404 error

    Hi,
    I have successfully setup the native WS servlet in XDB (orawsv, 11.1.0.7). But when I try to invoke the URL: http://<DB Host>:<Port>/orawsv?wsdl , I get a 404 response.
    I checked the servlet config file, and here is the entry for orawsv:
    <servlet xmlns="http://xmlns.oracle.com/xdb/xdbconfig.xsd">
         <servlet-name>orawsv</servlet-name>
         <servlet-language>C</servlet-language>
         <display-name>Oracle Query Web Service</display-name>
         <description>Servlet for issuing queries as a Web Service</description>
         <servlet-schema>XDB</servlet-schema>
         <security-role-ref>
              <description/>
              <role-name>XDB_WEBSERVICES</role-name>
              <role-link>XDB_WEBSERVICES</role-link>
         </security-role-ref>
    </servlet>
    I seem be running out of debugging options. Any help will be appreciated!
    -snehal

    Here is the exact error:
    SELECT httpuritype( 'http://SCOTT:tiger@<host>:8099/orawsv/SCOTT/OBJECTTYPES?wsdl' ).getXML() FROM dual
    Error report:
    SQL Error: ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1674
    ORA-29268: HTTP client error 404 - Not Found
    ORA-06512: at "SYS.HTTPURITYPE", line 34
    ORA-06512: at "SYS.HTTPURITYPE", line 97
    29273. 00000 - "HTTP request failed"
    *Cause:    The UTL_HTTP package failed to execute the HTTP request.
    *Action:   Use get_detailed_sqlerrm to check the detailed error message.
    Fix the error and retry the HTTP request.
    Edited by: sfulzele on Jun 2, 2009 2:10 PM

  • XE Oracle Database Express  Beta

    I've just downloaded the new beta Oracle XE database. Database up and running but having trouble accessing the HTMLDB app (see error below). Maybe this is not the appropriate forum but am unable to connect to the XE specific Tom Kyte forum using my OTN user/pass. Any ideas ? (GHOME2400 is my XP node name and I can connect to port 8080 using an FTP client, I guess HTMLDB uses an FTP protocol !)
    220- GHOME2400 Unauthorised use of this FTP server is prohibited and may be subject to civil and criminal prosecution. 220 GHOME2400 FTP Server (Oracle XML DB/Oracle Database) ready. 530 Please login with USER and PASS. 530 Please login with USER and PASS. 530 Please login with USER and PASS. 530 Please login with USER and PASS. 530 Please login with USER and PASS. 530 Please login with USER and PASS. 530 Please login with USER and PASS. 221 Command Too Long. 2048 bytes maximum. Goodbye.

    Be sure that the Windows user name that you are installing with does NOT have a space in it (ie "John Doe"). This is a known problem and will be fixed in the next beta drop. The workaround is to deinstall, create a new windows user account (such as oracle), with administrator privileges, and reinstall from this account
    Hope this helps

  • Login to oracle time and labor by web service

    Hi,
    How can we login to oracle e-businees suite by extenal web service. In our Oracle time and labor it takes employee id and password.
    Thanks

    Hi
    We are not implementing any kind of flex Time.
    Are you aware of how to setup OTL to record time worked in Days, and how that can be transported to Oracle Project.
    The module is configured to setup in Hours.
    Any ideas?
    Could you highlight any documents that will simplify the process of a basic OTL setup
    Oracle HR and Project is going to be implemented
    Thanks
    Julian

Maybe you are looking for