Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Open Table getting ORA-12801

Didier LASNIERMar 28 2019 — edited Mar 28 2019

Using SQL Developer 18.4 MacOSX, I'm getting this error

ORA-12801: error signaled in parallel query server P000
ORA-01722: invalid number

When I try to display the tables list in the connections tab.

I've isolated the query (in the log)  used by SqlDevelopper.

When I execute each part of the "union all" one by one, there is no error. when I execute the all query I've got the error. When I disable the parallel option, it works fine (ALTER SESSION disable PARALLEL query).

Comments
Post Details
Added on Mar 28 2019
1 comment
597 views