Question/help for 64bit version

cct

Member²
We use 32bit 10.32 client to access 8.1 and 11G databases, with PSD 13

I am trying to debug part of a package that is about 7500 lines long, and having wait up to 2 minutes per step. This is on the 8.1.7 database.

Would the 64 bit version handle this any better?

If it would, how can one obtain the media for a 10.2 Windows 64 bit client? We are licensed, but do not have a support contract, so I am not able to request a download from Oracle...

Any suggestions?

TIA

Chris
 
The 64 bit version will not be any faster.

To obtain some more diagnostic information, can you modify the PL/SQL Developer shortcut and add the DebugSQL parameter? For example:

"C:\Program Files (x86)\PLSQL Developer 13\plsqldev.exe" DebugSQL

Reproduce the problem (perform a debug step that takes 2 minutes) and send me the debug.txt file that is generated in the %APPDATA%\PLSQL Developer directory 13 (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 13).
 
Back
Top