The Event Action CO_LINE_BLOCKED has failed. Please contact your system administrator to manage the Event Actions.
ORA-01653: unable to extend table IFSAPP.SERVER_LOG_TAB by 8192 in tablespace IFSAPP_DATA
The Event Action CO_LINE_BLOCKED has failed. Please contact your system administrator to manage the Event Actions.
ORA-01653: unable to extend table IFSAPP.SERVER_LOG_TAB by 8192 in tablespace IFSAPP_DATA
Best answer by Himasha Abeywickrama
Hi
Have you tried adding a new datafile for the existing tablespace?
ALTER TABLESPACE IFSAPP_DATA ADD DATAFILE '/u01/oradata/userdata03.dbf' SIZE 200M;
To find out the location and size of your data files:
SELECT FILE_NAME, BYTES FROM DBA_DATA_FILES WHERE TABLESPACE_NAME = 'IFSAPP_DATA';
Hope this helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.