I am running PL/SQL Developer 7.1.0.1337 over a 10.2.0.2.0 database.
I have a simple table containing a column with a datatype of TIMESTAMP.
When I attempt to select from this table using the
SQL window (or command window) I get error:
ORA-03115: unsupported network datatype or representation.
When I use SQL*Plus on my system I can select from this table.
Any idea on how to fix this?
I have a simple table containing a column with a datatype of TIMESTAMP.
When I attempt to select from this table using the
SQL window (or command window) I get error:
ORA-03115: unsupported network datatype or representation.
When I use SQL*Plus on my system I can select from this table.
Any idea on how to fix this?