Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> ORA-00600 Error: arguments: [opibnd0: oaccsid]
I have a perl program using DBD::Oracle and I have a query using the
same db handle as another query:
for each row from first query, run second query.
The second query is this:
select user_id from rbac_user_role where user_id > 1 and role_id = ?
Which then gives me this:
DBD::Oracle::st execute failed: ORA-12801: error signaled in parallel
query server P002
ORA-00600: internal error code, arguments: [opibnd0: oaccsid], [1],
[1], [1], [], [], [], [] (DBD ERROR: OCIStmtExecute)
any ideas? Received on Mon Oct 18 2004 - 21:13:47 CDT