Hi all,
I need to alter a table to add a column into the table.I tried altering the table with the help of the control center and also using the query
ALTER TABLE SIEBEL.S_USER ADD COLUMN ACTIVE_FLG CHARACTER (1) NOT NULL WITH DEFAULT 'Y' ;
the command executed for five minutes and failed with the error:
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0911N The current transaction has been rolled back because of a deadlock
or timeout. Reason code "68". SQLSTATE=40001
SQL0911N The current transaction has been rolled back because of a deadlock or timeout. Reason code "68 ".
please suggest some workaround asap
|