hi,
my table : table_with_clob
has some columns, one of them is CLOB.
in one DB (only one ! )
when i do
select * from table_with_clob;
in PLSQL 7.0.1.1066, the transaction hang.
but in TOAD, SQLPLUS it's OK.
i tried to do the same thing in a different DB, and strange - it works in PLSQL program !
so probably PLSQL Developer have some kind of a problem with something which is different in the two DBs.
i compared NLS_PARAMETERS and they are the same.
both DBs are Oracle 9.
can you give me some directions how to solve it.
Thanks,
Shay
my table : table_with_clob
has some columns, one of them is CLOB.
in one DB (only one ! )
when i do
select * from table_with_clob;
in PLSQL 7.0.1.1066, the transaction hang.
but in TOAD, SQLPLUS it's OK.
i tried to do the same thing in a different DB, and strange - it works in PLSQL program !
so probably PLSQL Developer have some kind of a problem with something which is different in the two DBs.
i compared NLS_PARAMETERS and they are the same.
both DBs are Oracle 9.
can you give me some directions how to solve it.
Thanks,
Shay