Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ORA-00600 Error: arguments: [opibnd0: oaccsid]

ORA-00600 Error: arguments: [opibnd0: oaccsid]

From: dan <tnjeditor_at_gmail.com>
Date: 18 Oct 2004 19:13:47 -0700
Message-ID: <3ae70c4e.0410181813.6cbe4a7d@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US