Unable to Connect database from Pro*c

Hi,
We had installed Pro*c in Oracle 8.1.7.0.0 server
and in client oracle_home we set as server Oracle home directory. we are using forms5.0 and pro*c
Now we are in the process of migration to Forms6i.
We installed in same orant client directory.
if we set as oracle_home as server oracle home directory. we are unable to connect to database from forms if set oracle_home as client oracle_home we unable to connect from proc.
Please give us solution

I have installed forms5.0 and forms 6i in Client machine in DEFAULT_HOME and we are using server oracle_home to compile pro*cs and connect to database.
where to check tns_admin

Similar Messages

  • Problem to connect database from Developer 6i

    I have downloaded Developer 6i from oracle.com
    before that, I have already downloaded 9i database default_home directory is c:\orant.
    while i was installing develper 6i it was installed with forms_home, c:\orant\forms.
    I was using the forms builder to design forms but while i was trying to connect to database it is saying that "Unable to Connect to Destination"
    i was using scott/tiger.
    this time i have tried scott/tiger@rkmurari...(rkmurari is SID and Database name).
    Can anybody help me in solving this problem..
    Thank you very much..

    I have a problem to connect database from developer 6i

  • Unable to connect new macbook pro to wifi

    Unable to connect new macbook pro to wifi network

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.
    If you bought the product in the U.S. directly from Apple (not from a reseller), you have 14 days from the date of delivery in which to exchange or return it for a refund. In other countries, the return policy may be different. If you bought from a reseller, its return policy applies.

  • Not able to connect database from another os user using externally?

    Hi,
    I want to connect database from another os user. i am able to connect database from oracle externally. but not able to connect different OS user.
    As ORACLE User:
    [oracle@test1 admin]$ sqlplus /
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Jan 16 19:41:57 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    Non ORACLE user:
    [sample@test1 ~]$ export ORACLE_HOME=/u01/app/oracle/product/11.2.0.2/
    [sample@test1 ~]$ export ORACLE_SID=rman
    [sample@test1 ~]$ export PATH=$ORACLE_HOME/bin:$PATH
    [sample@test1 ~]$ sqlplus /
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Jan 16 19:37:42 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    Enter user-name:
    Thanks

    You didn't install Oracle correctly, especially you didn't run the root.sh and rootpre.sh scripts.
    If you would have read the error message at all, and researched it, you would have known this.
    Regrettably however you decided to ignore Forums Etiquette and to abuse this forum with Yet Another Doc Question.
    Sybrand Bakker
    Senior Oracle DBA

  • I am unable to connect my Mac Pro to Internet even though rest other devices are working in a Wifi network

    Please help me find a solution to my problem. I am unable to connect to Wifi network at home using my Mac Pro which was working perfectly all right till yesterday. I have checked my Wifi connections and have other devices which are working fine. I tried resetting my network but still the problem exists. I am unable to figure out what next I can do to fix this? Does anyone know a solution or do you think my networking Card is not working? PLease advise?

    Okay have you tried preferences>Network  then click diagnostics?
    to verify if you are communicating at all go to application>Utilities>Terminal
    in terminal type ping google.com should get over and over (send what you get)
    64 bytes from 173.194.34.164: icmp_seq=99 ttl=52 time=31.586 ms
    if you get the above, then go to safari and re-set safari, then close safari, re-open and try google.

  • Unable to connect internet from macbooks only (wireless) - macbooks with cable are ok, PCs connect ok wireless, backup also ok to macbooks, time capsule

    Wireless internet connection is down from macbooks only.  When try to connect wirelessly, macbook ask for PPPoE use name and password which I type and nothing happens ... macbook keeps asking for both but cannot connect/
    I am unable to connect wireless with macbooks only but it's ok with an ethernet cable from macbook to timecapsule.  Macbooks also access time capsule for backups wireless without a problem.
    Also  it's ok to connect to the internet wirelessly with windows based notebooks.
    Hardware: 2T Timecapsule, Macbook 15, MacbookAir 11, 2 Sony Vaios.  Both macbooks are running OSx 10.6.8 - All lastest firmware is installed.
    I have turn off and on timpecapsule and modem.  And downloaded lastes firmaware.  Network has been working ok for at leat 30 days since I boiugth time capsule
    Any suggestions?
    Thanks in advance.
    Andy

    Welcome to the discussion area!
    Just a hunch. The Sony and iBook may not be able to handle WPA2 Personal Security, which is the default Security setting of the Time Capsule.
    Open AirPort Utility, click Manual Setup
    Click the Wireless tab below the row of icons
    Change the setting for Wireless Security to WPA/WPA2 Personal
    Update to save settings
    Any luck?

  • Unable to connect oracle8i from forms developer6.0

    Hello!
    I am unable to connect oracle 8i from forms 6.0 developer.
    How can I resolve this issue.
    Please reply me as soon as possible
    Thak you
    Dinakar

    Hi there
    First find out if you could connect to Oracle from SQL Plus. If you are able to do this, then copy the connection definition from this tnsnames.ora. This tnsnames.ora will be in Network\Admin folder. Copy this and replace it with Net80\Admin tnsnames.ora.
    This should work
    Rajeev

  • Connecting database from extended javascript

    Is there a possibility of connecting database directly from scripting (i.e using a jsx file alone.)?
    do indesign provide some api to connect to the database?
    or the only way XML to get thorugh?
    every suggestion and ideas is highly appreciable.
    Ton thanks in advance
    Raja

    Is there a possibility of connecting database directly from scripting (i.e using a jsx file alone.)?
    do indesign provide some api to connect to the database?
    or the only way XML to get thorugh?
    every suggestion and ideas is highly appreciable.
    Ton thanks in advance
    Raja

  • Unable to connect database by DataSource in tomcat5.5 plz help to me

    hi,
    i want to connect Database through DataSource in Tomcat5.5 with mysql
    i wrote one servlet , made change in server.xml, web.xml.
    when i access it show exception
    java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.org.apache.tomcat.dbcp.collections)
            at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
            at java.security.AccessController.checkPermission(AccessController.java:427)
            at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
            at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1512)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)The servlet
    * DataSourceAccess.java
    * Created on August 22, 2005, 3:14 PM
    package officecom;
    import java.io.*;
    import java.net.*;
    import java.sql.*;
    import javax.naming.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.sql.*;
    * @author Paramasivam
    * @version
    public class DataSourceAccess extends HttpServlet {
        /** Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
         * @param request servlet request
         * @param response servlet response
        protected void processRequest(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            response.setContentType("text/html;charset=UTF-8");
            PrintWriter out = response.getWriter();
            /* TODO output your page here
            out.println("<html>");
            out.println("<head>");
            out.println("<title>Servlet DataSourceAccess</title>");
            out.println("</head>");
            out.println("<body>");
            out.println("<h1>Servlet DataSourceAccess at " + request.getContextPath () + "</h1>");
            out.println("</body>");
            out.println("</html>");
            out.println(" got connection ?  "+getDataConnnecion());
            out.close();
        public boolean getDataConnnecion(){
            try{
                System.out.println(" INFO : getConnection called     ");
                Context initContext = new InitialContext();
                Context envContext  = (Context)initContext.lookup("java:/comp/env");
                DataSource ds = (DataSource)envContext.lookup("mysql");
                Connection con = ds.getConnection();
                if( con != null ){
                    return true;
                }else
                    return false;
            }catch(Exception e){
                e.printStackTrace();
                return false;
        // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code.">
        /** Handles the HTTP <code>GET</code> method.
         * @param request servlet request
         * @param response servlet response
        protected void doGet(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            processRequest(request, response);
        /** Handles the HTTP <code>POST</code> method.
         * @param request servlet request
         * @param response servlet response
        protected void doPost(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            processRequest(request, response);
        /** Returns a short description of the servlet.
        public String getServletInfo() {
            return "Short description";
        // </editor-fold>
    }Changes in server.xml
    <GlobalNamingResources>
          <Resource
          name="mysql"
          auth="Container"
          type="javax.sql.DataSource"
          password=""
          driverClassName="com.mysql.jdbc.Driver"
          maxIdle="2"
          maxWait="5000"
          username="root"
          url="jdbc:mysql://localhost:3306/sushi?autoReconnect=true"
          maxActive="4"/>
      </GlobalNamingResources>changes in web.xml
      <resource-ref>
               <description>Tomcat DBCP</description>
               <res-ref-name>mysql</res-ref-name>
               <res-type>javax.sql.DataSource</res-type>
               <res-auth>Container</res-auth>
    </resource-ref> 

    You might have more answers if you post this same question in the Sun Java Studio Enterprise forum...
    http://swforum.sun.com/jive/category.jspa?categoryID=90

  • Nokia Mail 'Unable to connect with information pro...

    Hi,
    I've just obtained a Nokia 5800 and am trying to set up e-mail using Nokia Messaging 2.10. When I get to the set-up section it asks for an e-mail address, and when I enter my address it searches for a while then gives the error message 'unable to connect with the information provided. Please try again'.
    What am I doing wrong?
    Thanks

    NM can't find info about your e-mail settings (POP/IMAP, SMTP). You have to set this manually.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • WD My Passport unable to connect with Macbook Pro IOS 10.9.4

    My WD My Passport external hard disk is unable to be detected by Macbook Pro OS X 10.9.4, there is no any hard disk icon appear on the desktop.
    Actually my WD external hard disk was able to connect with my Macbook before I upgrade from os x mountain lion to OS X 10.9.4.
    Anyone can give advice to me? thanks.

    Hi wongkj, 
    Welcome to the Apple Support Communities!
    A few steps that I would recommend in this situation would be USB related. Please read over and work through the steps provided in the attached article.
    iTunes: Resolve USB-related alerts
    Have a great day, 
    Joe

  • Unable to connect & activate from sign-in prompt

    Installed Design Std CS6 (Win) and need to register the software but I'm unable to sign-in to my Adobe account from the sign-in prompt on this particular Windows 7 workstation - other network connections are ok. What's the problem here?
    -bengtgor

    You can also refer to http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html and troubleshoot the issue.

  • Error while connecting database from SQL developer

    Hello experts,
    i have installed oracle 11g R2 database on WIN32 platform, and my database is working in sql plus but while connecting the same via sql developer am getting the following error:
    NO more data to read from socket
    Vendor code 17410
    Kindly suggest.
    Regards,
    KK

    I have restarted the listener service but still getting the same in sql dev
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 05-JAN-2013 21:56:29
    Uptime 0 days 0 hr. 2 min. 44 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File d:\app\Karan\product\11.2.0\dbhome_1\network\admin\lis
    tener.ora
    Listener Log File d:\app\karan\diag\tnslsnr\Karan-PC\listener\alert\log.
    xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "OIMDB" has 1 instance(s).
    Instance "OIMDB", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> stop
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    The command completed successfully
    LSNRCTL> start
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Production
    System parameter file is d:\app\Karan\product\11.2.0\dbhome_1\network\admin\list
    ener.ora
    Log messages written to d:\app\karan\diag\tnslsnr\Karan-PC\listener\alert\log.xm
    l
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521
    ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 05-JAN-2013 21:59:45
    Uptime 0 days 0 hr. 0 min. 6 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File d:\app\Karan\product\11.2.0\dbhome_1\network\admin\lis
    tener.ora
    Listener Log File d:\app\karan\diag\tnslsnr\Karan-PC\listener\alert\log.
    xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "OIMDB" has 1 instance(s).
    Instance "OIMDB", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    Edited by: 958122 on Jan 5, 2013 9:59 PM

  • Unable to connect to Mac Pro with 2 network interfaces

    The Mac Pro has 2 network interfaces. The first one is connected to a local network and the other interface has an external IP address (connected directly to the internet).
    What we want to be able to do is to connect to the computer from home through the external interface and then be able to run applications on it that access a server on the local network. But, from home it is showing "Offline" in the "Current Status" column. If we try to connect it fails.
    The thing I can't figure out is why I can access it from work on a different local network, using the external IP address. It works fine that way. There are no hardware firewalls that could be causing it. So either way, it is coming into the computer through the external adapter.
    I'm stumped... Maybe it's something simple that I'm just missing. If you have any idea how I can access the computer from home please let me know so I can try it.
    Thanks.

    Just installed TeamViewer and we're using that. Works great.

  • I am unable to connect database this error  ORA-00020: maximum number of

    i issuing this command / as sysdba .getting this error
    Enter user-name: / as sysdba
    ERROR:
    ORA-00020: maximum number of processes (300) exceeded
    how to resolve this problem.it is verry verry urgent.

    Hi
    "Maximum number of processes exceeded" will be alerted when your database has received a request for connection from a process which is beyond the number of processes your database can allow for.
    Please check your database parameters
    show parameters processes
    Couple of options:
    a) If your database has been running for a while and if it's the first time you are recieving this error, please check why all of a sudden more and more processes have been created. You may want to investigate your application, users, etc
    b) If it's a valid request and if it's the case that you haven't really configured enough processes, you will have to increase the PROCESSES parameter in your init file and restart the database. It's not a dynamic parameter. Also, make sure you increase the sessions parameter as well along with the processes.
    Before you do this, you will also have to check if your OS has been configured for increasing the number of processes. Think it's semmsl in Unix.

Maybe you are looking for

  • Issue to write/execute AT-commands for a 3G modem

    Dear community, For the past month, I'm searching for some help on this topic without success, "you are my last hope" After modification of the PPP parameters under network preferences (according the clear archive from apple support on this topic), t

  • Oracle instant connection problem

    In Redhat7.2 Linux, I used the connetion description as follows: orcl = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (Host = 192.168.66.85) (Port = 1521) (CONNECT_DATA = (SID = orcl) (GLOBAL_NAME = orcl.hexiong.com) And TNS_ADMIN enviro

  • Cant show images and flash

    Hello, I'm very new to this and just cant get my images to show when i look at them in explorer or firefox, also i cant get my flash to show either just previewing in dreamweaver or on the www www.sickstudentgames.com is the site any help would be gr

  • Can we keep the original record as it is and create a version for it

    Hi All, My name is Rafi. I am creating an application in apex and stuck. I have a table called Employee_master which stores all the information of employee. But the problem I am facing is that when a record is updated then it is over writing the orig

  • Pre setting data of production server

    Dear Friends please explain about " What r the pre-settings before upload data in to production server "