Timestamp

molloycp

Member²
Hello,

A simple select from a table that has a few fields of type
TIMESTAMP(6) WITH TIME ZONE

Results in an error of ORA-01877 : string is too long for internal buffer

We're running Version 7.1.5.1398 on oracle version 10.2.0.3.0

Do we need to upgrade our PLSQL Developer?

Chris
 
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).
 
Marco,

I pointed my oracle home in the tool to OraHome92 and the OCI to C:\oracle\ora92\bin\oci.dll

and it now works......yay

Seems like it is due to some strange configuration of multiple oracle homes on my oracle client.

Thanks

Chris
 
Back
Top