Problem to connect Developer Suite forms 9 with Oracle 9i Database

Hi,
I have a problem to connect Developer Suite Release 2 forms 9 with Oracle 9i database release 1. I have done net8 easy configuration but no success. Can any one help me to solve this problem.
Thanks in Advance
Nasir Ali Mughal

We cannot help if you don't give us the error number that you get.
Also something that you might want to do is to search this error number on OTN.

Similar Messages

  • 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

  • Problem Connecting Developer Suite Form 9 with Oracle 9i Database

    Hi,
    I have a problem to connect Developer Suite Release 2 forms 9 with Oracle 9i database release 1. I have done net8 easy configuration but no success. The error is ORA-12514 TNS: Listener could not resolve SERVICE_NAME given in connect descriptor. I am not using any application server. Can any one help me to solve this problem.
    Thanks in Advance
    Nasir Ali Mughal

    Configure the net configuration for both 9idb and 9ids in the same way. Make sure the TNSlisner is started.

  • Oracle10g Developer Suite compatible with Oracle 9iAS

    Hello,
    Would anyone know if Oracle10g Developer Suite is compatible with Oracle 9i Application Server? I mean, If I upgrade from Oracle9i Developer Suite to Oracle10g Developer Suite , do I have to upgrade the Oracle application Server as well?
    Kind Regards,
    Saurater Faraday

    you would have to check each technology separately
    e.g will 10g forms run on a 9i Forms server ? prob. not. then again they might but I won't try it in production.
    same for Disco, Reports and Designer....

  • Problem in integration of custom Forms with Oracle POS 13.2

    Hi All,
    I am working on POS 13.2 and it is currently configured with Ingenico signature capture device i6580. This device supports 5 services Pinpad service, signature capture service, line display service, msr service and FORMService.
    Form service is used to display all the custom forms (welcome form, thank you form etc) on the device. The same formservice is not supported by the device isc250 which need to be integrated.
    Could you please help me how can i display welcome or thankyou form on the device?
    Thanks!
    Arun

    Peter,
    unfortunately you can't call into a running Forms application. This will be addressed in a future release of Forms (don't ask me for the version of it because calling into Forms with JavaScript requires us to handle asynchronous events first). For now all you can do is to write an separate Applet that creates s ocket connection to a Java Bean running in Forms on teh Web. This is a bit of a hack and may have a security impact. I am forwarding this thread to some of my collegues who knows this better than I do.
    Frank

  • Problem in connecting Visual Studio '12 to oracle 10g database.

    Stack Trace:
    [OracleException: ORA-6413: Connection not open.] Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
    +1383 Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src)
    +51 Oracle.DataAccess.Client.OracleConnection.Open()
    +6936 index.Page_Load(Object sender, EventArgs e) in c:\WebSites\WebSite2\index.aspx.cs:29 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
    +51 System.Web.UI.Control.OnLoad(EventArgs e)
    +92 System.Web.UI.Control.LoadRecursive() +54 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    +772
    This is the stack trace that i get when i open the connection from code behind. The exception generated is "6413:Connection not open". I can connect to the database from sever explorer but OracleConnection con=new Oracleconnection(connstr);  is leading to an exception
    Also I'm really new to this so I read about this problem in this forum but couldn't understand what  "Oracle Client" means on https://forums.oracle.com/message/11222748   . I have downloaded and installed this : http://download.oracle.com/otn/other/ole-oo4o/ODTwithODAC121010.zip?AuthParam=1381761455_87ee18a27de3af5e1b5cc13d6934260
    Should I resinstall Visual Studio in Some other location too?  i.e. not inside Program Files(x86)?
    I have added Oracle.dataAccess.dll as a reference too.
    Further I have the copied the dll in "C:\app\hp\product\12.1.0\client_1\bin" from this  "C:\oraclexe\app\oracle\product\10.2.0\server\BIN". I dont understand why i have two paths like those.
    I also have sql developer for oracle databse installed.
    Please help..!

    Hello
    Thank You again. I followed your instructions and these are the results:
    These are the outputs:
    C:\Windows\system32>lsnrctl stop
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 21-OCT-2013 16:07
    :48
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    The command completed successfully
    C:\Windows\system32>cd C:\oraclexe\app\oracle\product\10.2.0\server\network\admi
    n\
    C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN>rename listener.ora l
    istener.ora.sav
    C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 21-OCT-2013 16:09
    :40
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log
    \listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hp-PC)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date                21-OCT-2013 16:09:46
    Uptime                    0 days 0 hr. 0 min. 5 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hp-PC)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    C:\Windows\system32>lsnrctl service
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 21-OCT-2013 17:45
    :03
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    The listener supports no services
    The command completed successfully
    And now Visual Studio cant connect to the database via server explorer. It says no listener!
    The listener.ora file has :
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = hp-PC)(PORT = 1433))
    DEFAULT_SERVICE_LISTENER = (XE)
    I cant connect to the database neither through server explorer nor through the sql developer now.

  • Connect Oracle 10g Developer with Oracle 8i database

    Is it possible to connect Oracle 10g Developer with Oracle 8i database. If possible then plz guide how i can.

    with Oracle Developer 10g 9.0.4 is no problem to connect to Oracle 8i.
    with Oracle Developer 10g 10.1.2. you need the Patch 8.1.7.4 for 8i, i think.

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

  • Forms 6i is not connecting with Oracle 11g database?

    Forms 6i is not connecting with Oracle 11g database?
    How to resolve this issue?

    Hi,
    Once you installed the Forms and Reports, you need to configure the paramters like tnsnames.ora in you path.
    There will be one folder in the Installation path of Forms and Reports search for tnsnames.ora file..and you need to Updated the file as per the which ORACLE Server you are connecting and then try.. it..
    Default path for forms will be "ORACLE_HOME/net80/admin".. search for tnsnames.ora and modify it..
    - Pavan Kumar N

  • Oracle 6i forms issue with Oracle 9i Database

    Hi Friends,
    I am having Oracle Forms Developer installed with patchset18.The Version is 6.0.8.27.0
    When i connect the forms builder to 9i Database (9.2.0.1) the form builder is getting crashed but i am able to connect the forms builder to e-business suite database(9.2.0.6)
    I tried installing 9i Database(9.2.0.1) on windows 2003 server,windows xp,windows 2000.
    When i connect my forms builder to any of these databases the forms builder is crashing with don't send message error on (ifbld60.exe).
    Is there any compatibility issue between forms builder(6i) and oracle 9i(9.2.0.1).Please suggest me.
    Regards,
    Arun .N

    Forms 6i connects to Oracle 9 databases just fine, even though it is no longer certified by Oracle.
    First of all, can you connect to the database with SQL Plus? Make sure that works first.
    The other thing that comes to mind is the AL32UTF8 character set. Forms 6i and other older Oracle software cannot connect to databases using it. But I have only seen that problem with Oracle 10g databases, so I am not sure about the Oracle 9 db.
    Here is a thread discussing the problem: Re: connecting form 6i  to oracle database 10G express edition

  • Regarding  working with oracle spatial database connections

    sir/madem,
    i am an engg student, my final year project on inserting data into oracle spatial database through java /jsp , i am working with oracle spatial database 10g/11g,
    i want know how to insert/retrive/ manuplute the spatial data into oracle spatial databse for 10g/11g, through java programing,
    the syntax for connection of oracle spatial database 10g/11g, needed,
    i have less time to finish my project
    i hope u  help me
    thank u
    kasim
    ([[email protected]|mailto:[email protected]])

    For database access from Java, you will use JDBC.
    For the specifics of the oracle spatial database, you'll have to check the documentation/forum of Oracle.
    * [How To Ask Questions The Smart Way|http://www.catb.org/~esr/faqs/smart-questions.html]
    * [JDBC Tutorial|http://java.sun.com/docs/books/tutorial/jdbc/index.html]

  • Integrating apex form with oracle portal

    Afternoon friends,
    I have got a senario like integrating apex form with oracle portal.I dont have any idea on oracle portals.so please let me know the basic steps on how to go ahead to integrate apex forms with oracle portal and for that what i need to have apart with my database and apex.

    Hello
    Couldn't see my previous post... so here it is again
    We have integrated Apex into Oracle Portal
    Here's how we did it.
    In the portal page, we have created an Element region with the following code:
    <script language="Javascript">
       <!--
       function changeIframeHeight(){
          var ifrmObj = document.getElementById('apexIframe');
          if(ifrmObj) {
             if(navigator.appName=='Microsoft Internet Explorer') { //IE
                ifrmObj.height = ifrmObj.contentWindow.document.body.scrollHeight+20;
             else {
                ifrmObj.style.height = ifrmObj.contentWindow.document.body.offsetHeight+50;
       //-->
    </script>
    <p><iframe width="100%" height="500" frameborder="0" onload="javascript: changeIframeHeight();" src="/pls/apex/f?p=115:10" marginheight="0" marginwidth="0" name="apexIframe" id="apexIframe"></iframe></p>You just have to make sure that the name and id of the iFrame and the elementId in the javascript are the same.
    And change the SRC so that it point you application.
    Hope that helped you.
    Max

  • Developer 9.2 with Oracle 8i

    Can I instal Developer 9.2 with Oracle 8i????
    Thanks

    Angel,
    it is unclear what you mean with developer 9.2. If you mean Forms9i, then yes, it runs with Oracle8i (8.1.7) and it can be installed on a single machine.
    Frank

  • Connecting to the BW with Oracle Warehouse Builder

    Hello,
    has anyone made experience in connecting to the BW with Oracle Warehouse Builder?
    It's a theoretic question, I would like to know if it's possible and how.
    thanks in advance
    Tobias

    There is an Oracle Warehouse Builder Integrator for SAP.
    Have a look at this link
    http://www.oracle.com/technology/products/warehouse/pdf/SAP_DataSheet.pdf
    Regards

  • Can forms 11g work with oracle 9i database?

    Hi all,
    Can anyone say if we can install forms 11g over WLS, using oracle 11g database for repository only, and activate/connect our forms to oracle 9i database?
    is this how it's done?
    our production database is 9.2.0.4 on sun solaris.
    Please advise,
    thanks,
    Amit

    It will work. Its just a Net 80 connection from WLS to the Oracle 9 database.
    fr_inst/config/tnsnames.ora
    Best Regards
    mseberg

Maybe you are looking for

  • Internet Connection - Your Apple wireless device does not have a valid IP.

    I just bought an Apple TimeCapsule and set it up normally, following instructions to my Arris cable network on the Videotron provider here in Quebec, Canada. The TimeCapsule did appear as a wireless device on my MacBook Pro (after updating the AirPor

  • CIN-Excise Utlization J2IUN wrongly entered in previous month now reverse and re-Utlize in current month

    Hi Expert, Our user has taken Cenvat utilization(t-code J2IUN) wrongly in previous month.Now he wants to reverse that and re-utilized in current month, Please tell me the process, i have already checked many threads in the forum but that is not satis

  • Where see error and status for oracle 8.0.6

    hi admins, we looking for into tools oracle, what is for see general error and status database ? thanks in advance regards Rodolfo

  • SQL tuning issue

    Hi, I would like some help tuning the following query: SELECT distinct cs.study, de.STUDY_SITE Site, iv.last_name INV, de.PATIENT , pv.visit_number Visit, -- REPLACE(asm.assessor_name, ',', '|') assessor_name, de.DISCREPANCY_REV_STATUS_CODE Status, F

  • RFC scenerio

    Hello All, I have simple scenerio SAP(RFC) ---> PI ---> Webservice this is a sync scenerio. RFC is sending a request to webservice in return we are reciving some data which needs to go to RFC. RFC will store this data in Ztable We have done all confi