Access Violation on Import Table with PDE file

jonnysq

Member
Hi, I've started using PL/SQL developer on my new job a few days ago and I've been asked to restore some PDE files for my boss, but I'm stuck with an access violetion

Import table GRBS.OFFERS
Error inserting record into GRBS.OFFERS:
Access violation at address 62E9C2A9 in module 'OraClient11.Dll'. Write of address 00000000
Error inserting record into GRBS.OFFERS:
ORA-01013

I'm using oracle 11g , with oracle client 11.2.
 
Last edited:
To obtain some more diagnostic information, can you modify the shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer).
 
Back
Top