Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

domain name change stops client access to oracle

Status
Not open for further replies.

alicante

Technical User
Nov 14, 2002
2
GB
I need to change the w2k domain that my oracle 8i database is on. When i change the domain clients cannot connect to the database. I have looked in the tnsnames and pointed the host to both the name and ip address but to no avail. What am I missing?
 
It is a Oracle network utility in which we specify the newly set machine details this happens because Oracle use OS protocols while interacting within client and server. Since the machine details are changed the Oracle info does not match with OS info.
This is a hint I will inform you as soon as I remember the name.
 
If your internet domain name has changed as well as the MS domain name, you are now adrift in the naming conventions of Net8. (Lewis Carrol had something about: the poem, the name of the poem, what the poem was called, what the name of the poem was called etc. ALL DIFFERENT!)

sqlnet.ora can contain
NAMES.DEFAULT_DOMAIN = my.domain

initXXXX.ora can contain
db_domain = some.other.domain

Frankly I don't understand it (the Net8 doc is designed to shield the reader from the nasty details!) - but I think the above should 'fix' the names so that your TNS config is not aiming at a moving target.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top