hello, experts
I've got some errors while adding Z-attribute to 0material as a attribute.
here's a part of the log.
Activate table /BI0/PMATERIAL
Table is not yet classified
/BI0/PMATERIAL: Structure change at field level (DB is adjusted)
Adjust table in DB >>>
sql:
ALTER TABLE "/BI0/PMATERIAL"
ADD ("/BIC/ZMRPTYPE" VARCHAR2 (000002)
DEFAULT ' ' NOT NULL )
ORA-01562: failed to extend rollback segment number
DDL time(___1): .2,144,462 milliseconds
The SQL statement was not executed
Table /BI0/PMATERIAL (Error adjusting the database)
Table /BI0/PMATERIAL was not activated
How could I solve this problem?
Please help.
thx.