Oracle Advanced Security in Developer Forms 10g (10.1.2.)

Hi everybody,
I have installed Oracle RDBMS 10g v.2 (10.2.0) and Developer Suite 10g (v 10.1.2) on XP platform on the same machine.
I want to configure encryption and SSL authentication (Oracle Advanced Security) using Oracle Net Manager of Developer Suite as I have done before on Oracle Net Manager of Oracle Database Server and Oracle Client 10g as well....
The problem is that there is no such a selection in Oracle Net Manager and i'm wondering if there is the capability to install and configure Oracle Advanced Security in Developer Suite 10.1.2..
Is there Developer Suite 10.2. downloadable from OTN....????
Thanks , for your interest...
Simon

I believe they need to be in separate folders.
I extracted them into separate folders, then ran setup.exe from disk 1. It will ask you for the location of disk 2, enter that path and away it went.

Similar Messages

  • No Oracle Advanced PL/SQL Developer OCP in June UK Training Leaflet?

    Oracle have out of the kindness of it's heart :x (and desire to avail of bigdelboy's gbp ;\ ) sent bigdelboy an Oracle (UK/Eire) Training Courses June-October 2009.
    This training course leaflet also references certifications.
    Now interestingly there is no reference to the Oracle Advanced PL/SQL Developer Certified Professional on this :(
    There is mention of the following 4 training courses wrt certs:
    Oracle AS 10g : portal - build corporate portals
    Oracle AS 10g : portal - build build portlets with PL/SQL
    Oracle forms developer 10g: build internal applications
    Oracle Reports Developer 10g: build reports
    And looking at this bigdelboy also noticed ?:| .....
    ... to top it all, as of the time of this post the Oracle PL/SQL developer and forms Page currently at:
    [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=155]
    seems to be showing incorrect info ...
    It shows Advanced Pl/SQL developer OCP being obtainable by:
    1z0-051(or friends)+1z0-147+1z0-144 (1z0-144 is not shown explicitly but the link points to it).
    rather than what bigdelboy suspects is correct.
    1z0-051(or friends)+1z0-144(or 1z0-147)+1z0-146
    Anyway bigdelboy wonders if mediaguy has been a little slow on the announcements or has bigdelboy totally misunderstood :D
    Edited by: bigdelboy on 13-Jun-2009 15:14 (Big big Typo(s))

    Hello, core Tech Delivery Manager for UK here - Claire
    Noticed your comments re new printed schedule - just to say Dates here correct at going to print, but things change as we go.
    For exmaple - We also have a new partner in Ireland who's training dates can be found on IE education website on http://education.oracle.com, not on printed schedule.
    New dates and courses come out all year (new Oracle 11g Weblogic middle tier courses will be next to hit the shelves, followed by 11gR2 New Features for Administrators etc)...so it is always best to use Printed schedule as a guide only, and it should entice you to our UK website for OU, to check latest dates, locations and prices, most of which should match ok...but there will be a lot more on website. You can also call +0845 777 7711.
    You are right the PLSQL OCP is not on the printed schedule - I am glad they have added this though - the exam is currently in Beta from what I understand, but regardless I took the decision given the limited amount of space and huge variety of middleware offerings, to include more learning paths such as Java Developer, Web Admin and App Developer (you will see APLS listed as a course there, and I ensured it was one of the main listed unfer the DB&Lang section.)
    We now teach 11g version of Advanced PLSQL.
    Forms , Reports and Portal still have Customer Demand in UK and IE hence their inclusion too - not all companies have upgraded to latest Oracle technology yet, which is why we still run a lot of 10g based DB courses in parallel to 11g - most customers plan to upgrade from 9i/10g straight to 11gR2.
    Hence, it is wise to include courses that will sell, not just the latest courses ..which could alienate potential customers of OU !
    You are totally right about the exams though - I notice it should be 1z0-051(or friends)+1z0-144(or 1z0-147)+1z0-146 as you say below, so I have emailed marketing et al to see if Global will change the website (which is centrally controlled from US).
    Do let us know anything else you can report, Id be happy to help if I can...though I wont leave my phone number on here if that's ok!

  • Oracle advanced security problem

    I have the following situation:
    Oracle 10.2.0.2.0 database running on RHEL 3.0
    Oracle advanced security is installed
    sqlnet.ora on the server
    # sqlnet.ora Network Configuration File: c:\oracle\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.CRYPTO_SEED = 'gkjhkh987987979'
    SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER= (MD5)
    SQLNET.CRYPTO_CHECKSUM_SERVER = required
    SQLNET.ENCRYPTION_TYPES_SERVER= (DES40, DES, 3DES112)
    SQLNET.ENCRYPTION_SERVER = required
    #SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT= (MD5)
    #SQLNET.CRYPTO_CHECKSUM_CLIENT = accepted
    #SQLNET.ENCRYPTION_TYPES_CLIENT = ("DES40,DES")
    #SQLNET.ENCRYPTION_CLIENT = accepted
    On the client I have two homes
    1. Oracle 10g client
    I can connect to the database even if there is no crypto and checksum types specified.
    2. Application which is using oracle 8 client
    if there are no crypto and checksum types I get
    ORA-12660: Encryption or crypto-checksumming parameters incompatible
    Cause: One side of the connection specified "REQUIRED" for encryption or crypto-checksumming, while the other side specified "REJECTED".
    if the slqnet.ora is
    # sqlnet.ora Network Configuration File: c:\oracle\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.CRYPTO_SEED = 'gkjhkh987987979'
    #SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER= (MD5)
    #SQLNET.CRYPTO_CHECKSUM_SERVER = required
    #SQLNET.ENCRYPTION_TYPES_SERVER= (DES40, DES, 3DES112)
    #SQLNET.ENCRYPTION_SERVER = required
    SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT= (MD5)
    SQLNET.CRYPTO_CHECKSUM_CLIENT = accepted
    SQLNET.ENCRYPTION_TYPES_CLIENT = ("DES40,DES")
    SQLNET.ENCRYPTION_CLIENT = accepted
    I get
    ORA-12649: Unknown encryption or data integrity algorithm
    Cause: An Oracle Advanced Security list-of-algorithms parameter included an algorithm name that was not recognized.
    Any Ideas?

    I have the following situation:
    Oracle 10.2.0.2.0 database running on RHEL 3.0
    Oracle advanced security is installed
    sqlnet.ora on the server
    # sqlnet.ora Network Configuration File: c:\oracle\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.CRYPTO_SEED = 'gkjhkh987987979'
    SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER= (MD5)
    SQLNET.CRYPTO_CHECKSUM_SERVER = required
    SQLNET.ENCRYPTION_TYPES_SERVER= (DES40, DES, 3DES112)
    SQLNET.ENCRYPTION_SERVER = required
    #SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT= (MD5)
    #SQLNET.CRYPTO_CHECKSUM_CLIENT = accepted
    #SQLNET.ENCRYPTION_TYPES_CLIENT = ("DES40,DES")
    #SQLNET.ENCRYPTION_CLIENT = accepted
    On the client I have two homes
    1. Oracle 10g client
    I can connect to the database even if there is no crypto and checksum types specified.
    2. Application which is using oracle 8 client
    if there are no crypto and checksum types I get
    ORA-12660: Encryption or crypto-checksumming parameters incompatible
    Cause: One side of the connection specified "REQUIRED" for encryption or crypto-checksumming, while the other side specified "REJECTED".
    if the slqnet.ora is
    # sqlnet.ora Network Configuration File: c:\oracle\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.CRYPTO_SEED = 'gkjhkh987987979'
    #SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER= (MD5)
    #SQLNET.CRYPTO_CHECKSUM_SERVER = required
    #SQLNET.ENCRYPTION_TYPES_SERVER= (DES40, DES, 3DES112)
    #SQLNET.ENCRYPTION_SERVER = required
    SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT= (MD5)
    SQLNET.CRYPTO_CHECKSUM_CLIENT = accepted
    SQLNET.ENCRYPTION_TYPES_CLIENT = ("DES40,DES")
    SQLNET.ENCRYPTION_CLIENT = accepted
    I get
    ORA-12649: Unknown encryption or data integrity algorithm
    Cause: An Oracle Advanced Security list-of-algorithms parameter included an algorithm name that was not recognized.
    Any Ideas?

  • EBS R12.1 with Oracle Advance Security option  - is it certified ?

    Hi,
    Environment details are below:
    EBS R12.1.1
    Oracle database version is 10g R2 (10.2.0.4) .
    OS is Solaris 10
    We are looking for an option of implementing Oracle advanced security option (ASO) .But want to know if its certified with EBS R12.1.1 / 10g R2 database.
    I checked few links but I'm not clear if its certified.
    http://blogs.oracle.com/stevenChan/2008/07/10gr2_10204_certified_with_apps_11i.html
    from the above link i understand its certified on 11i (11.5.10 CU2 only)
    <<Advanced Security Option / Advanced Networking Option (ASO / ANO) (11.5.10.CU2 only)>>
    Dees anyone know about this certification. If you have any pointers please let me know.
    Thanks for your time.
    Note : ASO is certified with 11g database. 11gR1 but I'm looking for 10g R2 (10.2.0.4)
    http://blogs.oracle.com/mt/mt-search.cgi?blog_id=101&tag=EBS%2012&limit=20
    Cheers,
    sbs
    Edited by: sbs on Oct 14, 2009 5:23 PM

    Hi,
    Please see this link.
    10gR2 10.2.0.4 Database Certified with Apps 12
    http://blogs.oracle.com/stevenChan/2008/08/10gr2_10204_database_certified_with_apps_12.html
    Regards,
    Hussein

  • Developer Forms 10g Release 2

    i have installed developer forms 10g release 2 on my pc.
    i logged in as a scott user.
    i have created a form and a block of emp table.
    when i am going to run the form it will give me TNS:12560 : application protocol error. and ask for username/password. and after enter user scott and password for it it will still TNS error.
    when i create it will display scott users tables and logged in successfully.
    but at runtime it will give error.
    Please suggest me what to do?
    Reply urgently !!!

    thank you again friends
    by setting both tnsnames.ora files in database_home and developer_home has solved the problem
    now the form is running directly.
    is there any books for Oracle Forms/Reports developer complete reference
    for learning forms and reports designing ?
    i want to quickly learn the forms and reports developer.
    in oracle website only install/release documentation is available not the learning documentation available.
    if some tutorials/sample projects are available than it is also helpful to me learnig quickly.
    please help me!!!

  • Enterpise User Security, OID and Oracle Advanced Security

    Do we also need Oracle Advanced Security when using the OID
    solution (Oracle Application Server)? I just seem to remember
    coming across something where some portion of the LDAP directory
    needed to communicate over SSL, and I wasn't sure if this
    implied that Oracle Advanced Security was needed.
    Thanks.

    Hi!
    As long as you use the LDAP via SSL purely in the Application Server then there is no need for Advanced Security.
    As you mentioned Enterprise Users - which is a database user authenticated by the OID, you will need the Advanced Security option.
    cu
    Andreas

  • Saving a PDF or DOC file into Oracle 9i using Developer Forms 10g

    Hi guys,
    I want to save a pdf or doc file into oracle 9i. I am using Developer 10 g. Please help me;
    1. What datatype field should be in database table to store such file.
    2. Which code should I use in Forms 10g to display open file dialog, get the name and save that into database table.
    Thanks in advance

    WEBUTIL is a library used with forms to interact with the client. With Forms10G the library comes shipped with the developer suite, for forms 9i i'm not sure, check the forms-page at otn if there is any download available. For documentation about how to do a file-upload, simply search the forum, there are lots of examples.

  • Setup.exe problem in Oracle Developer Forms 10g in Windows XP

    Hi All,
    I have downloaded the below files for installing Developer Suit 10g from http://www.oracle.com/technetwork/developer-tools/developer-suite/downloads/101202winsoft-087370.html.
    1. ds_windows_x86_101202_disk1.zip (626,122,752 bytes)
    2. ds_windows_x86_101202_disk2.zip (236,880,881 bytes)
    I am installing it on Windows XP, Service Pack 3.
    However when I click on setup.exe file in disk1 folder, it does not execute.
    I went through the forums which discussed on problems related to execution of setup.exe on XP. Tried most of the things like Stopping the anti virus, run as administrator, rename the file, stop certain services , etc, but however this setup.exe does not run.
    I am able to run exe files of other applications. I am having 1GB RAM, 10GB free disk space on P4.
    Pl. suggest what could be the possible problem.
    regards,
    Baljeet

    Here are a couple of things to try:
    1. Make sure there are no spaces in the directory name where you unzipped the installer.
    2. As Pilgrim indicated, you must be an administrator on the workstation in order to run the installer.
    3. Verify you have a clean download: check the file size and/or CRC information to ensure the download is not corrupt.
    Craig...

  • Unable to establish a connection to Oracle 9I database from Developer Forms

    I've installed the Oracle 9I database in the Windoes NT server with SID = ORA9i. Using the SQL*plus coming with oracle 9I database, I can connect to the database. I've also installed the Developer with Forms 6I and Reports 6I in the same computer. I tried to establish a connection to the Oracle 9I from Developer through "Oracle Net8 Easy Config". After giving the settings, when I do a connection test, it is giving the error "TNS Could not resolve the Service Name".
    the following is the entry in the 'tnsnames.ora' file
    TEST9I.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST = ((PROTOCOL = TCP)(Host = ntserver)(Port = 1521))
    (CONNECT_DATA = (SID = ORA9i))
    Can somebody tell me how to make a connection from Developer (Forms6I and Reports 6I) to Oracle 9I database.
    Thank you.

    hi matz,
    i tried this one too, but it is not working. giving the same error. if i've making a connection thru the 'Oracle Net8 easy config', it is giving the following error at time of connection test.
    The test did not succeed.
    ORA-03106: fatal two-task communication protocol error
    There may be an error in the fields entered
    or the server may not be ready for a connection.
    You can check the server and retry, or continue.
    this is the message i'm getting. but i couldn't find any error in the fields i entered.
    if i'm editing the 'tnsnames.ora' file and make the connection, and when i open the Form builder and try to connect to the database, it is giving a memory error.
    the instruction at "0x67614f04" referenced memory at "0x000000160". The memory could not br "written".
    i don't know why it is happening. i can connect from the same forms to Oracle 8i database. is there any additional settings we need for Oracle 9i on windows platform?
    regards
    george

  • Pros and Cons in using Oracle Advanced Security vs IPSEC?

    In the CIS guidelines I've read the following:
    "OAS Integrity/Encryption should only be used if required because of non-SSL clients"
    and
    "Only implement OAS if a local integrity/encryption policy does not already exist, e.g., IPSec or other means for providing integrity/confidentiality services."
    Does anyone understand the argument?
    Is it:
    A. Because you don't want/need to "double bag" your secure communications?
    B. Because it's an additional expense and other options are cheaper?
    C. Because it's difficult to configure properly?
    D. Because for some unknown reason it's not possible to use PKI with all your clients?
    E. Some other reason?
    F. All of the above?
    I just want to know which method is superior or inferior and under what options I might go for one and not the other.

    Hi,
    let me try an answer, others please comment:
    I understand the first sentence this way: "Use OAS when there are clients that don't support SSL"; if you need to provide encryption/integrity for these clients regardless, OAS provides native, non-SSL-based network encryption/integrity that is extremely easy to switch on; see here:
    http://www.oracle.com/technology/obe/11gr2_db_prod/security/network_encrypt/ntwrkencrypt.htm
    The 2nd sentence says that you don't have to double bag; if IPSec is in place (and properly configured), OAS doesn't need to encrypt SQL*Net traffic one more time.
    Hope this helps,
    Peter

  • How to configure Oracle 10g Advanced Security to use SSL concurrently with

    How to configure Oracle 10g Advanced Security to use SSL concurrently with database User names and passwords
    In Oracle Advanced Security Documentation it is mentioned that i can use SSL concurrently with DB user names and passwords. But when i configure the client certificate on the client my DB connection is getting authenticated using the certificate, which out passing user id or password.
    We want to connect to Oracle DB over SSL channel so that the data packets are not in clear text. Also we want the user to make a connection using user id and password.
    Basically we want SSL with out authentication.
    Need your expert advice

    Read the documentation (I have given following links assuming you are running a 32 bit architecture)
    Server installations:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb14316%2Ftoc.htm&remark=portal+%28Books%29
    Client installations:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb14312%2Ftoc.htm&remark=portal+%28Books%29
    You can find the required books (if not using 32 bit architecture) from
    http://www.oracle.com/pls/db102/portal.portal_db?selected=3

  • Getting Error while running Developer Suite 10g forms.

    After designing the form when I'm trying to run the form I'm getting the error message The Java Runtime Environment Cannot be loaded from <\bin\client\jvm.dll>. I have installed oracle database 11g and developer suite 10g in Windows XP Prof. Pc. Please guite some one. Trying from last 2 days but nothing is happening.

    You may not have admin rights to install Jinitiator on your box.
    Cheers

  • EBS R12  Extend Oracle Applications: Forms 10g

    Hi ,
    I am practicing to develop forms in EBS R12. I am copying fmbs to my windows to edit
    my forms. I am using developer forms 10g and I am following this steps:
    - Copy all pll files, TEMPLATE.fmb & APPSTAND.fmb from $AU_TOP/resource to your local pc (C:\ABC)
    - Add (C:\ABC) to FORMS_PATH in the registry
    - Close/Open Forms Builder
    - Open the form
    I am opening the TEMPLATE.fmb on my windows but I encounter these errors:
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPDAYPK. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library GHR. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library OPM. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    I check the FORMS_PATH and the directory containing these .pll is existing.
    And some of the .pll were able to attached like:
    GLOBE.pll,JE,FNDSQF,JL,JA,PQH_GEN,CUSTOM,VERT1,VERT2,VERT3,VERT4,VERT5
    Please help....thanks

    Hi again,
    I found some tutorial in the net :) and some install requirements are:
    Installation steps
    ============
    This sample dialog need database objects to run.
    All the necessary objects are provided in the tutoforms10g.zip file shipped with the article.
    This zip file contains 2 sub directories:
    /config that contains the configuration files.
    /scripts that contains the Sql script files to create the database objects.
    Download the tutoforms10g.zip file
    Unzip the tutoforms10g.zip file under your <DEVSUITE_HOME>/forms/ directory.
    Create a new user in your database
    With Sql*plus or SqlDeveloper, run the /scripts/install.sql scriptnote : because this demo use the Webutil functions, the Oracle user where you have created these objects must have the WEBUTIL_DB package compiled or a grant EXECUTE to this package if it is present in another schema.
    Under the /tutoforms/ directory compile all the source modulesYou can use the compile_all.bat file located in the same directory to compile all objects at once.e.g. compile_all user/password@instance
    Edit the /tutoforms/config/tutforms10g.env file to indicate your own settings (in blue in this example)#oracle home adapt this value to your own setting
    ORACLE_HOME=D:\Dev10gR2
    FORMS_PATH=%ORACLE_HOME%\forms\tutoforms
    ORACLE_PATH=%ORACLE_HOME%\forms\tutoforms
    FORMS_TRACE_PATH=%ORACLE_HOME%\forms\tutoforms
    CLASSPATH=D:\Dev10gR2\forms\java\frmwebutil.jar;%ORACLE_HOME%\jlib\debugger.jar;%ORACLE_HOME%
    \forms\tutoforms\FormsGraph.jar;%ORACLE_HOME%\forms\tutoforms\myIcons.jar;
    # webutil config file path
    WEBUTIL_CONFIG=D:\Dev10gR2\forms\server\webutil.cfg
    Edit the /tutoforms/config/ add_to_formsweb.cfg file to set your own database connect string (in blue in thisexample)
    lookAndFeel=Oracle
    colorScheme=blaf
    logo=no
    #don't forget to put your own database connexion
    userid=tutoforms10g/tutoforms10g@XE
    Copy the /tutoforms/config/tutforms10g.env to the /forms/server directory
    add the /tutoforms/config/ add_to_formsweb.cfg at the end of your /forms/server/formsweb.cfg file
    Then, you can start the demo by indicating the new [tutoforms10g] formsweb.cfg section.http://machine:8890/forms/frmservlet?config=tutoforms10g
    ============
    What I dont understand here is the WEBUTIL_DB package.
    I tried to search my 10g database with it:
    Select * from dba_objects where object_name like '%WEBUTIL%';
    But no rows selected. Where can I find this package please?
    Thanks a lot

  • How to Migrate Oracle Forms 4.5 to Forms 10g

    Hi All,
    I want to know abt migration steps i.e. i 'm doing migration of Oracle Forms 4.5 to Oracle Forms 10g. Then existing forms is on Windows xx and the database is Oracle 8.
    What is the better way to approach this issue? Whether, directly open the existing Forms into Oracle Forms 10g or first open the form into Forms 6i and then after 10g?
    Tell me the System Specification.... Database version.... Which Application Server is suitable.... And whether the Oracle 9i database possible for Forms 10g or not.
    Pls Give me solution.
    Thanks.

    For Forms Upgrade information I would firstly checkout the Forms Upgrade Center. If you don't find your answer there I would post your question to the Forms
    <p />
    Donal

  • Forms 4.5 Migration to Oracle Forms 10g

    Hi All,
    I want to know abt migration steps i.e. i 'm doing migration of Oracle Forms 4.5 to Oracle Forms 10g. Then existing forms is on Windows NT based environment and the database is Oracle 8.
    What is the better way to approach this issue? Whether, directly open the existing Forms into Oracle Forms 10g or first open the form into Forms 6i and then after 10g?
    Tell me the System Specification.... Database version.... Which Application Server is suitable.... And whether the Oracle 9i database possible for Forms 10g or not.
    Pls Give me solution.
    Thanks

    What is the better way to approach this issue?
    Whether, directly open the existing Forms into Oracle
    Forms 10g or first open the form into Forms 6i and
    then after 10g?As Grant said:
    4.5 to 10g (strictly speaking is not supported) but should work ok - Generally speaking you just open your Forms in the 10g builder and compile. You should check out otn.oracle.com/formsupgrade which gives you some good pointers including the Forms built-in procedures that have be desupported and removed from the product.
    4.5 -> 6i -> 10g was the supported route (but even 6i is desupported now).
    >
    Tell me the System Specification.... Database
    version.... Which Application Server is suitable....
    And whether the Oracle 9i database possible for Forms
    10g or not.OAS 10gR2, DB 9i is good.

Maybe you are looking for