Hi
How do I specify FULLY QUALIFIED NAME in Listener.

For example. I have a database in A computer. Would like to connect from B computer.

I have changed Listener.ora in A computer:

Listener=
(Address_list=...
.....
Protocol=TCP
Server=A.xxx.com
.........


)

In B Computers TNSNAMES

A.xxx.com=
(...
Host=A.xxx.com
......)

This is not working.

XXX - is the domain name.

Any suggestions?