Kbase P129515: Error 12628 when trying to alter a table from a Java application using JDBC driver
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/26/2010 |
|
Status: Unverified
SYMPTOM(s):
Error 12628 when trying to alter a table from a Java application using JDBC driver
[DataDirect][OpenEdge JDBC Driver][OpenEdge] Frozen tables (and their indexes) may not be dropped or altered. (12628)
FACT(s) (Environment):
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
User did not have permissions to alter the table
FIX:
Grant to the user the permissions needed with the following syntax:
GRANT dba TO <username>;
COMMIT;