Privileged instruction exception with external procedure

Delphi 6, Win2k server, Oracle 9.2, DOA 4.0.3 and DOA 4.0.6

I'm getting a Privileged instruction exception from
ExtProcShare -> SetExternalSVC -> LogOn at the line
OCICall(OCIHandleAlloc(envhp, errhp, OCI_HTYPE_ERROR, 0, nil));

This is long-time working code. The only change around the time of this problem is that I have been experimenting with Oracle 10g in a separate Oracle_Home. Removing it makes no difference.

I'm at a loss. Any suggestions would be welcomed.
 
Something must have changed. Did you reboot this machine after uninstalling the 10g home? Is it completely removed?
 
Back
Top