Re: configure listener.ora and tnsnames.ora
- From: ilbmbo <ilbimbo@xxxxxxxxx>
- Date: Wed, 5 Aug 2009 08:57:22 -0700 (PDT)
On 5 Ago, 17:37, usenet2...@xxxxxxxx (Viktor Zacek) wrote:
ilbmbo <ilbi...@xxxxxxxxx> wrote:
in my software in visual C++ use:
String^ connectionString = gcnew String ("Data Source=(DESCRIPTION=
(ADDRESS=(PROTOCOL=TCP)(HOST= linux-gle)(PORT=1521))(CONNECT_DATA=
(SERVICE_NAME=AFTIDI)));User Id=XXXXXXXX;Password=XXXXXX");
System::Data::OracleClient::OracleConnection^ conn = gcnew
System::Data::OracleClient::OracleConnection(connectionString);
conn->Open();
so in this mode i can connect but sometimes i have error in
TNS:listener
Interesting...
I would do the following during development (you have to talk with your
DBA about corresponding steps):
- shutdown the database
- delete all logfiles on server and client
- sync time between client and server (or just note the difference)
- start the database
- use program only to test the connect (simply a loop which connects
every 10 seconds, and disconnects, print time if connect not successful)
- check logfiles on server (esp. listener and alert log and client (esp.
sqlnet.log) at printed times for errors
I only delete the logfiles for pure lazyness... its easier to search in
nearly empty logfiles ;-)
Best regards,
Viktor
now i can't do this, because my DBA is on holiday....
but for me the problem is in listener.ora in server because is empty
and if i try to configure it the listener don't work when i start it!
.
- Follow-Ups:
- References:
- configure listener.ora and tnsnames.ora
- From: ilbmbo
- Re: configure listener.ora and tnsnames.ora
- From: ddf
- Re: configure listener.ora and tnsnames.ora
- From: ilbmbo
- Re: configure listener.ora and tnsnames.ora
- From: ddf
- Re: configure listener.ora and tnsnames.ora
- From: ilbmbo
- Re: configure listener.ora and tnsnames.ora
- From: Viktor Zacek
- Re: configure listener.ora and tnsnames.ora
- From: ilbmbo
- Re: configure listener.ora and tnsnames.ora
- From: Viktor Zacek
- Re: configure listener.ora and tnsnames.ora
- From: ilbmbo
- Re: configure listener.ora and tnsnames.ora
- From: Viktor Zacek
- configure listener.ora and tnsnames.ora
- Prev by Date: Re: configure listener.ora and tnsnames.ora
- Next by Date: Re: Validate Query Syntax
- Previous by thread: Re: configure listener.ora and tnsnames.ora
- Next by thread: Re: configure listener.ora and tnsnames.ora
- Index(es):
Relevant Pages
|
Loading