ORA-31417 column list contains control column string
Description:
ORA-31417 column list contains control column string
Cause:
Reserved column name was specified in a column list or column type parameter.
Description:
ORA-31417 column list contains control column string
Cause:
Reserved column name was specified in a column list or column type parameter.
Description:
ORA-31418 source schema string does not exist
Cause:
Tried to create a synchronous change table and the source schema did not match any existing schema names in the database.
Description:
ORA-31419 source table string does not exist
Cause:
When creating a synchronous change table, the underlying source table must exist when the procedure is called. In this case, the source table did not exist.
Description:
ORA-31420 unable to submit the purge job
Cause:
When creating the first change table, a purge job is submitted to the job queue. Submission of this purge job failed.
Description:
ORA-31421 change table does not exist
Cause:
The specified change table does not exist.
Description:
ORA-31422 owner schema string does not exist
Cause:
The value specified for the owner parameter does not contain the name of an existing schema in the database.
Description:
ORA-31423 change table string does not contain column string
Cause:
Issued ALTER_CHANGE_TABLE with a drop operation and the specified column does not exist in the change table.
Description:
ORA-31424 change table has active subscriptions
Cause:
The change table is subscribed to, so it cannot be dropped.
Description:
ORA-31425 subscription handle does not exist
Cause:
The subscription handle does not exist or does not belong to this user.
Description:
ORA-31426 cannot modify active subscriptions
Cause:
The subscription handle has been activated; additional calls to SUBSCRIBE are prohibited.