Consultor Eletrônico



Kbase P178681: OpenEdge Data Management: SQL Development manual shows wrong syntax for enabling 64-bit sequences
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/12/2010
Status: Unverified

SYMPTOM(s):

OpenEdge Data Management: SQL Development manual shows wrong syntax for enabling 64-bit sequences

The OpenEdge Data Management: SQL Development manual contains a typo in the section OpenEdge SQL Data Definition Language -> ALTER SEQUENCE.

The statement shown to convert 32-bit to 64-bit sequences is:

proutil database_name -C enablesq64

Trying to execute command as listed fails

FACT(s) (Environment):

OpenEdge 10.1B
OpenEdge 10.1C
OpenEdge 10.2x
All Supported Operating Systems
OpenEdge Category: Documentation
OpenEdge Category: SQL

CAUSE:

Bug# OE00202835

CAUSE:

This is an error in the documentation

FIX:

The correct syntax for the command is:


proutil database_name -C enableseq64