|
-
so in sqlnet.ora file we should put
NAMES.DEFAULT_DOMAIN = xxxxxx.com
in tnsnames.ora file we can put
TEST.xxxxxx.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xx.xxx.xxx.xx)(PORT = 1521))
)
(CONNECT_DATA = (SERVICE_NAME = test))
)
so we can test in sqlplus using
username----user
password----pwd
host string---we need to put test alone Ami I rght.I tried & it worked.If I am wrong please correct me
Thanks
Suresh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|