JDeveloper 10g on Oracle 9iDB

1. Can I use JDeveloper 10g on 9i DB?
2. Can I install SRDEMO schema for the tutorial on 9i DB?
Thank you in advance.
Jimmy

Hi,
Yes, you can use JDeveloper 10g against a 9i DB. I can't say for certain but as I don't know the details of the Schema but there should be no problems installing it on a 9i DB.
Hope that helps,
Lisa

Similar Messages

  • Jdeveloper 10g with oracle 10g database

    i am evaluating jdeveloper 10g with the oracle database 10g. i am trying to invoke the oracle databse results in the applet. the applet code has been compiled successfully.but when i am trying to execute the applet the error found is 'no suitable driver'.
    how do i can resolve this problem.

    This is not a sales forum. As I already said you should contact an Oracle sales person which can answer your question. There are possible migration paths which will save you some money (against buying all new licences).
    I don't say that you have to upgrade to 12c. You can develop applications using the older technology using jdev 10g together with OAS 10g and Oracle DB 10g.
    If you want to use newer technology (jsf2.0...) you have to update as these are not available in 10g. The question if you need to update to 11g or 12c (jdev) you have to answer yourself and may ask the salesperson too. 12c is the latest technology and the question is if you need the latest. 11g if the jdev version which is used internally by Oracle and is on the marked quite some time.
    Timo

  • Failure to connect JDeveloper 10g to Oracle Database Expres Edition.

    Hi, i working with Oracle JDeveloper 10.1.3 and Oracle Database 10g Express Edition. CONNECT to Oracle Database XE from Jdeveloper Wizards using JDBC/Thin, generate the next error messge:
    ORA-0064: error ocurred at recursive SQL level 1.
    ORA-12705:Cannot access NLS datafile or invalid environmment specified.
    Vendor code: 604.
    , but connect to using ODBC work Ok.
    If run the application display:
    17002:Exception of E/S: SO: Exception was generated.
    Roberto.

    Hi Roberto,
    this issue can be caused by language incompatibility between JDeveloper language (client language) and database language.
    To check the language of the database, execute the following SQL statement from the DB:
    select * from nls_database_parameters;To check the JDeveloper language:
    Select menu Help --> About in JDev, and see the values for:
    user.language, user.region.
    Are they the same ?
    If not,
    1. Edit <JDev_Home>/jdev/bin/jdev.conf file.
    2. Add the following parameters:
    AddVMOption -Duser.language=...
    AddVMOption -Duser.region=...
    with the values for language and region, f.ex. en and US respectively
    3. Restart JDeveloper and re-test the connection.
    Hope this helps,
    Didier.

  • JDeveloper 10g ADF (oracle.jbo.JboException) JBO-29000:

    Hello,
    I am using JDeveloper to create ADF and with one form I have this error:
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
    Details are:
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
    ----- LEVEL 1: DETAIL 0 -----
    (java.lang.NullPointerException) null
    Stack trace is:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
         at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:228)
         at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:274)
         at gui.operativniPlan.FormOperativniPlan.setBindingContext(FormOperativniPlan.java:187)
         at gui.operativniPlan.FormOperativniPlan.main(FormOperativniPlan.java:98)
    ## Detail 0 ##
    java.lang.NullPointerException
         at gui.operativniPlan.FormOperativniPlan.jbInit(FormOperativniPlan.java:59)
         at gui.operativniPlan.FormOperativniPlan.setBindingContext(FormOperativniPlan.java:184)
         at gui.operativniPlan.FormOperativniPlan.main(FormOperativniPlan.java:98)
    ----- LEVEL 1: DETAIL 0 -----
    java.lang.NullPointerException
         at gui.operativniPlan.FormOperativniPlan.jbInit(FormOperativniPlan.java:59)
         at gui.operativniPlan.FormOperativniPlan.setBindingContext(FormOperativniPlan.java:184)
         at gui.operativniPlan.FormOperativniPlan.main(FormOperativniPlan.java:98)
    Any idea where should I look for a problem?
    Regards,
    Nenad

    at gui.operativniPlan.FormOperativniPlan.setBindingContext(FormOperativniPlan.java:187)
    1. Check your face-config.xml, you might be setting a binding container reference in one of the manage bean properties.
    2. Check your bean source file and ensure you have a instance var defined with the same name from the face-config.xml and also you have setter/getters for the var.

  • JDeveloper 10g and Oracle Sequences

    Hello,
    i am new to Java/JDeveloper and I would like to know,
    how I can use an existing oracle sequence in JDeveloper to
    create a value for a field in my table.
    (using JDBC, no "Toplink")
    Greetings.

    Hi,
    you could issue a select <sequence>.nextval from dual query statement and obtain the result from the return set.
    Frank

  • Metadata access in Jdeveloper 10g using Oracle 9i

    Hello everyone. I´m using Jdev 10 g (release 3) and im trying to create a database connection in the connections tab (new database conection wizard) and after complete all steps an brownsing the "tables" item in the navigator(connection itens treeview), Jdev only shows the tables of my own, in other words: I have select permition in all database tables but only the tables created by me appears in the navigator. There are something that i can do to show all objects that i have permition?
    ps: I tried to use a sys user like "system" and all the tables are showed, but i can´t still using this user, only my one :(
    Thankx
    Aracaju - Sergipe - Brazil

    right click your connection and choose filter - this will let you set which schemas to show.

  • About how to build dynamic maps using jdeveloper 10g and mapviewer

    i follow the guidance (about how to build dynamic maps using jdeveloper 10g and oracle application server mapviewer) to write a jsp file,but error take palce ,i get information "Project: D:\jdev1012\jdev\mywork\WebMap\ViewController\ViewController.jpr
    D:\jdev1012\jdev\mywork\WebMap\ViewController\public_html\WebMap.jsp
    Error(12,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerInitTag; file oracle\lbs\mapclient\taglib\MapViewerInitTag.class not found
    Error(12,190): cannot access class oracle.lbs.mapclient.taglib.MapViewerInitTag; file oracle\lbs\mapclient\taglib\MapViewerInitTag.class not found
    Error(12,102): cannot access class oracle.lbs.mapclient.taglib.MapViewerInitTag; file oracle\lbs\mapclient\taglib\MapViewerInitTag.class not found
    Error(12,28): cannot access class oracle.lbs.mapclient.MapViewer; file oracle\lbs\mapclient\MapViewer.class not found
    Error(12,40): cannot access class oracle.lbs.mapclient.MapViewer; file oracle\lbs\mapclient\MapViewer.class not found
    Error(13,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerSetParamTag; file oracle\lbs\mapclient\taglib\MapViewerSetParamTag.class not found
    Error(13,198): cannot access class oracle.lbs.mapclient.taglib.MapViewerSetParamTag; file oracle\lbs\mapclient\taglib\MapViewerSetParamTag.class not found
    Error(13,106): cannot access class oracle.lbs.mapclient.taglib.MapViewerSetParamTag; file oracle\lbs\mapclient\taglib\MapViewerSetParamTag.class not found
    Error(14,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerRunTag; file oracle\lbs\mapclient\taglib\MapViewerRunTag.class not found
    Error(14,188): cannot access class oracle.lbs.mapclient.taglib.MapViewerRunTag; file oracle\lbs\mapclient\taglib\MapViewerRunTag.class not found
    Error(14,101): cannot access class oracle.lbs.mapclient.taglib.MapViewerRunTag; file oracle\lbs\mapclient\taglib\MapViewerRunTag.class not found
    Error(15,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerGetMapURLTag; file oracle\lbs\mapclient\taglib\MapViewerGetMapURLTag.class not found
    Error(15,200): cannot access class oracle.lbs.mapclient.taglib.MapViewerGetMapURLTag; file oracle\lbs\mapclient\taglib\MapViewerGetMapURLTag.class not found
    Error(15,107): cannot access class oracle.lbs.mapclient.taglib.MapViewerGetMapURLTag; file oracle\lbs\mapclient\taglib\MapViewerGetMapURLTag.class not found"
    can you help?
    greetings

    I found a lot of information in document 133682.1 on metalink.
    step by step example how to deploy a JSP business component application.

  • Integration (JDeveloper 10G and SCM 9i)

    I am new working with JDeveloper and SCM.
    Is it possible to integrate JDeveloper 10G to SCM 9i, or should I use the same version for both products, in order to reduce future problems?
    Now I am having some problems, for example:
    1) I can not move a business component from a package to another. Both packages are checked out. The BC4J is checked out, too.
    2) When I try to add a new JSP to the struts file from the graphic view, I have to check out both files the strust,xml and StrutsPageFlow.oxd_struts.
    3) When I delete a file it is not deleted in the repository.
    Are these problems related to the version, or should I install something else?
    Thanks for your help.
    I am including this question in the SCM forum, too

    AFAIK support for Oracle SCM is not yet implemented in JDeveloper 10g. Oracle promises to publish it on Extension Exchange (http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/index.html) as soon as it will be available. I don't expect it released anytime soon :-(
    Last version of JDeveloper in which I saw that working was 9.0.3.3. Since then it's been worse and worse.
    Regards Jan

  • Problem Adding Custom JSF Components to Oracle JDeveloper 10g (10.1.3) Prev

    I'm having a problem on Adding Custom JSF Components to Oracle JDeveloper 10g (10.1.3) Preview (http://www.oracle.com/technology/products/jdev/101/collateral/101/adffaces/howto_customcomponents.html)
    The step 1 of 5 isn't visible for me and I don't see the "Install from local file" option to select the adf-faces-bundle.zip from my file system. The OTN check for updates don't prove the ADF Faces...
    What may I do?

    And...
    If "Check for Updates Wizard" is not launched, you can try to set LANG.
    see: 10.1.3 Can't not launch Update Wizard in Japanese environment.
    10.1.3 Can't not launch Update Wizard in Japanese environment.
    Thanks.
    Takuya Ono

  • ANN: Oracle JDeveloper 10g is Production

    Oracle is proud to announce the immediate availability of Oracle JDeveloper 10g (9.0.5.1).
    This new version is focused on making J2EE development simpler by providing a visual and declarative development approach using the innovative Oracle Application Development Framework (Oracle ADF).
    Oracle JDeveloper 10g includes features that will appeal to both novice and experienced Java developers. Some of the new features in this release include:
    Visual layout editing for both JSP/HTML and Swing user interfaces.
    Drag-and-Drop data-binding of business services to the user interface
    Visual Struts-based page flow modeler
    Declarative creation of business services based on EJB, TopLink, JavaBeans, Web Services, or Oracle ADF Business Components
    Visual UML modeling with code generation
    Code Auditing and Metrics
    Hot-Swap Debugging
    Improved code editor
    XML Schema visual editor
    Database development and Database modeling
    One-Click deploy to Oracle Application Server, BEA Weblogic, JBoss and Tomcat
    Web services development and consumption with support for WS-I
    And much more.
    Download Oracle JDeveloper 10g from http://otn.oracle.com/products/jdev

    Not quite there yet, but very, very close, the zip archive is 0k in size after downloading the complete install.

  • [ANN] Oracle JDeveloper 10g is now available for download.

    It's probably worth a mention in this forum too ;-)
    In case you haven't notice we have just released Oracle JDeveloper 10g production with a many new features that makes it the ideal Java tools for Oracle Application Server users.
    Check it out at:
    http://otn.oracle.com/products/jdev
    A partial list of new features:
    Visual layout editing for both JSP/HTML and Swing user interfaces.
    Drag-and-Drop data-binding of business services to the user interface
    Visual Struts-based page flow modeler
    Declarative creation of business services based on EJB, TopLink, JavaBeans, Web Services, or Oracle ADF Business Components
    Visual UML modeling with code generation
    Code Auditing and Metrics
    Hot-Swap Debugging
    Improved code editor
    XML Schema visual editor
    Database development and Database modeling
    One-Click deploy to Oracle Application Server, BEA Weblogic, JBoss and Tomcat
    Web services development and consumption with support for WS-I
    And much more.

    It is no longer available for download - if you have a valid Support contract, pl create an SR and request Support to ship you the media
    HTH
    Srini

  • [ANN] Oracle JDeveloper 10g production is now available for download.

    It's probably worth a mention in this forum too ;-)
    In case you haven't notice we have just released Oracle JDeveloper 10g production with a many new features that makes it the ideal Java tools for Oracle Application Server users.
    Check it out at:
    http://otn.oracle.com/products/jdev
    A partial list of new features:
    Visual layout editing for both JSP/HTML and Swing user interfaces.
    Drag-and-Drop data-binding of business services to the user interface
    Visual Struts-based page flow modeler
    Declarative creation of business services based on EJB, TopLink, JavaBeans, Web Services, or Oracle ADF Business Components
    Visual UML modeling with code generation
    Code Auditing and Metrics
    Hot-Swap Debugging
    Improved code editor
    XML Schema visual editor
    Database development and Database modeling
    One-Click deploy to Oracle Application Server, BEA Weblogic, JBoss and Tomcat
    Web services development and consumption with support for WS-I
    And much more.

    Hi,
    That is definitely a product manager - positioning question (forum ID: oalonso), so I'd recommend that you ask the same question in the SES forum. The Text team has been monitoring that forum and answering most of the posts there, so you'd probably be more likely to get your question answered.
    Secure Enterprise Search
    -Ron

  • Oracle JDeveloper 10g (10.1.2) has been certified ?

    In this Oracle JDeveloper 10g (10.1.2) have many bug fix.
    Is Oracle JHeadstart 10g Release 9.0.5.1 has been certified with the Oracle JDeveloper 10g (10.1.2) ?

    To summarize the position of JHeadstart for ADF (JHeadstart 10.1):
    Almost a year ago, we already announced the JHeadstart for ADF release, explaining how you can ensure that the migration will go as smooth as possible. See the forum thread at its Jheadstart like ADF? .
    This information was also included in the JHeadstart Frequently Asked Questions (see questions 15 and 15a) at http://www.oracle.com/technology/consulting/9iservices/jhs_faq_ext905.htm .
    Quote from the JHeadstart FAQ:
    If you already use JHeadstart we recommend you to upgrade to the new version of JHeadstart (9.0.5.1) do the following to make the migration from this JHeadstart release to the JHeadstart-ADF release as smooth as possible:
    [ul][li]
    * generate as much as possible of your application using the JAG. The metadata structure will stay the same, but the generator output will be fairly different.
    [li][li]
    * put all your business logic in BC4J app modules or ViewObjects. Do not put a lot of code in handler business methods, but have the handler business methods delegate to the corrsponding AM or VO. The reason for this is that the handlers will go away in ADF, ADF allows you to drag and drop your (client exported) AM/VO methods directly onto your page or Struts action.
    [li][ul]
    If you have not used JHeadstart before you can either start using ADF or JHeadstart and make the switch to ADF when JHeadstart-ADF release comes out like described above. In all circumstances it is a good choice to familiarize yourself with ADF. Good knowledge of this framework is required when you use the JHeadstart-ADF release.
    JHeadstart is the only tool that offers you migration of your existing application structure and data operations to the ADF Model (Data Controls and Data Bindings).
    Furthermore, the new JHeadstart 10.1.0 release (compatible with JDeveloper 10.1.2.0.0) will be able to generate more features than the previous release JHeadstart 9.0.5, which means that you will need less post-generation changes.
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Oracle Jdeveloper 10g (10.1.2.0.0)

    Dear, Can you assist me to download Oracle Jdevelop 10g (10.1.2.0.0), I'm trying from last 3 hours date 11th June 2005.
    Thanks & Best Regards
    Shahebaz Shaikh

    Dear Naif,
    Could you send me a copy of Jdev as well.
    I don't mind having the preview version of latest Jdev (10.1.3?), which has JSF feature.
    my email is [email protected]
    Thanks in advance
    Alan

  • Oracle JDeveloper 10g (9.0.5.1) on Mac OS X !

    Just downloaded and tried out the Production version of JDeveloper 10g and seems to work perfectly (running 10.3.3 and Java 1.4.2). I don't see Mac OS X listed as a supported platform, but it does have a "Darwin" specific conf file. Also, in Preferences > Look and Feel, there is a "Mac OS X" option, which is cool. Thanks Oracle! I can't wait to see the release of 10g database for Mac OS X.

    Installing jdev on mac OSX10.3:
    -Unpack the JDev bundle to your Applications directory. Be sure to get an install that does NOT include a JVM.
    -In a terminal window, cd to the jdev bin directory:
    cd /Applications/jdev/jdev/bin
    (path may vary depending on how you unpacked)
    -From that directory, start jdev by typing:
    sh jdev
    -jdev will prompt you for your path to a JDK. There are several paths you can use which are various links to specifically installed version, links to the current version, etc. I used:
    /System/Library/Frameworks/JavaVM.framework/Home
    (Points to the Home of the current version of the JDK)
    A few improvements from the basic setup:
    -Create a link in your /usr/bin directory so that you can start jdev simply by typing jdev in a terminal. To do this:
    cd /usr/bin
    ln -s /Applications/jdev/jdev/bin/jdev jdev
    (Make sure the linked path matches your install location).
    -'fix' the depreciated system properties in the /Applications/jdev/jdev/bin/jdev-Darwin.conf file (this file is used for platform specific configuration on OSX). the bottom part of my file looks like this (note that I am including the portions I commented out - the stuff above that in the file I left alone):
    #AddVMOption -Dcom.apple.macos.useScreenMenuBar=false
    #AddVMOption -Dcom.apple.macosx.AntiAliasedTextOn=false
    #AddVMOption -Dcom.apple.macosx.AntiAliasedGraphicsOn=false
    AddVMOption -Dcom.apple.macos.useScreenMenuBar=false
    AddVMOption -Dapple.awt.TextAntialiasing=false
    AddVMOption -Dapple.awt.Antialiasing=true
    # Disable hardware acceleration as XOR doesn't work under Quartz
    AddVMOption -Dcom.apple.hwaccel=false
    Hope that helps anyone trying to install. If anyone has suggestions for 'tuning' parameters to add to the config for the Apple 1.4.2 JVM, I'd love to hear them!
    Thanks,
    Eric Everman

Maybe you are looking for

  • Acrobat no longer available in Adobe Application Manager

    Hello, I have a Creative Cloud subscription. I uninstalled Acrobat and when I tried to reinstall it doesn't show in Adobe Application Manager. I'm on Windows Vista 32 bit, using CS6. All other applications show in the Application Manager. Any ideas?

  • HTTP.SYS fails to load after ProLiant NIC driver update on Server 2008 R2

    Hi team, This has been driving me crazy for a week and I can't find any reference to solving the problem in Technet or any forums... I have a ProLiant ML350G5 server that I installed Server 2008 R2 on and migrated all my domain AD, DNS, File Services

  • Only display 1 page. WHY?

    I have a report that only display 1 page of data. However I run the same query in TOAD and receive a large amount of data. WHY. See query below. In Reports, I commented out the order by clause. Thanks.     select  distinct B.NAME,   err.bureau_code,

  • Is there any way you can use a USB webcam with ichatAV?

    I use a Firewire Canon DV with no problems at all with ichatAV. I have a USB webcam however which i cannot use. Is there a plug in or such available to allow you use a USB camera with ichatAV. Help greatfully received!

  • MPEG video from a Sony Hard Drive Camera and PPCS3

    I asked the questions before buying from ADOBE. The answers were yes that the video would import and that the program would do all editing for HD video from all HD cameras. Well anyone that has tried this knows it is a very false statement from ADOBE