Hi,
I disabled the Oracle DB service and tried to connect via oraclesession.
Delphi 2007, Oracle 10g, DOA411
try
OracleSession1.LogOn;
except
on E: EOracleError do;
end;
but i could not handle the exception. I develop a service app and these code calls from the oncreate event. But i encountered a popup message called "orac-1254" and my service could not be started because of the exception.
how can i figure it out?
thanks
I disabled the Oracle DB service and tried to connect via oraclesession.
Delphi 2007, Oracle 10g, DOA411
try
OracleSession1.LogOn;
except
on E: EOracleError do;
end;
but i could not handle the exception. I develop a service app and these code calls from the oncreate event. But i encountered a popup message called "orac-1254" and my service could not be started because of the exception.
how can i figure it out?
thanks