Is verson 7.1.0.1337 compatible with Windows 7 64bit?

bhallinan

Member
Is verson 7.1.0.1337 compatible with Windows 7 64bit?

I've looked through the posts with 64bit installations and have tried the 32 bit client, connecting successfuly with SQLPLUS SQL*Plus: Release 11.1.0.7.0.

When launched as administrator the PL/SQL Developer Window shows:
Reading preferences
Reading keywords
Logging on... connected
then the error is thrown: PL/SQL Developer has stopped working. A problem caused athe program to stop working correctly. Windows will close the program and notify you if a solution is available. [Debug] [Close program]

If I cancel the login a the login prompt PL/SQL Developer runs. The PL/SQL support information follows.

Any suggestions?

PL/SQL Developer
Version 7.1.0.1337
36646 - Unlimited user license
Windows Vista (64-bit) 6.1 Build 7601 (Service Pack 1)

Physical memory : 4,150,168 kB (2,289,516 available)
Paging file : 4,194,304 kB (4,194,304 available)
Virtual memory : 2,097,024 kB (1,932,568 available)

Parameters
C:\Program Files\PLSQL Developer\PlSqlDev.exe

Preferences
Session mode: Multi
OCI Library: C:\Oracle\instantclient_11_2_32\oci.dll
Use OCI7: False

Preference Files
C:\Program Files\PLSQL Developer\Preferences\Default\Default.ini
C:\Program Files\PLSQL Developer\Preferences\MYUSERID\default.ini

Plug-Ins

Aliases
PERTST

Homes

DLLs
C:\Oracle\Middleware\Oracle_FRHome1\bin\oci.dll

TNS File
C:\Oracle\Middleware\Oracle_FRHome\Network\Admin\tnsnames.ora

Using
Home: C:\Oracle\Middleware\oracle_common
DLL: C:\Oracle\instantclient_11_2_32\oci.dll
OCI: version 9.2
 
Same issue here - upgrading business PCs to Windows 7 64 bit but using Version 9.0.5.1648
 
Last edited:
I see that you are using an Instant Client. Did you try SQL*Plus from the same Instant Client directory?
 
Thank you for the quick response.

No and Yes. No, I had used the 64 bit version of SQL*Plus inadvertantly and reported that in my first post. (Good catch!)

Yes, the 32 bit version of SQL*Plus works from the same Instant Client Directory (32 bit). The 32 bit version is SQL*Plus: Release 11.2.0.2.0 Production.
 
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).
 
We have similar problems. Windows 7 64bits running.
PLSQL version are 7.1 (old version, sure !).
Client Oracle 11g.
Problem : PLSQL always CRASHES at startup, before login.
On some PC, running in "compatibility XP SP3" is ok.
On others, this solution doesn't works.
HAve you an idea ?
Is the version 9 better compatibility for Win 7 ?
*** NEW !!! ***
I test to install PLSQL in Administrator mode. It seems to be bettere, password is automaticcaly watched when we regitered the licence. And it works correctly. Perhaps some security issues in Win7 ?
 
Last edited:
Back
Top