Consultor Eletrônico



Kbase P3737: An invalid reference to a sequence was used
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

An invalid reference to a sequence was used

Error encountered when creating SQL-92 sequence

The name of sequence is not prefixed with PUB

The sequence cannot be created

CAUSE:

Sequences are only supported in the pub schema for 9.1 releases.

FIX:

Prefix the Schema name with "pub".

Example: create sequence pub.mysequence;