APPS_TS_TX_DATA — Workflow Table Space Error

ORA-01653: unable to extend table APPLSYS.WF_NOTIFICATION_ATTRIBUTES by 1024 in tablespace APPS_TS_TX_DATA [[WFENG_ERR_PROC_ERROR]: ORA-01403: no data found]

select tablespace_name,file_name from dba_data_files

where TABLESPACE_NAME=’APPS_TS_TX_DATA’;

select bytes from V$DATAFILE where NAME =’/u01/oracle/VIS/data/tx_data27.dbf’;

alter database
datafile ‘/u01/oracle/VIS/data/tx_data27.dbf’ resize 2000M;

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Category: EBS