Listner issues in Oracle 11g server installation

Hi,
I am facing problem while connecting to Oracle 11g server on 'Windows 7 Enterprise edition - 32 bit OS'.
I have successfully installed Oracle 11g server on Windows & enterprise machine.
Listener and TNSnames.ora files are fine. But I am not able to connect through Oracle client machine. it shows 'TNS: Could not resolve the service name'.
When I check the listener status on the server, it shows the service ABBPROD is READY, but still not able to connect through client machine. I have gone through many similar threads and tried out the solutions provided but the problem still exists. Few of the things I tried are as below.
1. I have tried changing the ORACLE_SID and setting the $ORACLE_HOME parameter.
2. Tried replacing the HOST as 'localhost' to system IP address/computer name
3. Listener stop and start
4. Service stop and start
5. Checked the firewall settings of the server machine
I shall paste the listener.ora and tnsnames.ora files below.
LISTENET.ORA
# listener.ora Network Configuration File: C:\app\INSAJEN\product\11.2.0\dbhome_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = CLRExtProc)
      (ORACLE_HOME = C:\app\INSAJEN\product\11.2.0\dbhome_1)
      (PROGRAM = extproc)
      (ENVS = "EXTPROC_DLLS=ONLY:C:\app\INSAJEN\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
      (SID_NAME = ABBPROD)
      (ORACLE_HOME = C:\app\INSAJEN\product\11.2.0\dbhome_1)
      (PROGRAM = extproc)
      (ENVS = "EXTPROC_DLLS=ONLY:C:\app\INSAJEN\product\11.2.0\dbhome_1\bin\oraclr11.dll")
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
      (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
ADR_BASE_LISTENER = C:\app\INSAJEN
TNSNAMES.ora file
# tnsnames.ora Network Configuration File: C:\app\INSAJEN\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ORACLR_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
      (SID = CLRExtProc)
      (PRESENTATION = RO)
ABBPROD =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.140.233.130)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = abbprod)
LISTENER_ABBPROD =
  (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
SQLNET.ORA
# sqlnet.ora Network Configuration File: C:\app\INSAJEN\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.
# 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.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)Please help me to debug and resolve the problem. If any more information is required, please let me know

SBH wrote:
I checked the global_name, it is ABBPROD.asiapacific.abb.com...
I tried setting the ORACLE_SID same as this name, but still the same issue exists
@Mahir, this is a production environment, and I cannot take risk of rebuilding tnsnames and listener.ora filesand
I am facing problem while connecting to Oracle 11g server on 'Windows 7 Enterprise edition - 32 bit OS'.
I have successfully installed Oracle 11g server on Windows & enterprise machine.Your production sever running on Windows 7 EE 32bit?

Similar Messages

  • Oracle 11g Server Installation and Configuration

    Hi All..
    I would like to know the estimate(in detail) for Oracle 11g Server Installation and Configuration.
    This is for a server and we might even need to replicate the entire DB.
    Can any on please help me out in this .
    Thank you

    Hi,
    Please post your question in the [Database |http://forums.oracle.com/forums/category.jspa?categoryID=18] forum.
    Regards,
    Hussein

  • Oracle 11g RAC installation on windows 2008 64 bit

    Hello Everyone,
    can i get some details regarding Oracle 11g RAC installation on windows 2008,
    minimum Hardware Requirement
    Will windows support ASM
    Can i get a documentation regarding the RAC installation on windows. we were planning to have 11.5 on windows 2008.
    please send me some docs regarding os requirements, installation and ASM details.
    Thank you

    Hi Everyone,
    I installed Oracle RAC 11g on Windows 2008 64 bit, The installation was successfull crs_state -t executed successfully.
    Bt the machine got crashed ,when executed a select query with 100 sessions( For performance evaluation using TG). A blue screen is appeared on two nodes. So i am not able to evaluate the performance.
    Can you please tell any suggesstions to solve this issue? Is our hardware is not sufficient? Or any software settings has to be done?. I tried most of hte technique ,bt the problem still exists.
    The following machine configuration is used for Oracle RAC setup
    Intel Core 2 Duo 2.66 GHz,
    Ram :4GB.
    OS : windows 2008 Server 64 Bit
    Oracle RAC , Clusterware 11g R2 64 Bit.

  • Oracle 11g R2 Installation on Windows 7 (64 bit)

    While installing, it is asking for Proxy Server. What should I enter?

    I'm installing on laptop Oracle 11g R2 Installation on Windows 7 (64 bit) it was asking me to enter Proxy server details, since I'm not connecting internet with proxy I've skipped the step. But after that when reached the "System class" there was two radio buttons 1)Desktop Class - which selected default and clicked on Next button, then it disappeared. Looks like process was stopped. i have looked it in Windows Task manager it is not there.
       Is any one know what is going on?
    Thanks.

  • Oracle 11g XE - Installation Error

    I am trying to install oracle xe 11g on my Win XP. The installation goes thru well. But when we start the database it starts too. However If I want to login it wont allow.
    I tried to use connect using sys account as sysdba I get the following message:
    Connected to an idle instance.
    After some investigation I figured that there is a script that is not properly formatted in 'postDBCreation.sql". The following is the change that I found the error:
    create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora';
    This should have been like below
    create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs\spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora';
    After this change I tried to run XE.Bat file but it is throughing all kinds of SQL errors.
    Can someone tell me what is wrong with this beta version of the Oracle 11g XE installation.
    Lastly get started link also is not working too!!!
    Thanks much in advance,
    SB

    user10958841 wrote:
    I am trying to install oracle xe 11g on my Win XP. What "kind" of XP; SP? Edition? 32- or 64-bit?
    I tried to use connect using sys account as sysdba I get the following message:
    Connected to an idle instance.In that case,
    C:\Users\Test>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Beta on On Apr 27 00:01:01 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  598437888 bytes
    Fixed Size                  1385180 bytes
    Variable Size             268438820 bytes
    Database Buffers          322961408 bytes
    Redo Buffers                5652480 bytes
    Database mounted.
    Database opened.
    SQL>
    After some investigation I figured that there is a script that is not properly formatted in 'postDBCreation.sql". The following is the change that I found the error:
    create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora';That forward slash is likely not causing any problem.
    {code}
    SQL> create spfile='?\dbs/spfile_justatest_fw_slash' FROM pfile='?\config\scripts\init.ora';
    File created.
    {code}
    (sqlplus replaces ? with path of Oracle home.)
    After this change I tried to run XE.Bat file but it is throughing all kinds of SQL errors.You need to re-install.
    Lastly get started link also is not working too!!!See other threads in this forum on the similar subject (e.g. use Search Forum with keywords +get +started).
    Edited by: orafad on Apr 27, 2011 12:20 AM
    Edited by: orafad on Apr 27, 2011 12:32 AM

  • Oracle 10g client connect to oracle 11g server

    Hi All,
    In my system, i have installed oracle 11g server(11.1.0.6.0). while i try to connect to this server by 10g client in my friends system,which is in the same network,it is showing
    ORA-12545: Connect failed because target host or object does not exist,
    then i tried with other system (using oracle10g client), its showing
    ORA-12154: TNS:could not resolve the connect identifier specified
    then i tried with one another system (using oracle 9i client) -- its is connected.
    what may be the problem. not connecting using oracle 10g client. and also different error.

    user12479258 wrote:
    Hi,
    The client version is 10.2.0.1
    this version may not be connect to oracle 11g?
    If so then which are the client version will connect to oracle11g server(11.1.0.6.0).A 10.2 client will connect to an 11.x database, but the sqlnet.ora and tnsnames.ora files must be configured correctly. The errors you reported are not uncommon and have been diagnosed repeatedly on this forum. Let's not confuse the issue by comparing / copying files from various machines, as that has already created a moving target of error messages.
    On the client that is exhibiting the problem ...
    Do you have a single ORACLE_HOME? A single TNSNAMES.ORA?
    On that machine, at a command prompt, do a tnsping on the service in question. Also try to connect with sqlplus. Copy the entire session -- commands and results -- and paste it all back here.
    On the server machine, log on as the owner of the oracle software, and at a command prompt enter the command "lsnrctl status". Again, Copy the entire session -- commands and results -- and paste it all back here.

  • Unable to connect to Oracle 11g server using instantclient_11_1 in AIX

    Hi,
    I downloaded instantclient-basic-11.1.0.7.0-aix-ppc64.zip from oracle site and used the same for connection to 11g server for testing my application on AIX 5.3 machine. I am also using easysoft driver for the connection. But I am uhnable to connect to Oracle 11g server from AIX 5.3 using instantclient_11_1 client
    libraries. I get the error "Could not load oracle libraries". Error is as below:
    WARNING: Setup was unable to contact your ORACLE
    WARNING: server by using the connection options
    WARNING: you specified.
    WARNING: Error connecting to DB: -1
    WARNING: HY000: [unixODBC][Easysoft][Oracle]Could not load oracle libraries
    But I could connect to the same server from AIX 5.3 machine using instantclient_10_2 libraries and same eaysoft drivers successfully.
    Looks like there is issue with connecting with instantclient_11_1 client libraries from AIX 5.3. I also tried with using 11.1.0.6.0. Same issue is observed.
    Did anybody else face similar issue?
    Thanks and Regards,
    Prema S
    Edited by: user6404935 on Jan 27, 2010 9:47 PM

    I you find nobody who has the same problem, here are some hints:
    - Try to connect using "sqlplus" from the instant client. If that fails, there is probably a problem with your setup.
    - Look if the Easysoft driver supports Oracle 11.1 as client.
    Yours,
    Laurenz Albe

  • Memory issues in oracle apex server ( Oracle HTTP Server )

    Dear All,
    I want to resolve the memory problems in the oracle Apex . I have gone through some other forum thread , they are asked to change the memory in JAVA_OPT.
    Can you some one please help mr to resolve this issue ?
    Regards
    Dhanush.R

    SBH wrote:
    I checked the global_name, it is ABBPROD.asiapacific.abb.com...
    I tried setting the ORACLE_SID same as this name, but still the same issue exists
    @Mahir, this is a production environment, and I cannot take risk of rebuilding tnsnames and listener.ora filesand
    I am facing problem while connecting to Oracle 11g server on 'Windows 7 Enterprise edition - 32 bit OS'.
    I have successfully installed Oracle 11g server on Windows & enterprise machine.Your production sever running on Windows 7 EE 32bit?

  • Oracle 11g client installation on Windows 7 Home Premium (64-bit)

    I'm having trouble installing the Oracle 11g client installation on Windows 7 Home Premium (64-bit) machine.
    Can Oracle 11g client even be installed on the Windows 7 Home Premium 64?
    Thanks!

    Hi;
    As mention here home OS not supported, so as mention here again if you make some googling you can find link&blog which is mention to create WM machine, install linux(you can use OEL linux which is free and can be download from e-delivery site) than you can make 11g installation on it
    Regard
    Helios

  • Can we do oracle 11g software installation in parallel to SAP upgrade

    Hi Basis Expert,
    I need your inputs for one of this query
    The query is. Can we do oracle 11g software installation in parallel to SAP upgrade when the system is in Downtime phase.
    The idea is running SAP upgrade and in parallel running oracle 11g software installation. So that we can reduced the time.
    Please share your valuable inputs.
    Regards,
    Anil Shenoy.

    yes, of course.
    using different environment during the installation of the new engine, you could install the new oracle home 11 also tomorrow (including the SBP).
    infact, before the ./RUNINSTALLER you have to set the environment
    setenv ORACLE_HOME /oracle/SID/112_64
    setenv ORACLE_HOME_SRC /oracle/SID/102_64
    setenv ORACLE_HOME_TGT /oracle/SID/11202
    setenv  LIBPATH $ORACLE_HOME/lib:$LIBPATH
    setenv PATH /oracle/SID/112_64/bin: $PATH

  • ORACLE 11g win64 installation on Windows 7

    Hello,
    Could anyone help me in knowing whether the ORACLE 11G win64 is the right version to install on Windows 7?

    Hello,
    I need help with the installation of ORACLE 11g for installation on Windows 7 Win64. After I was almost finished with the installation, I got an error message saying that the following application (see below) can't be found in the folder:
    C:\Oracle\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    Does anyone know where to find this file? I am a student starting my class next week and trying to have everything ready before.
    Thanks so much for any help.
    Edited by: 855887 on May 1, 2011 3:55 PM

  • Oracle 11g clusterware installation issue.

    In our test lab, we are facing the following issue.Kindly help us to resolve this issue.
    Environment Details
    O/S : Oracle Enterprise Linux
    Database: Oracle 11g
    Clusterware: Oracle 11g
    The nodes are created using vmware.
    All the pre installation checks using clufvy utility are successful.
    During Installation of clusterware software, we need to run root.sh at the end on all the nodes. We have 2 node cluster. Root.sh runs successfully on node 1, but fails on node 2.
    Root.sh on node 2 details are given below
    # ./root.sh
    WARNING: directory '/u01/app/oracle/product/11.1.0' is not owned by root
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    WARNING: directory '/u01/app/oracle/product/11.1.0' is not owned by root
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 11G Release 1.
    assigning default hostname tsa1-fdfolio for node 1.
    assigning default hostname tsa2-fdfolio for node 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: tsa1-fdfolio tsa1-fdfolio-priv tsa1-fdfolio
    node 2: tsa2-fdfolio tsa2-fdfolio-priv tsa2-fdfolio
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10

    The trace files which **might** contain some useful error messages are :
    a) The latest trace files under $CRS_Home/log/hostname/client directory
    b) The OS Messages file ( /var/log/messages )
    This information can then be used to google similar issues ..
    Paste those messages here and I'll see if it rings a bell ..
    Vishwa

  • Oracle VM Server Installation Issues

    The Oracle VM Server 2.2.1 installation hangs after I pick US keyboard and does nothing after. I’ve tried other options including an old version of VM Server and I receive an error that states "isw: untested metadata version 1.2.04 found on /dev/sda", although the installation hangs in the same place. I’m not sure what the issue is and need some help.
    Also, just as a test, I installed Oracle Enterprise Linux R5-U5-Server on the hardware without any issues. I see everything, and it is a nice OS.
    Hardware details:
    I had Fry’s build a U4 server.
    Six 300 GB 10k rpm SATA on a raid 5 stripe
    Two 1.8 TB 7200 rpm SATA on a raid 0 mirror
    Motherboard GIGABYTE GA-X58A-UD3R
    24GB of DDR3 memory
    Intel Core i7-980X 3.33 GHX 12MB 6Core processor 64Bit
    Thanks for any help!!
    Robert
    [email protected]

    In order to get your HDs detected you will need to create a driver disk. Check this link out so you can create one.
    http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/install-guide/ch-driverdisk.html
    What the driver disk will do is load the driver disk image you need, and once you do that it should auto detect your drives.
    This should at least get you headed in the right direction :)
    Of course steps before creating the driver disk you will need to find out what driver you require and get a driver disk image of that driver to load to your bootable floppy/usb. In the example page they use a floppy, but any bootable media will work.
    Good luck,
    Roger.

  • Post installation issues in Oracle 11g

    Hi,
    i have installed oracle 11g on my windows vista- ultimate OS. installation was successful without any error, but after the completion of installation i found that sqlplus.exe file's icon was not proper. it is like a default .exe icon of vista. moreover this, when i executed it, i am getting a command prompt window instead of regular SQL window that we get in any previous versions of oracle. Though everything is working fine.
    So, could anyone please tell me what's wrong? Why i am getting such an interface?

    With 11g, the SLQPlusW is no longer available. SQLPlus in command prompt is what we have left. However you now have SQLDeveloper automatically included.

  • Oracle access server installation issue

    is oracle identity management infrastructure 10.1.4.0.1 is compatible with i oracle access management identity server and web pass 10.1.4.3.0
    reply asap
    Edited by: Aditya on Jun 7, 2011 11:44 AM

    Hey Aditya,
    I can see it in this document below:
    1-http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBkQFjAA&url=http%3A%2F%2Fwww.oracle.com%2Ftechnetwork%2Fmiddleware%2Fdownloads%2Foracle-accessmgr-10gr3-certmatrix-132000.xls&rct=j&q=certification%20matrix%20oam%2010.1.4.3&ei=7SbuTcK5AeLV0QHjm8SRCA&usg=AFQjCNEmg3xQgbQpEdItzo-tOcgMR_xSDA&cad=rja
    -->Oracle Access Manager (OAM)     10.1.4.0.1+     Oracle     Oracle Application Server 10g (10.1.2.x)     n/a     32     Integration available on all supported platforms     n/a     n/a     More details could be found under http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10356/osso.htm#CEGCEAJI
    -->Oracle Access Manager (OAM)     10.1.4.0.1+     Oracle     Oracle Application Server 10g (10.1.3.x)      n/a     32     Integration available on all supported platforms     n/a     n/a     More details could be found under http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10356/osso.htm#CEGCEAJI
    -->Oracle Access Manager (OAM)     10.1.4.0.1+     Oracle     Oracle Application Server 10g Single Sign-On (10.1.2.x)      n/a     32     Integration available on all supported platforms     n/a     n/a     More details could be found under http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10356/osso.htm#CEGCEAJI
    -->Oracle Access Manager (OAM)     10.1.4.0.1+     Oracle     Oracle Application Server 10g Single Sign-On (10.1.4.x)     n/a     32     Integration available on all supported platforms     n/a     n/a     More details could be found under http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10356/osso.htm#CEGCEAJI
    2-http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10356/osso.htm#CEGCEAJI
    3-You can also go to metalink and research in certification tab more details there.
    I hope this helps.
    Thiago Leoncio Guimaraes

Maybe you are looking for