Sir,
We have a Com+ application
DOA 3.4.5. and Oracle 8.1.6
Windows 2000 advanced server running on a bi-processor PC
After a certain time, we got a ORA-12154 (TNS name not resolved) when connecting to the Database and just after a oranl8.dll access violation.
We have developped our own...
We have some existing oracle 8 table having
MODE, LANGUAGE, CONSTRAINT as FIELD NAMES
We open a live query with SELECT * FROM TABLE WHERE ...
when Inserting or updating a record we got
ORA 01747 invalid user.table.column, ...
The oracle monitor display the following statment
insert into ACT...
Hi,
I try your fix but it did not work.
Here is the code I use
uses ...
OracleMonitor, ...
...
initialization
finalization
if Assigned(InternalMonitorFinalize) then InternalMonitorFinalize;
the code still hang up in the InternalMonitorFinalize;
The program is a Three tiers...