Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle 11g client Configuration

631832Apr 2 2008 — edited Apr 2 2008
Hi All,

I have Oracle 11g Server installed on my Linux box.
I want to use Oracle client 11g on my windowsXP access to the Server that on my linux box.

when i go to "Oracle-oraClient11g_home1","Configuration and Migration Tools", "Administration Assistant for Windows". I couldn't find the server that i want to add.

Here is my client configuration on my windowsXP:

tnsnames file

# tnsnames.ora Network Configuration File: C:\app\msokadmin\product\11.1.0\client_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ORACLE =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = "myoracle server name")(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = orcl)
)
)

listener file:
# listener.ora Network Configuration File: C:\app\msokadmin\product\11.1.0\client_1\network\admin\listener.ora
# Generated by Oracle configuration tools.

LISTENER =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = "it's my client Machine")(PORT = 1521))
)



Sqlnet file:

# sqlnet.ora Network Configuration File: C:\app\msokadmin\product\11.1.0\client_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= (EZCONNECT, TNSNAMES)




My windowXp is joined to the domain (ex. zzz domain).

Anyone who know and can help me about this, it will great.
Thanks to forum.


Marin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2008
Added on Apr 2 2008
1 comment
871 views