-
- Downloads
The 'DEFAULT 0' clause of the nbRetries column of the CREATE TABLE MigrationJob
statement was in the wrong place and was causing the following error message when trying to create the stager schema: nbRetries INTEGER CONSTRAINT NN_MigrationJob_nbRetries NOT NULL DEFAULT 0, * ERROR at line 9: ORA-00907: missing right parenthesis I have now moved the DEFAULT 0 clause to immediately after the column type. There are other problems with the stager creation script that still need to be fixed. I hope it is only one more problem and not many.
Please register or sign in to comment