SAP Note 185821 - ORA-2289 during insert on DDLOG

Component : DB Independent Database Interface - Oracle

Solution : https://service.sap.com/sap/support/notes/185821 (SAP Service marketplace login required)

Summary :
During transport import, an SQL error 2289 may occur related to the missing Oracle sequence DDLOG_SEQ which is essential for synchronized identification in the DDLOG table. This generally arises due to sequence absence, likely from incomplete system installations. To rectify this, the sequence must be created either through the ABAP program SDB3FORA for R/3 Release 4.0x variants or using Oracle's tools like sqlplus for earlier releases. These tools facilitate the sequence setup that ensures smooth record synchronization and system functionality.

Key words :
log by4=> sql error 2289 performing ins, create sequence ddlog_seq minvalue -2147483640 maxvalue 2147483640increment, table ddloglog by00>ora-02289, oracle sequence ddlog_seq, error message mentioned, abap program sdb3fora, user sap<sid>, 1 cache 50 order nocycle, truncate table ddlog, error occurs

Related Notes :

36283Buffer synchronization