Jdeveloper and Oracle 8.1.6

which Jdeveloper version will work with Oracle 8.1.6 and when it will be available?
Jdeveoper 3.0 only work with Oracle 8.1.5.

Zheng,
JDeveloper 3.1 which is production now (can be downloaded from http://technet.oracle.com/products/jdev/
It works with Oracle 8.1.6
-Kishore

Similar Messages

  • Unable to establish connection between JDeveloper and Oracle BPA

    Hi,
    I have the jdeveloper as well as the oracle bpa installed.
    When I try to establish the connection for bpa within jdeveloper, i am unable to do so.
    I checked the connection within jdeveloper, BPA Server connection. it gives a result 'Test succeeded. After that when i click the ok button on the dialogue box, it does not close the dialogue box and allow me to proceed further.
    Any help would be appreciated
    Thanks
    krish

    Jdeveloper version is 11g and Oracle BPA Suite is 11gR1.
    Thanks

  • Jdeveloper and Oracle BI

    i just download the lastest release for both oracle jdeveloper and BI, how do i get to integrate these together and another thing, i cannot get the extensions that jdeveloper needs for oracle BI..i have jdeveloper 11.1.1.4

    You'll need to wait for the BI server to go production with their PS3 version - then their extension will be available.

  • JDeveloper and Oracle Software Packager

    Is there any integration between JDeveloper 3.2 and Oracle Software Packager.
    If not are there any standard 'Best Practices' for generating builds from JDeveloper in structures that can be used by OSP/OUI.
    null

    Please provide enough information for us to know what you are trying to do and with what version.
    You could be asking about anything from the box the software comes in (if it did) to built-in PL/SQL packages and we should not have to guess at your meaning.

  • JDeveloper and Oracle XML Database Development

    Hello, folks:
    I am trying to create XML database through JDeveloper.
    Database: Oracle 10g
    IDE: JDeveloper 11.1.2.2.0
    JDBC Driver: Oracle ojdbc6.jar
    I connect successfully to the database through JDeveloper. There I see many folders listed, e.g. Tables, Views, Indexes, XML Schemas, XML DB Repository, and others. My problem is that when I try to save a large schema file (that I already validated on my local machine) that is roughly more than 300 lines, then JDeveloper is unable to save the file. It saves only very small files that are about 100 lines or less. The error message simply is: "Unable to save XML Schema blah.filename@local (Error saving XML Schema).
    I tried to do it in Oracle SQL Developer, but got the same error. Can someone please help me understand this problem and how to fix it? Do I need to specify some settings in JDeveloper or SQL Developer? Thanks a lot in advance.
    Asif

    The XML database engine used in JDev is in fact from SQL Developer. In other words the SQL Developer code base is used by JDev though typically it is an older version than the latest SQL Developer. As such best post this question to the SQL Developer forum and ensure to state which standalone SQL Developer version you're using.
    CM.

  • Jdeveloper and Oracle Portal

    Hi All,
    Can JDeveloper be used as a RAD tool for PLSQL Portlets for Oracle Poral ?
    Darragh

    You can use JDeveloper to create PL/SQL stored procedures/function and for debugging them.
    The 10.1.3.2 version of JDeveloper will have further Java based development capabilities for portlet development and consumption.
    See:
    http://www.oracle.com/technology/products/webcenter/index.html

  • JDeveloper and Oracle Lite

    Now that I adjusted the jdeveloper.ini file to include d:\oracle\home0\lite\classes\Olite40.jar after the last entry in IDEClassspath, the error message switched from "can't find oracle.lite.poljdbc.POLJDBCDriver" to "no oljdbc40 in java.library.path". I am using Oracle 8i lite version 4.0.1.0. What am I misssing? Thank you in addvance for the reply.

    Try also adding the path to oljdbc40 the SLP and JLP settings in the jdeveloper.ini file.
    The following is from the 3.1 Release Notes:
    JDK 1.2/1.3 and Native Code
    If you are using the Oracle JDBC/OCI or Oracle Lite JDBC Driver with JDeveloper (JDK 1.2/1.3) add the %ORACLE_HOME%/bin directory to java.library.path and
    sun.boot.library.path in bin/jdeveloper.ini. It should look like this:
    [Java_2]
    JDK=java version "JDK1.2.2_JDeveloper"
    Java2VM=OJVM
    JLP=-Djava.library.path=.;%JAVA_ROOT%\bin;%JAVA_ROOT%\jre\bin;C:\ORANT\BIN
    SLP=-Dsun.boot.library.path=.;%JAVA_ROOT%\bin;%JAVA_ROOT%\jre\bin;C:\ORANT\BIN
    If you are executing applications which use the JNI to call native libraries (DLL files) under JDeveloper with JDK 1.2/1.3 it is necessary to edit your project properties. Add to the
    Java VM Parameters, under the Run/Debug tab the following setting: -Djava.library.path=(Path where DLL files are located)".

  • JDeveloper and Oracle Business Intelegence

    Hi ,
    I have problem integrating Business Intelegence to JDeveloper . The main problem is Language problem.
    I use Azerbaijan language to name our reports in dashboards in OBIEE . When i call reports from JSF page , their occur problem in the page such as "Path not found"
    The reason for that is the letter "Ə" becomes the letter "Æ" . Could someone help me ?

    Hi,
    sounds liek a character encoding problem. I suggest you try one of the BI forums here.
    https://forums.oracle.com/forums/category.jspa?categoryID=16
    I am sure that there must be others with this problem
    Frank

  • Jdeveloper and Oracle Reports

    Hi,
    I'm using a jsp aplication and i need to call reports made in oracle reports. I some ocasions i need to print more than 100 reports, so i wouldn't like to open more than 100 windows and click in the print button.
    How can i do this?
    Thanks
    RJC

    Look up the documentation page for Reports on OTN for a book called publishing Reports - there are several ways to invoke a report including a Web Service intergace and a URL interface.

  • BIBeans without JDeveloper and Oracle

    I am interested in using BIBeans in my application. I have checked out the samples using JDeveloper. I am interested in creating a crosstab, without using the JDeveloper wizards. I would be grateful, if anyone could send me a sample code or help me this matter

    This depends on your deployment environment. If you are using a JSP environment there are no JSP tags to allow a user to create a presentation, using wizards.
    However, the wizards are actually available in the java client environment. From a java client application the user has access to the same presentation wizards as JDeveloper. There is a sample that demonstrates how to achieve this.
    With a JSP you can create a new presentation automatically with the presentation tag. There is option to create a new view type - crosstab/graph. No programming required. However, there is no thin Query Builder or Calc Builder to allow the user to update the presentation. However, you can provide access to saved selections that are shortcuts that can be used to replace Query Builder.
    So there is no need for code. Everything you need is availabe from the standard tags.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Free Forms Modernization and Oracle ADF event running June 6th 2011

    Oracle partner iAdvise are running a full day workshop on Forms modernization and Oracle ADF in Belgium on the 6th June 2011. For those interested in JDeveloper and ADF, there is a full afternoon of ADF training, as well as a copy of the Quick Start Guide to Fusion Development JDeveloper and Oracle ADF.
    You can register here:https://www.iadvise-hosting.be/pls/apexsaas2/f?p=eev:104:4479387178760612%20
    So, if you have any investment in Oracle Forms and are looking at ADF, you need to attend!

    bump

  • J2ee naming services and Oracle 9iAS

    I am trying to use the JNDI services of the j2ee specs with JDeveloper and the Oracle Application server (9iAs). Doing this we have the problem that JDeveloper do not support the java.naming package. We have added the package to JDeveloper but we do not know ik Oracle 9iAs will work with this package added.
    Can someone give me some information about the use of JNDI within JDeveloper and Oracle 9iAs
    null

    I am trying to use the JNDI services of the j2ee specs with JDeveloper and the Oracle Application server (9iAs). Doing this we have the problem that JDeveloper do not support the java.naming package. We have added the package to JDeveloper but we do not know ik Oracle 9iAs will work with this package added.
    Can someone give me some information about the use of JNDI within JDeveloper and Oracle 9iAs
    null

  • Oracle's XML Publisher in JDeveloper and XSQL Servlet

    A While ago, in this thread JDeveloper 10g, XSQL and FOP , was mentioned an ongoing effort for the "integration of Oracle's XML Publisher in JDeveloper and XSQL Servlet", Is this still happening ?, will this be something will be able to use without having to be an Oracle Apps shop? Any additional info would be appreciated.

    Hi,
    is there any progress about XML publisher integration with JDeveloper. I'm right now examining XML publisher but there is no explicit directions and explanations of using XML publisher with jdeveloper.
    any news !?
    best regards...
    --barisk                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • 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

  • JDeveloper 11g and Oracle XE 10g

    Hi, We are beginner in JDev. and ADF and Oracle as well.. we are developing a PENSION software for an organization as an Internee ... we have a less time and our timelines are getting close ..Whenever We Insert into the database it overrides the previous record .. we are using this tutorial Developing Rich Web Applications With Oracle ADF http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_1.html but at the end Its run and update in JDEVELOPER MODEL TESTER but cannot update in JSF page in Web browser and cant update in XE database also
    we also follow instructions in these 2 blog posts
    JDeveloper 11g and Oracle XE 10g and have done the commit button and have done changing its properties
    please respond earlier
    REGARDS

    We are using JDeveloper and Xe database ( 11g R2 ) , Oracle ADF , Xe database
    how have you configured your commit button : JDeveloper 11g and Oracle XE 10g
    and how are you instering a row : ->> When we insert in JDEV debug app.tester it will work fine and also make changes to XE DB as well , but when we RUN app in Browser and add a field or record it will override the previous one
    Edited by: 844290 on Aug 30, 2012 10:53 PM

Maybe you are looking for

  • Error in Marketing Attribute Update

    HI All, I need to update the Marketing attribute of the BP. For this i tried using below mentioned FM 1. CRM_MKTBP_ASSIGN_ATTRIBUT 2. CRM_MKTBP_CHANGE_BP Now i am facing a strange issue here. My code is able to update BP half of the time and half of

  • How do i view 'Today, Yesterday' search options in finder sidebar?

    Today i just got a new iMac, previously using a 2009 macbook. A feature in the finder sidebar that i use everyday is no longer there, nor can i find a setting to show/unhide it. The 'Today' 'search for'  sorting option. i use it all the time when sor

  • Add counter in  Receiver File name

    Hello  Everyone, I have a Idoc to file scenaraio . The file comes regularly and whenevr the file comes, it should get suffix with datestamp and then the counter. The  name is should be Partner_YYYYMMDDHHMMSSL.xml. Where L is counter and should be inc

  • Adobe Premiere Trial will not install - Failed to Initialize error

    When attempting to install the downloaded trial the following message occurs: "We've encountered the following issues: Installer failed to initialize. Please download Adobe Support Advisor to detect the problem." Running Support Advisor finds no issu

  • How to write date.........

    how to write the code for the o/p for the date in a format like 10/10/2006.