"Unexpected Error" when Compiling Programs

For the last week or two I have been getting the following error several times a day when I compile program windows. I have to close and reopen PLSD to continue working. The error dialog says:

Unexpected error.

Access violation at address 603B39DD in module 'orageneric10.dll'. Read of address 00000024

Any ideas why I might be getting this? I'm on version 7.0.1.1066 with this environment (the OraDb10g_home1 Oracle Home is active):

PL/SQL Developer
Version 7.0.1.1066 (MBCS)
01.28543 - Unlimited user license
Windows XP version 6.0 (build 2600) Service Pack 2

Physical memory : 1,038,404 kB (110,420 available)
Paging file : 2,759,528 kB (241,364 available)
Virtual memory : 2,097,024 kB (500,560 available)

Parameters
C:\Program Files\plsql developer 7.0\plsqldev.exe

Preferences
Session mode: Multi
OCI Library:
Use OCI7: False

Plug-Ins
*Comment lines v1.3 (C:\Program Files\plsql developer 7.0\PlugIns\commentline.dll)
*PL/SQL Developer CompareSource Plug-In version 2003/12/03 (C:\Program Files\plsql developer 7.0\PlugIns\CompareSource.dll)
*PL/SQL Developer FindAll Plug-In version 2003/11/18 (C:\Program Files\plsql developer 7.0\PlugIns\FindAll.dll)
*PL/SQL Documentation (plsqldoc) (C:\Program Files\plsql developer 7.0\PlugIns\plsqldoc.dll)
*PL/SQL Developer Sort Plug-In version 2003-11-05 (C:\Program Files\plsql developer 7.0\PlugIns\Sort.dll)
*texType (2.0) - www.softema.com (C:\Program Files\plsql developer 7.0\PlugIns\texType.dll)
*Version Control Interface 1.2 (C:\Program Files\plsql developer 7.0\PlugIns\VCS.dll)
(* is Active)

Aliases
ARCSDE
COSMOS
DBPRISM
DERWOOD
DOX
...

Homes
Forms6i (C:\Oracle\Forms6i)
OraDb10g_home1 (D:\oracle\product\10.2.0\db_1)
OraHome92 (C:\Oracle\Ora92)

DLLs
D:\oracle\product\10.2.0\db_1\bin\oci.dll

TNS File
s:\orarepo\tnsadmin\tnsnames.ora

Using
Home: OraDb10g_home1
DLL: D:\oracle\product\10.2.0\db_1\bin\oci.dll
OCI: version 9.2
Oracle9i Enterprise Edition Release 9.2.0.6.0
Character size: 1 byte(s)

TIA.
 
This seems like a client issue. Did you recently install this 10g home? If so, can you start PL/SQL Developer, go to Tools > Preferences > Oracle / Connection page, select "OraHome92" from the Oracle Home selection list, restart PL/SQL Developer, and try again?
 
Back
Top