java.sql.SQLSyntaxErrorException: ORA-02289: sequence does not exist
Summary:
For a new ATP database table we are getting below error>
java.sql.SQLSyntaxErrorException: ORA-02289: sequence does not exist
I am able to insert into the table using SQLDeveloper.
Content (please ensure you mask any confidential information):
I have verified that there is no sequence used or defined. The column is set as Identity Column and I am not passing this column from OIC.
Version (include the version you are using, if applicable):
OIC Gen3
Code Snippet (add any code snippets that support your topic, if applicable):
DBWriteInteractionSpec Execute Failed Exception.
insert failed. Descriptor name: [LoadTheFileInDB.FrdpPrereqBankDays].
Caused by java.sql.SQLSyntaxErrorException: ORA-02289: sequence does not exist
Tagged:
0