Traci - Glancing at the two log files in your email, I can tell you several things:
-Look in Oracle’s documentation the meaning of this error message -Your Ethernet adapter is simply a mean (i.e. a piece of hardware) to communicate to your RDBMS server box over your client-server connection (nothing else): if you remove it, your wkstation will no longer be able to communicate.
-You need to do some cleaning-up in your TNS file: 127.0.0.1 is a dummy IP address in that very file and should be replaced by an ip address that corresponds to that of your RDBMS server -Instead of having just one communication protocol initialized, Oracle apparently attempts to initialize at least 3: Named Pipes, TCP/IP and IPC -Named pipes and IPC are not configured: your log file still shows Oracle default values
-The IP address you entered when setting up your Oracle client tools must be that of your Oracle database server(s) - nothing else. -Your subnet mask can be anything you want (well, almost) but it is, I dare say, irrelevant in your case
-Unless you are using all 3 protocols (named pipes, ipc and tcp/ip ) altogether, go back to Oracle Installer and remove those you do not need
Also:
-I mean no disrespect but I think you are confused about things work in a client server environment. Basically, here’s what it is like
[your client wkstion w/ ip address 192.216.105.5 ] <-----your communication protocol e.g. TCP/IP---->[your RDBMS server w/ ip address equal to e.g. 192.216.105.3]
AND
[your client wkstation has tcp HOST.SAM (or HOST) file in \Windows directory list RDBMS server ip address and name]
AND
[your client wkstation has tcp SERVICES file in \Windows directory list RDBMS server service name “oratcp” and the corresponding port(s) number(s) w/ as many entried as there are open port numbers]
-when you install Oracle client tools on your workstation
[your client wkstation w/ TNSNAMES.ORA and LISTENER.ORA lists RDBMS server ip address, database instance (SID) AND the Oracle SQL*Net connectivity files required to work w/ the communication protocol you chose] <-----your communication protocol e.g. TCP/IP---->
[your RDBMS server w/ LISTENER service started and LISTENER.ORA file configured]
Hope this helps.
If it does not, I strongly suggest you to call directly Oracle technical support.
Good luck!
Regards,
Alan Bonnemaison
NetBase Computing
Information Empowering Business
http://www.netbasecomputing.com
17875 Von Karman Ave., Suite 330, Irvine, CA 92614-6257 Phone: 949-440-9477 ext 5483
Fax: 949-440-9486
Mobile & Pager: 949-278-8476
Listserv Archives (BOB member since 2002-06-25)