R
Rob Fitzpatrick
Guest
> Are system tables standard for every Progress databases, I guess? Which system tables are present in the schema will vary from one release to another, and also possibly on whether a DB's schema has been updated to the latest version for that release. There are proutil options for this: proutil dbname -C updateschema proutil dbname -C updatevst Also, some system tables will only be present when certain database features have been enabled, e.g. Transparent Data Encryption, Auditing, etc.
Continue reading...
Continue reading...