Link to home
Start Free TrialLog in
Avatar of cavaturu
cavaturu

asked on

Tablespace quota

Hi All,
        I am recieving the below error from Oracle AQ. The Aq  user has Unlimited tablespace role.

oracle.jms.AQjmsException: ORA-00604: error occurred at recursive SQL level 1
ORA-01536: space quota exceeded for tablespace 'AQ_DATA_1'
ORA-06512: at "SYS.DBMS_AQIN", line 344
ORA-06512: at "SYS.DBMS_AQIN", line 1098
ORA-06512: at line 1

        at oracle.jms.AQjmsProducer.enqueue(AQjmsProducer.java:1158)
        at oracle.jms.AQjmsProducer.send(AQjmsProducer.java:585)
        at oracle.jms.AQjmsProducer.send(AQjmsProducer.java:451)

Can you let me how to fix this?

Thanks,
Cavaturu
Avatar of seazodiac
seazodiac
Flag of United States of America image

well, can you post the result of following query?

log in as sysdba:

SQL>select username, defaullt_tablespace, temporary_tablespace from dba_users where username='AQ';
Avatar of cavaturu
cavaturu

ASKER

AQ,AQ_D_1,TEMP
ASKER CERTIFIED SOLUTION
Avatar of seazodiac
seazodiac
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial