connection error
am getting below mentioned error in UCM
Unable to load the user information. There are no connections available from pool for provider 'SystemDatabase'. Unable to execute service method 'getConnection'. weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-00604: error occurred at recursive SQL level 1
ORA-01653: unable to extend table SYSTEM.AUD$ by 128 in tablespace SYSTEM
ORA-02002: error while writing to audit trail
ORA-00604: error occurred at recursive SQL level 1
ORA-01653: unable to extend table SYSTEM.AUD$ by 128 in tablespace SYSTEM.
what all tables constitute SYSTEM.AUD$? b'coz i couldn't find any table with that name in oracle db.
how do we overcome this error?