Oracle 9i DB + Jdeveloper + 9iAS JE / JRun / Tomcat

HI,
i just to consider which application server suitable for our business. everybody can answer/explain me below question.
1) whatis difference between above mentioned app.
server. what benefit if i choose 9ias je.
2) when i try to install sample code of jdeveloper .
most must be running on oc4j (such as
"hotel advance query"). pls answer me which sample
program can deploy it to another application
server or not ? if no, why ?
3) if i choose another application server
for deploy jsp application develop by jdeveloper.
i maybe lost more function of database or not ?
(such as "advance query")
boris

Thanks,
and exist any version of Jdeveloper which can connect using OLAP API to the Oracle9i OLAP in rel.2 ?
At now I use :
Oracle database 9.2.0 + OLAP API
Jdeveloper 9.0.2.829; jdk 1.3.1_02 ; java_vm 9.0.2.579
Or can I use any developing tool ? (NetBeans)
Tahnk you very much for response.
Peter Kristof
Asset soft a.s.
Slovakia
[email protected]
The problem seems to be related to the version of JDBC you are using. This particular error is probably related to an old version of JDBC; type maps were introduced in 9.0, and the error you are getting is indicating that this method doesn't exist (it's a JDBC class, not OLAP API). You need to use the 9.2 JDBC, since the OLAP API uses features that require the 9.2 JDBC jars.

Similar Messages

  • Problem in Oracle ADF with JDeveloper. JBO25001

    Hello All,
    I have to develop an application using oracle ADF and JDeveloper. To famalirize my self with the technology, I downloaded the Oracle ADF tutorial "Tutorial for Forms/4GL developers" from Oracle site.
    I am following this tutorial line by line, but still getting an error. I have created
    1) Entities
    2) Associations
    3) Views
    4) ViewLinks
    5) Application Module
    all by wizard.
    After I added my view and view link into the application module and tried to test it it gave me the following error.
    (oracle.jbo.common.ampool.ApplicationPoolException) JBO-30003: The application pool (.10E97657A25) failed to checkout an application module due to the following exception:
    ----- LEVEL 1: DETAIL 0 -----
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NameClashException, msg=JBO-25001: Name ServiceRequestsTable of object type Attribute already exists
    ----- LEVEL 2: DETAIL 0 -----
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.NameClashException, msg=JBO-25001: Name ServiceRequestsTable of object type Attribute already exists
    ----- LEVEL 3: DETAIL 0 -----
    (oracle.jbo.NameClashException) JBO-25001: Name ServiceRequestsTable of object type Attribute already exists
    I changed the names of each object but still the problem persisted.
    If any body can help me on this I will really appreciate it. Thanx a ton in advance.
    I have downloaded and using the latest JDeveloper version 10.1.3.1.0.3984
    Please help me on this.
    Regards,
    Saket Maheshwary

    Saket,
    Did you ever get this situation resolved?
    I'm working thru the tutorial myself and get the same error except the object is Product.
    Do you have any clues?
    Thanks,
    Lonnie Spears

  • Oracle ADF with jDeveloper

    I am new to oracle adf with jdeveloper. I am impressed by the features of this product. I want to learn this. Is there any pre-requesites to learn this product? I aware with JSP/Servlets , Struts 2.0 , HTML , Javascript

    Hello John,
    Thanks for the reply. I can't find any material so that I can aware with JSF introduction (with demos) and ADF Faces. So will you please suggest me some tutorial or demos related to JSF and ADF faces. I passed through the video demos of Oracle ADF homepage but still I can't understand the use of those tags.
    regards,
    Kush
    Edited by: kush on Feb 22, 2012 12:07 AM

  • Diff between Oracle 9i database and 9ias application server.

    Can any one brief in detail the difference between Oracle 9i database and 9ias application server.

    Hi,
    Your question is the answer. Oracle9i Database manages all your eBusiness data and Oracle9iAS runs all your eBusiness
    applications. In a 3 tier architecture, Oracle9i Database fits in the Database tier where as Oracle9iAS fits in the middle
    tier. Oracle9iAS provides an infrastructure to run different types of applications(J2EE thru OC4J, Forms applns, Portal
    based applns, Wireless applns etc..)
    Cheers !
    -- Rajesh
    Can any one brief in detail the difference between Oracle 9i database and 9ias application server.

  • Depoying web service in oracle weblogic from jdeveloper 10.

    hi , i implement a web service and i deploy it in oracle weblogic from Jdeveloper 10.
    but when testing this web service, it evaluates them as null.
    and the wsdl in jdevelpor has 8888 not 7001.
    please someone help me.
    thank you
    aymen

    Put the jar file at $FND_TOP/java/3rdparty/standalone and add that jar file entry in jserv.properties. That should do the work for you.
    --Shiv                                                                                                                                                                                                                                                                                                   

  • Use Oracle Reports with Jdeveloper 11

    Hi,
    My next question. How to use Oracle Reports with jdeveloper 11. I have more oracle reports (used with a existing forms application) and i need to migrate this application to web-adf application. I think that is very powerful to use this oracle definition reports but i not know ho to do it.
    thanks,
    Jordi

    Read the publishing reports manual of Oracle reports to see how to Web enabled your Oracle reports. You can then invoke them from an ADF application either by calling a URL or using a Web service interface.

  • Running Oracle Reports from JDeveloper

    Do you know how to run an oracle report from JDeveloper?

    Do you mean invoking a report at runtime, or do you mean designing a report inside JDeveloper?
    Did you try asking on the Reports Forum:
    http://forums.oracle.com/forums/category.jspa?categoryID=19

  • Develope complex WebService with JDeveloper and deploy to tomcat

    Hello,
    I am thinking of developing a complex WebService with JDeveloper and deploy it to tomcat.
    The WebService should retrieve a few "normal" datatypes and a pdf and a few images. I try to store the pdf and the image in an Oracle DB as BLOB.
    My idea ist to create a Package which selects the values, pdf and the image and retrieve them as the output paramter.
    Then I want to create a WebService with the JDeveloper which calls this Package. This WebService should be published on a Tomcat.
    My first question is if that is possible?
    I think there are few problems.
    I searched the forum about deploying a JDeveloper WebService to Tomcat, but I can not find a whole solution which is going to work. I read something about JAX-RPC, but I am new to this topic. So it would be very nice, if anyone could tell me where I can find the solution or post a quick guide to solve that.
    Another question is how I have to decode the images and the pdf to provide those files in a WebService?
    I would be very glad if anyone can help me or tell me where I can find information about that, becaus I am new to this topic!
    Thank you,
    Tim

    Hi,
    does anybody have an idea about that?
    Thanks,
    Tim

  • JDeveloper/9iAS Deployment Help

    I am developing a JSP/JavaBeans application. The JSPs call the JavaBeans which are dependent on Oracle libraries, but not using BC4J. I want to deploy to 9iAS.
    I have tried deploying to JServ by copying stuff over and modifying classpaths, but the libraries I need (iFS) are not deployed to JServ; I believe they are deployed to OSE. That means I need to deploy to OSE.
    I have been messing around with this for the past two days and have yet to get a working application running. I have read numerous technet postings as well as a tremendous amount of documentation on the topic. None of them cut to the point which is: What is the recommended way to deploy a JSP/JavaBeans application that doesn't use BC4K to 9iAS? This application includes JSPs, HTMLs, JSs, CSSs, and images.
    I can successfully get my beans deployed to the 8i database. (Meaning I can see they are there in Enterprise Manager.) But my JSPs cannot see them, presumably because they are only visible to OSE and I have only been able to get my JSPs in JServ.
    I have created a domain. In the aurora shell, it is /webdomains/watermark. Question 1: How do I access the files in this domain from a browser? Question 2: How can I get JDeveloper to deploy my other web files (JSP, HTML, JS, CSS, and images) so I can access this web app. (And if I can't with JDeveloper, what's the best way to accomplish this?)
    Huge thanks to anyone who can help me with this?

    Hi,
    I would recommend taking a look at the WAR deployment tool available from the OSE team. You can download it from OTN by going to the Technologies page, then click on JSP and Servlets under the Java Technologies section, then click on Download.
    Currently, deploying to OSE from JDeveloper involves several separate steps that the WAR tool should combine for you.

  • JDeveloper 1013 Applications on Tomcat 5028

    Hi,
    I've recently upgraded my applications to the new JDeveloper but if I compile them against Java 1.4.2_05 and try to run using the embedded OC4J Server I get a startup error like the mentioned in this thread:
    Error Attempting to Run JSP with 10.1.3.0.3.3412
    If I switch the J2SE version back to 1.5.0_05 it runs in the embedded one fine.
    We are still using Tomcat 5028 as our live webserver so my question is whether if I upgrade the jars on the tomcat server to those from JDeveloper 1013, will it still run both old ADF applications and new applications built against JDK 1.4
    Thanks,
    Andy

    fyi
    see Re: Tomcat 6 with 11g ADF JSF application startup problem!!!
    Shay Shmeltzer wrote:
    Just a note for people on this thread - if you are interested in ADF being officially supported on Tomcat in the future I'll be glad if you can drop me an email at shay . shmeltzer @ oracle . com
    I'll need to know your company name - are you running exclusively on Tomcat - Would you be willing to switch Tomcat for another free/open source server for your ADF applications -
    and any other items that can help us make the case to upper management to continue supporting ADF on Tomcat.regards
    Jan

  • Oracle 8.1.7/9iAS installation problem on IBM AIX 5.1 - loadext fails

    Dear colleagues,
    tried to install Oracle 8.1.7 and then Oracle 9iAS over AIX 5.1 on IBM eServer p-series. The installation fails in the very beginning - loadext for post-wait Kernel Extension (/etc/pw-syscall) fails with 'exec format error'. Documentation states 'AIX 4.3.3 or later required', no clear indication for AIX5, though. Any ideas or suggestions?
    I understand, it is possible to roll back to AIX 4.3.3, although machine came with 5.1 pre-installed.
    Alexei

    I had the same problem and finally used the loadext program from the 64-bit cpio-archive (Disk1). Just replace the file and startover again.
    It worked and still works!
    Hope this helps.

  • HOW TO CREATE A NEW J2EE APP FOR DEPLOYING ORACLE REPORTS USING JDEVELOPER?

    Hi,
    I'm new to JDeveloper and Java, JSP etc. I'm trying to deploy a sample parameter form for JSP report. My question is: When I create a J2EE application using JDeveloper, how to make sure "The WEB-INF directory must contain the JSP tag library for Oracle Reports, called reports_tld.jar"? How to do it via JDeveloper?
    In my JSP page, I use <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>.

    Does anyone know the answer to this question?
    I get the following error in Jdeveloper when running my test jsp report:
    Error(8): Unable to load taghandler class: /WEB-INF/lib/reports_tld.jar
    Thanks.
    Hi,
    I'm new to JDeveloper and Java, JSP etc. I'm trying
    to deploy a sample parameter form for JSP report. My
    question is: When I create a J2EE application using
    JDeveloper, how to make sure "The WEB-INF directory
    must contain the JSP tag library for Oracle Reports,
    called reports_tld.jar"? How to do it via JDeveloper?
    In my JSP page, I use <%@ taglib
    uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>.

  • Oracle UDDI in JDeveloper 9.0.5

    I try to test "Oracle Public UDDI v2 Registry" http://otn.oracle.com/uddiapi/inquiry and see only HTTP 500 error. Why Oracle's services is unstable and unsupported? :)
    Microsoft and IBM UDDI registries works correctly.
    I think, it is not good idea put Oracle's public services in JDeveloper, to be not shamed :)

    Hi there. I would like to know this too. Can anyone please confirm or explain why is this happening?
    Thank you very much

  • Oracle Object Views Jdeveloper compatibility

    Our application has been designed OOAD and documented in UML. We mapped the UML class diagrams to relational tables and created Oracle object views on top of these tables. From these views we can now generate C++ code with OTT. However, trying to access these views from JDeveloper gives us some problems. Specifically, if an object type defined by "CREATE TYPE xxx AS OBJECT" has a REF column somewhere inside it, there seems to be very little support for this in JDeveloper 10g. Our example is a country with numerous provinces. A provice type has a reference to the country type it falls in. Trying to make a GUI to maintain the provinces gives us no way to select a country to make the REF column from. In JDeveloper, when using the object view to create a maintenance GUI, we see the reference to the country in binary form. Typically we would want to select the country from a drop-down box containing country names instead of binary references. Can someone please point me to documentation describing how to do this or explain here. Thank you in advance.

    Not sure if this will be helpful for you, but maybe a better approach for your Java project will be to use TopLink to map your Java objects directly to the relational schema using TopLink's meet-in-the-middle capabilities.
    This way you won't need to work with the Object views in the database.
    More on TopLink here:
    http://www.oracle.com/technology/products/ias/toplink/index.html
    Some demos of the mapping capabilities are here:
    http://www.oracle.com/technology/products/ias/toplink/mwdemos/index.html
    TopLink is very well integrated with JDeveloper 10.1.2

  • Oracle ADF in JDeveloper

    I am new to both ADF Faces & JDeveloper and I tried the sample application Master/Detail/Detail/Detail program which is posted in http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html. What is the possible way to give the foreign key reference between two entities in JDEveloper. Physically there is no relation between these two tables(Entities).
    It would be helpful if you give me a basic steps required to re create this application.
    Thanks in advance

    See section 5.10.2 "How to Create Master/Detail Hierarchies Using View Links" in the ADF Developer's Guide for Forms/4GL Developers on the ADF Learning Center at http://www.oracle.com/technology/products/adf/learnadf.html
    There is no requirement that the master/detail relationship you setup be based on an underlying foreign key at the DB level.
    The sample you reference just uses the above technique to create a 4-level master/detail hierarchy, and then the pages were created by dragging and dropping appropriate collections from the data control palette.

Maybe you are looking for

  • MENU item selection does not display drop down in ITS enabled transaction

    Hello, We are experiencing a strange behavior between two portal env. 1. DEV. For example we have transaction MM01 display in the Portal via ITS (integrated). The end user can select the Menu Tab and the System Tab and the drop downs appear as expect

  • I've my iphone stolen ,Can you help me ?

        Hi, your heigherness. My iphone 4 (white 8G) was stolen in night of 2013-03-09 Hangzhou China, and I'm here to ask for your help, the info about my set is: SERIAL NO. : C3*******PMW     I've do what I can(such like 'find my iphone',which shows  o

  • How do I delete a trail ver of iWork completly

    I recently downloaded a trail version of iWork and then bought a dvd of it of it on ebay and it will not open without a serial number. I tried deleting all iWork files and reloading it. Still does not work. Where does the trail version hide on this c

  • Multiple waveform chart automatic plot

    Hello I need to plot multiple signals in the same waveform chart. The problem is that the number of signals is not constant. I have a control that enables me to change the number of signals to plot each time I run my VI. Is there any way to do it? Th

  • Following Paragraph Style - a bug?

    I have a list style that is currently active. I am on that list style now and over in the More section of the Text pane in the inspector, I choose a paragraph style as the "Following Paragraph Style". However when I hit return (to start a new paragra