cannot open Jdbc connections/throwing an error

Hi All,
when i try to open JDBC connections by clicking on connections in admin console, it is throwing an error:
com.wm.app.audit.AuditException: [BAA.0002.0000] Wrapped Exception: java.sql.SQLException: [wm-cjdbc34-0042][Oracle JDBC Driver][Oracle]ORA-01652: unable to extend temp segment by 128 in tablespace TEMP.

can some one please help me out with this problem.

thanks & regards,
vijay

Hi,

As the error says…this is a oracle error.

If you google on the oracle error code…

ORA-01652:unable to extend temp segment by string in tablespace stringCause:Failed to allocate an extent of the required number of blocks for a temporary segment in the tablespace indicated.Action:Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.

As you have issues with the temp tablespace…add more datafiles to the temp tablespace and then refresh the connections… that shd help…

Hope this helps.
Anitha.