Tnsping failed in 10g@RHEL5

platform: Oracle 10.2.0.1.0 on RHEL5.
Issue: tnsping failed from client (successful from the server itself)
Brief: I can tnsping and sqlplus to the test1 db from the RHEL5 db server itself, no issue. But when I tried to tnsping from a client, I get the error.
** In both db selver and the client, I am using same tnsnames.ora.
** checked etc/hosts , /etc/sysconfig/network , /proc/sys/net/ipv4/ip_local_port_range - all OK.
Pl help.
=======listener file======
LISTENER_TEST1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = abc.com)(PORT = 1523))
SID_LIST_LISTENER_TEST1 =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = test1)
(ORACLE_HOME = /app/oracle/product/10.2.0/db_1)
(SID_NAME = test1)
====================
=====tnsnames.ora=====
TEST1.ABC.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = dbserver.abc.com)(PORT = 1523))
(CONNECT_DATA =
(SERVICE_NAME = test1)
====================
====================
----following is a tnsping test (SUCCESSFUL) from the db server itself----
dbserver> tnsping TEST1.ABC.COM
TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 19-APR-2008 00:13:24
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Used parameter files:
/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = dbserver.abc.com)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = test1)))
OK (0 msec)
====================
====================
~~~~~Followin g is a tnsping test (FAILED) from a client~~~~~~~~~~
clientbox> tnsping test1.abc.com
TNS Ping Utility for Linux: Version 10.2.0.4.0 - Production on 19-APR-2008 00:22:09
Copyright (c) 1997, 2007, Oracle. All rights reserved.
Used parameter files:
/u01/app/oracle/product/10.2.0/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = dbserver.abc.com)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = test1)))
TNS-12560: TNS:protocol adapter error
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
====================

I have correct ip and hostname defined in /etc/hosts.
the actual listener and tns looks like this (earlier was a typo)
=======listener file======
LISTENER_TEST1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = abc.com)(PORT = 1523))
SID_LIST_LISTENER_TEST1 =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = test1)
(ORACLE_HOME = /app/oracle/product/10.2.0/db_1)
(SID_NAME = test1)
====================
=====tnsnames.ora=====
TEST1.ABC.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = abc.com)(PORT = 1523))
(CONNECT_DATA =
(SERVICE_NAME = test1)
====================

Similar Messages

  • Tnsping failed from client

    platform: Oracle 10.2.0.1.0 on RHEL5.
    Issue: tnsping failed from client (successful from the server itself)
    Brief: I can tnsping and sqlplus to the test1 db from the RHEL5 db server itself, no issue. But when I tried to tnsping from a client, I get the error.
    ** In both db selver and the client, I am using same tnsnames.ora.
    ** checked etc/hosts , /etc/sysconfig/network , /proc/sys/net/ipv4/ip_local_port_range - all OK.
    Pl help.
    =======listener file======
    LISTENER_TEST1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = abc.com)(PORT = 1523))
    SID_LIST_LISTENER_TEST1 =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = test1)
    (ORACLE_HOME = /app/oracle/product/10.2.0/db_1)
    (SID_NAME = test1)
    ====================
    =====tnsnames.ora=====
    TEST1.ABC.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dbserver.abc.com)(PORT = 1523))
    (CONNECT_DATA =
    (SERVICE_NAME = test1)
    ====================
    ====================
    ----following is a tnsping test (SUCCESSFUL) from the db server itself----
    dbserver> tnsping TEST1.ABC.COM
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 19-APR-2008 00:13:24
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = dbserver.abc.com)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = test1)))
    OK (0 msec)
    ====================
    ====================
    ~~~~~Followin g is a tnsping test (FAILED) from a client~~~~~~~~~~
    clientbox> tnsping test1.abc.com
    TNS Ping Utility for Linux: Version 10.2.0.4.0 - Production on 19-APR-2008 00:22:09
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/10.2.0/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = dbserver.abc.com)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = test1)))
    TNS-12560: TNS:protocol adapter error
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ====================

    Duplicate thread.
    Re: tnsping failed in 10g@RHEL5
    It's always advisable to open one post instead of multiple with the same contents on different forums.
    Regards,
    Sabdar Syed.

  • Insertion of user name failing in 10g--very very urgent

    Hi
    I have this insert statement:
    INSERT INTO tHistory(Client_ID,Table_Ref,Table_ID,Entry_Type,Subject,User_Name
    ,Parent_ID,content)
    VALUES( 'D5555555','tClient','D555555','edit','Edit By '||user,user,0,'test');
    all fields are non nullable.
    However when I run it it does accept the user for user name column and throws an error saying user cant b blank.
    This same stmnt works fine in 9i but fails in 10g.
    Could anyone please help.
    Thanks in Advance

    are you running this from some other environment or as string from some program.
    here is the test case.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> create table test_table(n varchar2(200))
      2  /
    Table created.
    SQL> insert into test_table values('Hello '||user)
      2  /
    1 row created.
    SQL>
    SQL> select * from test_table
      2  /
    N
    Hello SCOTT
    SQL>
    SQL> show user
    USER is "SCOTT"

  • Deployment Wizard Fails in 10g AS

    Deployment Wizard fails in 10g AS when attempting to upload an .ear file. It throws the following error:
    ClassNotFoundException: ias.oc4j._deploywiz._selectAppDest
    This error started when during the upload procedure I lost internet connectivity. It has happened consistently since then.
    I have restarted the OC4J instances, the entire machine and even created a brand new instance of OC4J all to no avail. I can no longer deploy .ear files on an OC4J instance on the machine.
    Should I just give up and reinstall the entire server?
    Thanks for your help!

    368659, I am not sure what has happened to your 10g AS instance; can you check if you have the following file?
      <ORACLE_HOME>/sysman/webapps/emd/ias/oc4j/deployWiz/selectAppDest.uix
    If you has not stuck to the installation yet, reinstallation might be a better idea as the installation will be a breeze except that it takes a few minutes.

  • Expdp impdp fails from 10g to 11g db version

    Hello folks,
    Export DB Version : 10.2.0.4
    Import DB Version : 11.2.0.1
    Export Log File
    Export: Release 10.2.0.4.0 - Production on Wednesday, 03 November, 2010 2:19:20
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, Data Mining and Real Application Testing options
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 45 GB
    . . exported "DYM"."CYCLE_COUNT_MASTER" 39.14 GB 309618922 rows
    Master table "DYM"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for DYM.SYS_EXPORT_SCHEMA_01 is:
    Job "DYM"."SYS_EXPORT_SCHEMA_01" successfully completed at 02:56:49
    Import Log File
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "DYM_PRJ4"."CYCLE_COUNT_MASTER" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 1 error(s) at 10:54:38
    from 10g expdp to 11g impdp is not allowed ? any thoughts appreciated ??

    Nope , I do not see any error file.
    Current log# 2 seq# 908 mem# 0:
    Thu Nov 04 11:58:20 2010
    DM00 started with pid=530, OS id=1659, job SYSTEM.SYS_IMPORT_FULL_02
    Thu Nov 04 11:58:20 2010
    DW00 started with pid=531, OS id=1661, wid=1, job SYSTEM.SYS_IMPORT_FULL_02
    Thu Nov 04 11:58:55 2010
    DM00 started with pid=513, OS id=1700, job SYSTEM.SYS_IMPORT_FULL_02
    Thu Nov 04 11:58:55 2010
    DW00 started with pid=520, OS id=1713, wid=1, job SYSTEM.SYS_IMPORT_FULL_02
    Thu Nov 04 12:00:54 2010
    Thread 1 cannot allocate new log, sequence 909
    Private strand flush not complete
    Current log# 2 seq# 908 mem# 0: ####################redo02.log
    Thread 1 advanced to log sequence 909 (LGWR switch)
    Current log# 3 seq# 909 mem# 0: ###################redo03.log
    Thu Nov 04 12:01:51 2010
    Thread 1 cannot allocate new log, sequence 910
    Checkpoint not complete
    Current log# 3 seq# 909 mem# 0:###################redo03.log

  • DB link working but tnsping fails,how?

    Hi
    I have DB link defined in Oracle EBS DB 10.2.0.3. When i query the table using db link, it is working. But tnsping is failing with this error --TNS-12535: TNS:operation timed out. When the network is not established between our oracle server and SQL server database, how come the DB links works?
    Any help highly appreciated.
    Regards

    Hi
    We have 3 different servers for the DB links. When i was querying with one of our data center server (network ok), it is ok. But the other two servers it is failing. Sorry, mistaken.
    Regards

  • Database creation failed Oracle 10g x64

    Hello,
    Trying to install Oracle 10.2.0.1.0 (x64) on Windows Server 2003 SP2 (x64).
    Towards end of installation, it fails at Database creation stage, stopping at 2%.
    Anyone can give any clue on why it happens ???
    Appreciate your help..

    Thank you for your inputs..
    I have tried to run DBCA , but again it fails at 2% (when database files being copied)
    I have also installed 10g Release 2 (10.2.0.4) Patch Set 3 for MS Windows x64
    also downloaded and installed latest Java
    Still when trying to create databse, it fails at the stage of copying database files.
    Thanks to share if anyone have any clue..

  • TNSPING failed

    My server is ORACLE 10G , version 10.2.0.1.0
    I run the command TNSPING 192.168.1.250 as database is installed in the ip address, and is showing the follwoing error
    TNS-12535 : TNS : OPERATION TIME OUT. Is there any way to fix the fault?

    userSA wrote:
    ping gets reply. It is connecting fine and one database specified in the tnsname connecting. Both databases located on same server that one is connecting and another one is not? if not check the telnet to server on port 1521. Port 1521 may be blocked either at server or firewall.On the server hosting the datase:
    lsnrctl statusAnd show (don't just describe) the results.
    On the client machine
    tnsping <db that works>
    tnsping <db that doesn't work>And show (don't just describe) the results.

  • Username retrieval failed in 10g XE.  Help!! (Thanks!)

    Hi all -
    Any help would be sincerely appreciated! (although who would write "all help would be looked upon poorly" ???)
    Anyway, I installed 10g XE on Windows XP Pro
    Installation was successful, and I AM able to launch the GUI Administrator (i.e., the one that the "Getting Started" doc talks about).
    I'm able to query tables, create users, all that great stuff.
    However, when I go to Start -> Programs -> Oracle Database 10g Express Edition -> Run SQL Command Line,
    I am unsuccessful at being able to Connect.
    I launch the Run SQL Command Line, type in "connect username_i_created/password@xe" and I get the error "ORA-12631: Username retrieval failed"
    This username DOES exist and I can see and query when I go through the GUI.
    Any thoughts or suggestions?
    Thanks Again!!
    R-

    Thank you all, for your suggestions! Unfortunately, I'm still having problems.
    Ultimately, I have another software application that is meant to connect to my Oracle database. That's failing with the same ORA-12631 error as I mentioned.
    I'm still unable to log in, even directly, via SQL*Plus.
    Through my Command window:
    C:\>echo %ORACLE_SID%
    XE
    C:\>echo %ORACLE_HOME%
    C:\oraclexe\app\oracle\product\10.2.0\server
    C:\sqlplus username/password
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jul 15 10:51:29 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12631: Username retrieval failed
    and my sqlnet.ora file is posted here:
    # 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)
    my tnsnames.ora file:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = full computer name from My Computer->Properties->Computer Name)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    my listner.ora file:
    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 = full computer name from My Computer->Properties->Computer Name)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)

  • When turning on Advanced Security Network Encryption tnsping fails

    Hi people,
    I'm installing Advanced Security Network Encryption in my server (RHEL 3), I've configured my sqlnet.ora as follows:
    SQLNET.CRYPTO_CHECKSUM_SERVER = REQUIRED
    SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER = MD5
    SQLNET.ENCRYPTION_TYPES_SERVER= (RC4_256)
    SQLNET.ENCRYPTION_SERVER = REQUIRED
    SQLNET.CRYPTO_SEED = "abcdefg"
    After that, tnsping do not work anymore, I'm getting TNS-03505 - "Failed to resolve name".
    If I remove Adv. Security configuration tnsping become normal.
    Do anybody knows what can it be?
    Thanks in Advance
    André Teixeira

    Are you running tnsping from the server to itself? Or from the client? Has Advanced Security been configured on the client?
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Host user credential fails in 10g OEM

    Using Windows Server 2003 and Oracle 10g:
    I have a client who is unable to set the host user credentials in OEM (fails when testing credentials with “Connection to host as user failed”) using a local administrative account (also the account used to install Oracle). We have been through the forums and made sure that:
    1. The local user is both an administrator and a member of the ora_dba group.
    2. Both the ora_dba user group and local administrative user have been explicitly granted the following privileges:
    a. log on as a batch job
    b. log on as a service
    c. act as part of the operating system
    d. allow log on locally
    e. adjust memory quotas for a process
    f. replace a process level token
    3. We have also verified that this user and group have not explicitly been denied the log on privileges in:
    a. deny log on as a batch job
    b. deny log on as a service
    4. Additionally, we have also tried setting the console service to run as the local user we want to set as the host user credentials (originally set to run as the local system account).
    I have been unable to verify yet that the user or the admin or ora_dba groups have been granted privileges under the create global object policy, but I have only found one post in the forums suggesting this and am unclear if this is a requirement or not.
    I have also seen it recommended to input the host user name as <domain_name>.<name_of_computer>\<user_name>. However, I saw one post that recommended this only if the server was also running AD. I have never installed on the same server as AD and I normally only need to define my host credentials as <domain>\<user>, so I am assuming that this is the case. I'm I correct here?
    I have never had a problem setting these credentials on Windows Server 2008 with Oracle at 11g using the common suggestions listed above, on the forums, and in the installation guide. Any ideas where I can look next or what I have missed? Are there any other policies that might be being pushed to this server that I should look for? Thanks.

    AilD, Thanks. That's pretty much where we started other than our user was a local user rather than a domain user. From what I understand, the formatting of the user name really shouldn't matter, unless you have a domain user you wish to use that happens to have the same name as a local user, where Oracle will assume that you are referencing the local user if you fail to include the domain. No big deal for us since we are using a local user, there shouldn't be any issues with using just the user name to identify the user. Perhaps I am focusing too much on the way the user is identified in OEM.
    Does anyone have experience configuring Oracle in abnormally secure environments? In this case, the onsite DBA is segregated from IT and unsure of what policies are being pushed to his servers. Perhaps there are other polices I haven't already listed that may be causing havoc in setting the host user credentials?

  • Arithmetic subtraction fails in 10g, works in 11g

    With this setup:
    create table person (id number, version number, groupscount number);
    create table groupfollower (followerid number, followingid number);
    insert into person values (1,1,0);
    insert into person values (2,1,0);
    insert into groupfollower values (1,2);
    UPDATE Person
    SET version =version+1,
    groupsCount=
    *(SELECT COUNT(followingg1_.followerId)*
    FROM GroupFollower followingg1_
    WHERE Person.id=followingg1_.followerId
    *)-1*
    WHERE id IN
    (SELECT groupfollo2_.followerId
    FROM GroupFollower groupfollo2_
    WHERE groupfollo2_.followingId=2
    10g produces an error -- ora-00933: SQL command not properly ended 00933. 00000 - "SQL command not properly ended" Cause: Action: Error at Line:16 Column:4 Line 16 is the ")-1"
    should this not be valid? The query actually works just fine you put the 1- in front, but these queries are being generated by hibernate, and I'm not sure how to override this behavior-

    It is a known issue in 10g. Put constans an the beginning of subquery expression:
    SQL> UPDATE Person
      2  SET version =version+1,
      3  groupsCount=
      4  (SELECT COUNT(followingg1_.followerId)
      5  FROM GroupFollower followingg1_
      6  WHERE Person.id=followingg1_.followerId
      7  )-1
      8  WHERE id IN
      9  (SELECT groupfollo2_.followerId
    10  FROM GroupFollower groupfollo2_
    11  WHERE groupfollo2_.followingId=2
    12  )
    13 
    14 
    15  /
    )-1
    ERROR at line 7:
    ORA-00933: SQL command not properly ended
    SQL> UPDATE Person
      2  SET version =version+1,
      3  groupsCount= -1 +
      4  (SELECT COUNT(followingg1_.followerId)
      5  FROM GroupFollower followingg1_
      6  WHERE Person.id=followingg1_.followerId)
      7  WHERE id IN
      8  (SELECT groupfollo2_.followerId
      9  FROM GroupFollower groupfollo2_
    10  WHERE groupfollo2_.followingId=2
    11  )
    12  /
    1 row updated.
    SQL> SY.

  • TNSPING fail

    Hi, I am trying to set up a link from oracle 8.1.7 to sql2000 on different win2000 servers.
    I have set up an ODBC connection and if I test this with MS Access on same machine as Oracle server I am able to link to tables on SQL server.
    This ODBC connection only works if I use port 1433.
    Then I edited tnsnames.ora & listener.ora in Oracle_Home/network/admin
    192.168.15.7 is ip of sql machine and redrouter is sql sid name, when i try tnsping I get:
    TNS-1254: TNS:no listener
    ODS1SERVER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.15.34)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ods1)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = jambor-1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = ODS2)
    (PRESENTATION = http://admin)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ODS2 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = jambor-1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ODS2)
    REDROUTER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.15.7)(PORT = 1521))
    (CONNECT_DATA =
    (SID = redrouter)
    (HS = OK)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = jambor-1)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = jambor-1)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = ODS2)
    (ORACLE_HOME = D:\oracle\ora81)
    (SID_NAME = ODS2)
    (SID_DESC =
    (SID_NAME = redrouter)
    (ORACLE_HOME = D:\oracle\ora81)
    (PROGRAM=hsodbc)
    Any help?? Do I need to have SQL2000 client installed on Oracle Server machine??

    What is the error that you are getting?

  • 10g RHEL5.2 error when installing - need help

    Newbie to the forum; am trying to install 10g on RHEL 5.2 X86_64 and get 65% through the install and encounter errors related to makefiles. I do have all the prerequisite RPM packages installed per the manual. Here is the error:"error invoking target 'ntcontab.o' of makefile "$ORACLE_PATH......../db1/network/lib/ins_net.client.mk Any help is appreciated

    Hi,
    Also Please check whether all the packages given below are installed.
    The following packages are not part of the OS distribution media and must be downloaded separately
    (from http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux/ for both Oracle Linux 5 and RHEL 5)
    and installed manually:
    openmotif21-2.1.30-11.EL5.i386
    xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386
    binutils-2.17.50.0.6-6.0.1.x86_64
    The following packages must be installed from the Oracle Linux 5 or RHEL 5 distribution media:
    gcc-4.1.2-14.el5.x86_64
    gcc-c++-4.1.2-14.el5.x86_64
    glibc-2.5-18.i686 (32-bit)
    glibc-2.5-18.x86_64
    glibc-common-2.5-18.x86_64
    glibc-devel-2.5-18.i386 (32-bit)
    glibc-devel-2.5-18.x86_64
    libgcc-4.1.2-14.el5.i386
    libgcc-4.1.2-14.el5.x86_64
    libstdc++-devel-4.1.2-14.el5.i386
    libstdc++-devel-4.1.2-14.el5.x86_64
    libstdc++-4.1.2-14.el5.i386
    libstdc++-4.1.2-14.el5.x86_64
    make-3.81-1.1.x86_64
    gdbm-1.8.0-26.2.1.i386
    gdbm-1.8.0-26.2.1.x86_64
    libXp-1.0.0-8.1.el5.i386
    libXp-1.0.0-8.1.el5.x86_64
    libaio-0.3.106-3.2.i386
    libaio-0.3.106-3.2.x86_64
    libgomp-4.1.2-14.el5.x86_64
    sysstat-7.0.0-3.el5.x86_64
    util-linux-2.13-0.45.el5.x86_64
    compat-libstdc++-296-2.96-138.i386
    compat-libstdc++-33-3.2.3-61.i386
    thanks,
    DB
    Edited by: DB_Oracle on 16-Dec-2010 08:47
    Edited by: DB_Oracle on 16-Dec-2010 08:47
    Edited by: DB_Oracle on 16-Dec-2010 08:49

  • Data Guard phys. standby creation failing in 10g EM?

    All,
    I'm working on setting up Oracle Data Guard in a test environment at my company. It was suggested to me to go through the GUI to set up a physical standby database and automate the management of my DG setup.
    However, the several attempts that I have made result in the process failing during the "Create Standby Database" and the process fails with the following errors:
    dgcreate.recoverStby: ALTER DATABASE RECOVER CANCEL
    dgcreate.recoverStby: ALTER DATABASE OPEN READ ONLY
    SQL Error: ORA-16004: backup database requires recovery
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '/u01/app/oracle/product/10.2.0/db_1/oradata/oratstdg/system01.dbf' (DBD ERROR: OCIStmtExecute)
    Can anyone pass along any ideas as to where the issue might be? I would really appreciate it - I need this up and going ASAP. Thanks!
    Matt Gordon

    Ugonic,
    I actually did create a new Physical Standby Database. I did not have an existing database configured as a standby database. In fact, the standby server that I used only had the Oracle binaries installed on it - there was no database on that system.
    Additionally, I did not have a saved configuration to use, so I generated completely new files and a new configuration.
    I left the screen alone for over an hour before checking the status and seeing these errors in the log - I am wondering if anybody else has encountered this same issue.
    On a side note, I've stumbled my way further into this process and now have a functional DG configuration. However, I can only switchover from SQL*Plus - the GUI way fails. When I click on Verify in the GUI I get the following log:
    Initializing.
    Connected to instance fcoracle1.cdps.cdp:oratest1
    Starting alert log monitor...
    Updating Data Guard link on database homepage...
    WARNING: Database oratest2.cdps.cdp is not discovered.
    Data Protection Settings:
    Protection mode : Maximum Performance
    Log Transport Mode settings:
    oratest1.cdps.cdp: ASYNC
    oratest2.cdps.cdp: ASYNC
    Checking standby redo logs.....OK
    Checking Data Guard status
    oratest1.cdps.cdp : Normal
    oratest2.cdps.cdp : Normal
    Checking Inconsistent Properties
    Checking agent status
    oratest1.cdps.cdp ... WARNING: Undefined subroutine &main::executeSQLPlusSYSDBA called at - line 5.
    WARNING: Switchover or failover may not succeed as a result.
    oratest2.cdps.cdp ... WARNING: Undefined subroutine &main::executeSQLPlusSYSDBA called at - line 5.
    WARNING: Switchover or failover may not succeed as a result.
    Switching log file 235.Done
    Checking applied log on oratest2.cdps.cdp....OK
    Processing completed.
    Have you experienced this problem and/or do you have any suggestions to resolve it?
    Matt

Maybe you are looking for

  • Printer suddenly not communicating with laptop and can't print, possibly due to antivirus software?

    All of a sudden I can't print from my laptop, neither wireless or via USB.  I keep getting an error message "printer not responding."  I did the dx/repair and was able to print a test page, but that's it.  Would like to know if it might be due to my

  • I would like to use DDE to send data from a Lookout Server to an Excel

    Hello National Instruments, I would like to use DDE to send data from a Lookout Server to an Excel Spreadsheet. I have Lookout 6.1 on a server connected to 4 client workstations The operating system on the server is Windows Server 2003 R2; Standard E

  • I can't VPN from my Mac to my office's microsoft server HELP!

    I am unable to access my company's microsoft network from my Mac computer at home. I believe there is a setting that the company needs "turn on" to allow the network to accept Mac's to access it...does anyone know what that setting is?

  • Jsf VS wcm servlet- combine JSF & WCM tags in the same page

    Hey all, I wanted to get to you a problem I've encountered and see if you can direct me. Note: I found a way to work around the problem, we will see later - but this will not bring me to full integration. The problem arises when I create a region\pag

  • Blog Post Date Bug

    Hi, I use windows live writer to publish to my blog on BC and other blog platforms. When I publish from live writer with today at the post date, the post is not visible on the blog site at all. I enter the admin of BC, change the blog post date to ye