How to connect Forms 6i & Reports 6i with oracle 10g R2?

Hey everybody,
I need your help in connecting both Forms 6i & Reports 6i with Oracle 10g Release 2 db, MS Access(2003, 2007) and SQL database(Microsoft Visual Studio 2008). I am a newbie. I have installed all of them on my HP notebook, with Windows 7 Ultimate(32 bit OS) installed. I want to generate forms & reports by accessing data from above mentioned databases. Please provide me with the configuration steps.
Thanks in advance...!

Welcome to the forum ;-)
Please be sure to review the following:
http://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo
First, I think it would be a good idea if we can understand why you have chosen to use a nearly new operating system yet install Oracle products that are 10 years old (i.e. Forms/Reports 6i) on it. In general, this is not a good idea. Although running such an old version on Win7 can be made to work, the possibility of having problems is likely. If you are infact new to the product, using a configuration where you are likely to have problems may not be a good starting place. Also, you should be aware that Forms/Reports 6i was desupported several years ago. Documentation and other information is gradually being replaced by newer information, so resources for this old version are going away. The latest version of Forms/Reports is part of Fusion Middleware 11R2 (version 11.1.2.0) and requires WebLogic Server 10.3.5 (or 10.3.6) in order to be installed.
Second, if you decide to stick with F/R 6i, are you planning to run the applications you create in a browser or as a client/server application? This information is important because how you connect to a database will slightly differ depending on which option you choose. Also, if you want to connect to non-Oracle data sources you can use ODBC for client/server or Oracle Transparent Gateway. However, if you plan to deploy the applications using a browser, Gateway is your only option for connecting to non-Oracle datasources. As for connecting to MS Access, I believe ODBC is your only option, so web deployment may not be an option.
http://docs.oracle.com/cd/B19306_01/gateways.102/b14270/ch1.htm
There are many other references available. Try a Google search.
As for connecting to an Oracle database, this is generally easy. For the Builder(s) and client/server runtime to connect, add the db information to the tnsnames.ora found in the Oracle Home (installation directory) \network\admin. If you are unfamiliar with what goes in the file you can copy the entries created for your database. The db will have a similar file found in a similar place in its installation directory (Oracle Home). For example, you might find something like this:
ORCL =
(DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = YOURSERVER.COM)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = orcl)
)Simply copy this information to the end of your tnsnames.ora found where Forms/Reports is installed then restart any running Forms or Builders.

Similar Messages

  • How to Connect Forms or any version with Oracle Databases 8/6i/9i/10i/11i

    I want to know that how can i cannect Developer Forms / Reports with Oracle Databases with various versions and say developer 2000 to Oracel 6i/9i/10i/11i etc

    Using the appropriate setting in tnsnames.ora file located in your [Forms_Home]\network\admin directory.
    Sim

  • Form and report server with oracle 10g express edition

    how to ?

    tnsnames.ora , that was problem I thank you very much....for the prompt reply..
    there are only hr, sys, system database in Oracle XE. Scott/tiger database is obviously not available in Oracle XE edition. Is it true?
    Unfortunately it will be very difficult to help you
    because you have not provided any details about
    whatever your problem is. That said, there is no
    reason why you cannot use Forms 9.0.4 or 10.1.2 with
    Oracle XE. This does not necessarily mean that
    either version is certified or supported for use with
    XE, but there is no obvious reason why it won't
    work.
    All that is necessary is that you add the correct
    entry to the tnsnames.ora file which resides in the
    Forms/Reports Oracle home.I thank you for the reply

  • I want to use Golden Gate to connect MS SQL Server 2005 with Oracle 10g dat

    I want to use Golden Gate to connect MS SQL Server 2005 with Oracle 10g database. So, i have installed both databases on different pc's on windows platform. MS SQL Server 2005 on windows XP and Oracle 10g on windows 2003.
    I have configure Golden Gate step by step by following oracle guideline:
    http://www.oracle.com/technetwork/articles/datawarehouse/oracle-sqlserver-goldengate-460262.html
    When i run following command on target (oracle 10g):
    replicat paramfile dirprm/inload.prm
    I encounterd following error:
    2012-05-21 20:27:06 ERROR OGG-00014 Unrecognized parameter: USERID. Paramete
    r could be misspelled or unsupported.
    2012-05-21 20:27:06 ERROR OGG-01668 PROCESS ABENDING.
    My INLOAD FILE Content are:
    SPECIALRUN
    END RUNTIME
    USERID gg_user, PASSWORD welcome1
    EXTFILE D:\oracle\gg\dirdat\ex
    SOURCEDEFS D:\oracle\gg\dirdef\emp.def
    MAP hrschema.emp, TARGET gg_user.emp;
    Can you plz suggest me that where i am wrong?
    Thanks advance to all experts.

    amardeep.sidhu wrote:
    That should work, just in case try adding DBLOGIN before USERID
    DBLOGIN USERID x..No needed in the param file i think.its not needed at all you are right, but what else could it be? Besides any special unseen character :P

  • Forms 6i C/S with Oracle 10g Standard Edition

    ¿Somebody had installed Developer 6i C/S with Oracle 10g Standard Edition on Windows 2000, Windows 2003, Windows XP Professional?
    ¿What about the results?

    I believe this particular combination (6i Forms with 10g database) is not actually supported, so is perhaps best avoided.
    My own experience is that these forms run ok against a 10g database if compiled against a non-10g database, but if you try and compile the 6i form while connected to a 10g db, the results are unpredictable - forms which compile perfectly well against 9i fail against 10g, with all sorts of horrible looking internal error codes.
    regards
    Andrew
    UK

  • Needed help on connecting weblogic 8.1 SP5 with oracle 10g and mysql 5.0

    Hi !!
    Hope you are doing well...
    Can anyone tell me how to connect weblogic 8.1 SP5 with an oracle 10g DB on windows..
    also, how to connect weblogic 8.1 SP5 with mysql 5.0 on windows..
    Please step by step... very urgent..
    Thanks!! Jhonson

    Shouldn't this be posted in BEA forums?
    Try getting help there and if you encounter any Oracle related exception, you can post here.

  • How to connect to SQL server 2000 with Oracle Form

    Hi,
    I'm looking for the document of how to connect "SQL Server 2000" with Oracle Form 6i. Anyone knows that?

    Shay or other knowledgeable folks,
    Is there a way to utilize the wizard for "Business Tier > ADF Business Components > Business Components from Tables" for SQL Server 2000, 2005 or 2008. I can successfully execute sql via java programmatically or import a table from SQL Server with "Business Tier > ADF Business Components > Entity Object" wizard, but the Business Components from Tables simply doesn't see any tables under any schema. Without the "Business Components from Tables", i don't get the referential constraints imported into the application and to code all those from scratch is just not as elegant. So far i have only utilized the sql server jdbc driver from Microsoft (versions, 1.1, 1.2 and 2.0). Is there an alternative client that i need to use to enable selecting tables from that "Business Components from Tables" wizard. Is this a limitation of SQL Server, the jdbc driver or the wizard itself? Did anybody else experience the same issues? I am using Jdeveloper 11.1.1.0.1 against SQL Server 2005 (currently)
    Thanks,
    Andy

  • How to set Forms and Reports on an Oracle Application Server

    Hi All,
    Can anyone tell me how can i implement my all forms and reports on an Application Server. Please tell me in details cause i don't have enough knowledge abt AS.
    Thanks in Advance
    Arif

    Hi Arif,
    You can install AS Forms and Reports Standalone if you do not need infrastructure services like OID and SSO
    It is available for download from OTN search for Standalone on AS 10g R2 download page, then deploy your Forms and Reports there.
    I hope this helps.
    Thanks,
    Ahmed

  • Oracle Forms and Reports 9i on Oracle 10G

    Is Oracle9i Developer Suite (9.0.2) - Forms and Reports Patchset 3 :
    (Ver 9.0.2.3.0) and Application Server 9i Release 2 (9.0.2) supported on Oracle database 10g (v 10.2.0). Please confirm.
    Thanks in Advance

    if you look and search a minute in metalink.oracle.com you have the answer.
    I think the answer is Yes, but I'm only 95% sure.

  • How to compile forms and reports 6i in Application server 1.0.2.2.2.

    Hi all,
    i used oracle forms and reports 6i with oracle database 10g in client server architecture.
    now i want to make 3 tier, client-application server version 1.0.2.2.2-origin database serversystem on 3 separate machines.
    i have installed application server version 1.0.2.2.2.
    now i have my forms and reports 6i in application server computer.
    can any one please tell me how to compile forms and reports 6i in application server computer i.e do i have to write some extra code in forms and reports 6i in order to compile in application server computer successfully.
    waiting for an early reply.
    best regards
    fahad ejaz
    email:[email protected]

    ... another question would be why not upgrade those old Forms & Reports to the newest release 10.1.2.0.2 and use the latest Application Server to run them with?
    Release 6i and 1.0.2.2 is as you know desupported.
    Regards,
    Martin

  • Forms 4.5 with Oracle 10g

    Hi,
    I have an application in - Front end tools : Oracle Forms/Reports 4.5. RPT, SQL, and PROC(all are in CUI-character user interface)
    Database : Oracle 7.3.4.
    I have a plan for migrating database to 10g keeping front-end as it is.
    Is there any compatibility issue with forms 4.5(CUI) with oracle 10g.
    Regards
    JIJU

    Hi,
    I have an application in - Front end tools : Oracle
    Forms/Reports 4.5. RPT, SQL, and PROC(all are in
    CUI-character user interface)
    tabase : Oracle 7.3.4.
    I have a plan for migrating database to 10g keeping
    front-end as it is.
    Is there any compatibility issue with forms 4.5(CUI)
    with oracle 10g.
    Regards
    JIJUCharacter interface?? you mean Forms 3 not 4.5??
    It will not work, you cannot directly migrate Oracle 7.3.4 to 10g, you need to migrate it first to 8.1.6 and than to 10g.
    Even if you succeed in your database migration your front end version will not work.
    Tony

  • Developer 5 with oracle 10g problem

    the problem is that i can only run one instance from form5
    that is mean if i have hrms system i can only run it one time form my pc and other pc and if i want run it i have to close the running one any idea

    Hi,
    I have an application in - Front end tools : Oracle
    Forms/Reports 4.5. RPT, SQL, and PROC(all are in
    CUI-character user interface)
    tabase : Oracle 7.3.4.
    I have a plan for migrating database to 10g keeping
    front-end as it is.
    Is there any compatibility issue with forms 4.5(CUI)
    with oracle 10g.
    Regards
    JIJUCharacter interface?? you mean Forms 3 not 4.5??
    It will not work, you cannot directly migrate Oracle 7.3.4 to 10g, you need to migrate it first to 8.1.6 and than to 10g.
    Even if you succeed in your database migration your front end version will not work.
    Tony

  • Unable to connect Forms and Report with Oracle 9i database

    Dear All
    Please help
    I have received the following message when i connect Developer 10G Report builder with oracle 9i database.
    scott/tiger@z
    REP-0501:Unable to connect to the specified database ORA-12154:TNS could not resolve service name.
    I have written the following text in tnsnames.ora file.
    # TNSNAMES.ORA Network Configuration File: E:\ora_10g\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    z =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = zkhan-dfml)(PORT = 1521))
    (CONNECT_DATA =
    (SID = dba)
    One more thing that i need to mention,I have also installed Oracle Report 6i and its connecting well.I have installed Oracle database in my own computer.
    Regards

    [email protected] wrote:
    Thanks for the reply,Now my tnsnames.ora file is look like this.
    z =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = zkhan-dfml)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = dba)
    but still facing the same error ,one more thing that i need to mention, I have 3 Oracle home.details are:
    for Oracle database 9i
    for report builder 6i
    for Developer 10G
    Kindly advise.Yes, you definately needed to mention that. That suggests you also have 3 $ORACLE_HOME/network/admin directories, each with its own tnsnames.ora file. So you need to make sure you are hitting the correct one. I'd pick one to be the controlling one and set the TNS_ADMIN enviornment variable to point to it.

  • How to uninstall Forms and Reports 6 from XP?

    Dear Experts,
    I have an XP machine.
    On it, is Oracle DB 11.2. As well, there is Oracle Forms and Reports 6i. From the start, programs menu, there are:
    Oracle for Windows NT
    Oracle Forms and Reports 6I
    Oracle Forms and Reports 6I doc
    Oracle OLAP client 2.2
    Oracle Reports 6I
    Oracle Reports 6I Admin
    I notice that it seems to be running as service. I can find the process id / PID with sysinternals. PID is: 1364, services.exe(876). Some of the files/processes are:
    NL80.DLL, SQLNET. Ora805.dll. All under c:\oracle\reports6
    But I can't figure out which service it is, when I look at the windows services. Although the command line is:
    C:\WINDOWS\System32\svchost.exe -k netsvcs
    When I go to uninstall forms and reports using OUI, I see two Oracle homes.
    OraDb11G_home1
    DEFAULT_HOME
    Reports is listed under DEFAULT_HOME. But unlike OraDb11G_home1, in DEFAULT_HOME, there are no check boxes at all to select these products to uninstall.
    1)
    Without uninstalling the database, how can I uninstall forms and reports?
    2)
    How can I tell which service is running forms and reports?
    Thanks a lot!

    You can delete these items directly from Start menu and this is the first step :
    Oracle for Windows NT
    Oracle Forms and Reports 6I
    Oracle Forms and Reports 6I doc
    Oracle OLAP client 2.2
    Oracle Reports 6I
    Oracle Reports 6I Admin
    The second step : Delete the home of developer6i from registry
    And the third : Delete the directory (orant) which the contents of forms and reports 6i are stored in (c:\orant by default)
    When I want to delete forms and reports 6i I follow these steps above.
    hope that help you.
    Any comments from experts are very appreciated :)
    Edited by: Mohamed DEV on 23/04/2013 05:01 ص

  • I am trying to connect oracle develper suit form with oracle 10g database

    i am trying to connect oracle develper suit form with oracle 10g database
    but when i pass username and password
    this message apperars
    ORA-12560:TNS:protocol adapter error
    every time even i try to connect Report or Designer each time same problem
    making no connection .
    can any body help can help me to reslove this prblem
    Arshad khan

    Duplicate thread:
    Re: connection problem

Maybe you are looking for