Oracle 8i x JDeveloper

Do I need the OAS to enable applications with JDeveloper using
Oracle 8i ?
null

Rodrigo Mendrico (guest) wrote:
: Do I need the OAS to enable applications with JDeveloper using
: Oracle 8i ?
No at all. You can build java applications, servlets, or applets
with JDeveloper without even having OAS or 8i. Having OAS
installed gives you the option of using JCorba. Having 8i
installed/available gives you the option of targeting EJBs or
CORBA servers running inside the RDBMS (as well as java stored
procedures).
Obviously you will need some sort of webserver available if you
are building applets or servlets (and OAS doesn't support
servlets yet).
null

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

  • 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

  • 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.

  • Reverse engineering Oracle DB using JDeveloper

    I am trying to reverse engineer an Oracle 10g db using version 11g Release 2 of JDeveloper.
    I am receiving the following error:
    Cannot drop index <name> which is used by constraint <name>.
    The index and constraint it is referring to is the primary key. If I disable the primary key then it will make it through that table. It then fails on another table with the same error but I am unable to disable the primary key on that table as their are other foreign keys with references to it.
    There are other tables that will work fine if I do a table at a time when creating the offline db.
    Thanks!

    Hello,
    I have exactly the same problem! Any hints for a workaround?
    Regards Thomas

  • Howto make connection to Oracle UCM from JDeveloper IDE?

    I am trying to make a connection to Oracle Content Server from my JDeveloper IDE. I found while searching that this can be done by the following steps:
    1)Click on Application Resources on the left hand side widget.
    2)On Right clicking on Connections , a New Connection menu opens up.
    3)Select Content Repository from this menu.
    But in my case i am not getting the Content Repository option in the New Connection menu. Many other options are also missing. Is there some issue with my JDeveloper installation. How can i get this option in the New Connections menu? Can anyone help with this?
    Thanks in advance

    You can create a connection to UCM for Site Studio for External Applications (SSXA) - see chapter 3 of this manual: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e13650/toc.htm
    The question is, however, if it is what you are looking for. If you want to integrate a Java application with UCM (e.g. check-in a document from Java), then you don't need a connection created in the way above - you will create it ad hoc in your Java program - take a look at RIDC (or CIS or WebServices) here: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e10807/toc.htm

  • Oracle Service Registry+Jdeveloper

    Hi All,
    I am trying to integrate Jdeveloper with Oracle Service Registry. I am referring to the Developer Guide for OSR and i want to do the following section:
    *4.1.2. Using the JDeveloper Integration*
    Once you have established a connection to Oracle Service Registry from JDeveloper, you can take advantage of JDeveloper's
    integration features.
    *1. Right-click on an Oracle Service Registry connection in the Connection Navigator and select Find Web Services.*
    *2. Enter a search string to find your service. Use the % symbol to perform a wildcard search.*
    *3. Select the interface, or portType, for the published service.*
    *4. Select the service implementing the interface.*
    *5. Review the information returned for the service to verify it is the one you are searching for.*
    *6. Select the Generate stub code into the project option to generate a client-side stub or proxy for the selected service.*
    JDeveloper generates the stub based on the WSDL published to the Registry.
    *7. Click Open the endpoint of this service in a Web browser to test the service.*
    *8. Click Display a report describing this service to view a report summarizing the UDDI metadata stored in the*
    Registry for the selected service.
    *9. Click Just add the business providing this service to the UDDI browser to add the service provider as a persisted*
    entry under the UDDI Registry connection node in the Connection Navigator.
    I have created the UDDI connection in Jdev. Now when i right click it, i cannot see the "find WebServices" option. Can anyone help me with this
    Thanks & Regards.

    Hi Dan,
    I was also facing the same issue as mentioned earlier by Debby. On your advice I went ahead and installed Oracle 10gR2 on the machine I wanted to install the Registry Server. The entire process went smoothly and finally I was able to login to the registry.
    Thanks for the same.
    But now I have a question regarding this setup.
    One single machine hosting Oracle 10g SOA Suite, Oracle 10g Database and the Service Registry. Don't you think it would be too much to ask from a single machine, specially when you know that you will have your development team creating web services, deploying the application on the same OC4J container and webservice client inquiring the published web services once again from the applications deployed on same server.
    I would like your feedback on why Registry Service setup process necessitates Oracle 10g DB server also on the same machine. Or is that there some other installer for Service Registry in which we can specify a remote DB server information.
    Regards,
    Amit Misra

  • Oracle Developer Day    Jdeveloper 10g early access not work

    Oracle Developer Day Workshop Materials
    Creating Persistence Services Using Toplink and POJOs
    I use Jdeveloper 10 ea :
    To create a new workspace with a new project for the model
    Application Name EmployeeRequisitionApplication
    Directory Name <JDEV_HOME>/mywork/EmployeeRequisitionApplication
    Application Package Prefix objectmodel
    Application Template No Template [All Technologies]
    rename Project1 to Lab1_PersistenceServices
    Set project properties
    Click the Technology Scope node: Select TopLink in the Available Technologies and click the shuttle button to move to Selected Technologies.
    see the following in the Applications Navigator:
    --EmployeeRequisitionApplication
    ----Lab1_PersistenceServices
    not like that :
    --EmployeeRequisitionApplication
    ----Lab1_PersistenceServices
    ---toplink
    ---toplink mappings
    I use Jdeveloper 1012 , Applications Navigator like :
    --EmployeeRequisitionApplication
    ----Lab1_PersistenceServices
    ---toplink
    ---toplink mappings
    why Jdeveloper 10g ea not work?

    I'm not able to reproduce it exactly. It seems to depend on either what I was doing beforehand or what I have open at the same time.
    I was able to make it happen on demand awhile ago, but I've closed and restarted the environment since then.
    The best I can remember, I had been going up the dialog, starting at the bottom. I was looking for where to enter the location of SQL*Plus. I didn't expect to see it in accelerators, but I was just curious what was in there when...boom. I might have finished one pass thru most of the tree, then started on a second pass when I encountered the problem. Best guess at this point on how to reproduce would be to simulate a user persistently looking for a setting and just not stopping until he found it.
    James Brockman

  • How to use oracle Portal with JDeveloper 10.1.3 ADF JSF

    Hi all
    I use JDeveloper 10.1.3
    I found out that the latest Portal 10.1.4 does not support JSF ADF
    IF I WANT USE PORTAL ,WHAT SHALL I DO?
    Thanks

    OracleAS Portal 10.1.4 does not support JSF portlets.
    JSF support in OracleAS Portal is in development.

  • Oracle 9i Designer/Jdeveloper 9i interaction

    Is it proposed that it will be possible to generate a first-cut
    relational schema (as DD Transformer) from a class model
    captured in the repository from JDeveloper 9i?
    How integrated are the repository object types from the 2 tool
    sets?
    Many thanks,
    Martin Barnes

    Hi,
    In JDeveloper there is a framework called Business Components for Java (BC4J) and this has a concept of Entity Objects which are similar to Entities in Designer.
    Therefore you can use the Class Modeler to draw Entity Objects and their relationships and then generate the table equivalents straight to the database.
    I don't think there are any books covering this as the Class Modeler is making it's first appearance in this release. All I can advise is to download the JDeveloper9i Release Candidate from OTN and have a play with it. There should be plenty of help on BC4J and the Class Modeler.
    Also have a look at JDeveloper on OTN which contains presentations etc at:
    http://otn.oracle.com/products/jdev/content.html
    If you have any questions about JDeveloper then please use the JDeveloper9i forum and we will try to answer your question.
    Thanks again,
    Lisa

Maybe you are looking for

  • Verizon doesn't care if you pay for Priority Overnight.

    I preordered the Note 3, and picked priority overnight shipping, it cost me $14.99. First of all, when I preordered my S4 I got overnight as well, I ended up receiving the phone earlier than most customers, and I got it before I go into work. That be

  • Deteriorating Performance

    As has been posted in a number of threads, performance issues can be complex to resolve. All components of the system should have log files checked and you need to be certain the guidelines for creation for the repository, as documented in the FDM DB

  • Help needed in plotting Line Graph!!!!!!!!!Pls help!!

    Hi, i need help in plotting a simple line graph showing the x&y axis and has to plot 3 different lines in the same graph.I have written a program and i need to implement this graph in it.Is there any tutorial for plotting line graphs,i mean steps inc

  • Boot Camp Updates of OS X Mavericks

    I've a MacBook Pro 13-inch (Mid 2012) model and just installed OS X Mavericks (Official NOT Developer Preview). I decided to installed Windows 7 Ultimate (32-bit). After I've installed without download the updates and my Windows can't work properly (

  • Unable to install Leopard on Mac Pro tower

    Hi all, I have a Mac Pro w/ 1gb RAM. It installs and runs Tiger just fine but is having problems getting up to Leopard. When I try to boot to the DVD, it just sits at the grey Apple logo with the spinning icon (not beach ball). I've let it sit for ho