...
When using a sequence in some of the DI Semarchy Integrator templates to populate an Oracle table, a common error is SQL Exception Error : the following error is relatively common:
SQL Exception Error : ORA-02287: sequence number not allowed here.
The usage of a sequence is limited and it . It can be used only in few areas of PL/SQL and SQL coding. It also happens when you are using it wrong incorrectly in an sql statement like: .NextVal() instead of .NextVal (notice the missing brackets)
The following are the cases where you can't cannot use a sequence (in Oracle):
...
http://www.orafaq.com/wiki/ORA-02287
Within in the DI Semarchy Integrator templates, there are a few areas that cause this issue:
- When using the INTEGRATION Semarchy for MDM template, as this uses Changed Data Capture (CDC) which issues a WHERE clause
- When using the INTEGRATION Oracle template and using the setting Useless Update Detection method.
- If this is set to "not exists", "minus" etc it also issues a WHERE clause
Solution
...
Panel | ||
---|---|---|
| ||
To work around this Oracle restriction:
|
...