NetManager Connection Problem [message #355905] |
Tue, 28 October 2008 07:41  |
SilverChi
Messages: 17 Registered: September 2006
|
Junior Member |
|
|
Hi..,
I need some advice to solve my problem. I just try to install the oracle 11g rel. 1 (lets say it installed on "Machine A"). Then i create a new connection using netmanager to another database service on another machine ("Machine B").
On "Machine A" i've created a new connection as this :
DMS2 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = MachineB)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = DMS)
)
),
while in "Machine B", i still use the old version (9.0.1.1.1).
When i try to connect to "Machine B", i found an error message :
"ORA-03134 : Connections to this server version are no longer supported"
Is it something hard to connect to a lower version, and should i do to solve this?
Regards..
[Updated on: Tue, 28 October 2008 07:42] Report message to a moderator
|
|
|
|