patch 14173693:R12.GL.B fails running FndXdfCmp with Error message is ORA-01430: la colonna che si s
Hi,
While applying this patch due to an issue in FRM we encountered the following fatal error:
The Table GL_DRILL_ACCOUNT_RANGES_GT is missing the column SEGMENT1
Executing statement
ALTER TABLE GL.GL_DRILL_ACCOUNT_RANGES_GT ADD ( SEGMENT1 VARCHAR2(25) NULL )
Start time for statement above is Tue Oct 30 16:54:31 CET 2012
End time for statement above is Tue Oct 30 16:54:31 CET 2012
Error in executing statement ALTER TABLE GL.GL_DRILL_ACCOUNT_RANGES_GT ADD ( SEGMENT1 VARCHAR2(25) NULL )
Error message is ORA-01430: la colonna che si sta aggiungendo esiste già nella tabella (meaning the column we're trying to add already exists in this table)
While applying this patch due to an issue in FRM we encountered the following fatal error:
The Table GL_DRILL_ACCOUNT_RANGES_GT is missing the column SEGMENT1
Executing statement
ALTER TABLE GL.GL_DRILL_ACCOUNT_RANGES_GT ADD ( SEGMENT1 VARCHAR2(25) NULL )
Start time for statement above is Tue Oct 30 16:54:31 CET 2012
End time for statement above is Tue Oct 30 16:54:31 CET 2012
Error in executing statement ALTER TABLE GL.GL_DRILL_ACCOUNT_RANGES_GT ADD ( SEGMENT1 VARCHAR2(25) NULL )
Error message is ORA-01430: la colonna che si sta aggiungendo esiste già nella tabella (meaning the column we're trying to add already exists in this table)
Tagged:
0