Bernhard S
Member³
I get the ORA-12592 using PL/SQL Developer (PSD) v9.0.6.1665 against our Prod DB when trying to execute the following SQL in a SQL Window:
PSD completely hangs then and one of the two CPUs keeps spinning at 100% until I force close it.
In SQL*Plus I don't get any error against the same DB with the same SQL.
In PSD against our Dev DB I don't get the problem either. I also don't get the problem against Prod DB, if I leave out the where-clause.
How can the root cause of this error be found and fixed?
SQL:
select * from v$parameter vp
where vp.isdefault='FALSE';
PSD completely hangs then and one of the two CPUs keeps spinning at 100% until I force close it.
In SQL*Plus I don't get any error against the same DB with the same SQL.
In PSD against our Dev DB I don't get the problem either. I also don't get the problem against Prod DB, if I leave out the where-clause.
How can the root cause of this error be found and fixed?