"ORA-04001: sequence parameter INCREMENT must be an integer" Error Received When Running "domainman.reset_sequence"
(Doc ID 844130.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Transportation Management - Version 6.0 to 6.0.2 [Release 6]Information in this document applies to any platform.
This problem can occur on any platform.
Symptoms
-- Problem Statement:
When running the domainman.reset_sequence script, the following error is received:
REMARK_SEQUENCE: reset next value to 2
Error caused during execution of the following statement:
alter SEQUENCE SAVED_QUERY_SEQUENCE INCREMENT BY 26.6 NOCACHE;
Error resetting sequence Table: SAVED_QUERY Sequence: SAVED_QUERY_SEQUENCE
BEGIN domainman.reset_sequence; END;
*
ERROR at line 1:
ORA-04001: sequence parameter INCREMENT must be an integer
ORA-06512: at "GLOGOWNER.DOMAINMAN", line 1598
ORA-06512: at line 1
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
-- Steps To Reproduce:
1. Migrate to <otm install directory>/glog/oracle/script8.
2. Sqlplus to the database as glogowner and run the following command: exec domainman.reset_sequence
3. Note the error
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |