You've not mentioned the connect string.
connect user/pw@db
Similarly for your tnsnames -
db=(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1521))
)
(CONNECT_DATA=
(SERVICE_NAME= db)
)
)
This should solve your problem.
|
Results 1 to 10 of 35
Threaded View
|
Click Here to Expand Forum to Full Width |