How to Solve :
cannot create QUEUE_TABLE's tag archives
Oracle Database Error Code ORA-24048 Description :
cannot create QUEUE_TABLE, user does not have access to AQ object types
Error Cause:
An attempt was made to issue the CREATE_QUEUE_TABLE command, but the user who issued the command does not have access to internal AQ object types.
How to Solve :
Use the DBMS_AQADM.GRANT_TYPE_ACCESS procedure to grant the user access to the AQ object types.
Filed under: How to Solve, Oracle 10g, Oracle 11g, Oracle 9i, Oracle Error Codes Etiketler: ora - 24048, user does not have access to AQ object types, 24048, about oracle ORA-24048 error, cannot create QUEUE_TABLE, help ORA-24048 about, ORA-24048 error code, ORA-24048 problem, Oracle 9i 10g 11g, Oracle Database Server Error Messages, Oracle Error Codes, oracle number 24048 error code, oracle ORA-24048 example
No Comment Yet
No Comment Yet
Oracle Database Error Code ORA-24015 Description :
cannot create QUEUE_TABLE, QUEUE_PAYLOAD_TYPE string.string does not exist
Error Cause:
An invalid QUEUE_PAYLOAD_TYPE specified during create_queue_table.
How to Solve :
The QUEUE_PAYLOAD_TYPE should be RAW or an object type that already exists in the database.
Oracle Database Error Code ORA-24016 Description :
cannot create QUEUE_TABLE, user string does not have execute privileges on QUEUE_PAYLOAD_TYPE string.string
Error Cause:
An invalid object type specified for QUEUE_PAYLOAD_TYPE during create_queue_table.
How to Solve :
The user should have execute priviliges on the object type specified for the queue.
Oracle Database Error Code ORA-24001 Description :
cannot create QUEUE_TABLE, string already exists
Error Cause:
The queue table already exists in the queueing system.
How to Solve :
Drop the table first using the DROP_QUEUE_TABLE() command or specify another table.
Search Oracle Error Codes and Descriptions:
Recent Entries
- Oracle database error code ORA-31604 – invalid string parameter “string” for object type string in function string
- Oracle database error code ORA-29961 – too many warnings occurred in the execution of ODCIIndex DDL routine
- Oracle database error code ORA-31603 – object “string” of type string not found in schema “string”
- Oracle database error code ORA-29960 – line string, string
- Oracle database error code ORA-31602 – parameter string value “string” in function string inconsistent with string
- Oracle database error code ORA-29964 – missing ADD or DROP keyword
- Oracle database error code ORA-31606 – XML context number does not match any previously allocated context