SQL/MX 3.2 Management Manual (H06.25+, J06.14+)

Table Of Contents
Table 10 Altering Objects in an SQL/MX Database (continued)
Statement, Command or UtilityOperationObject
Reuse partition
nl
MODIFY utility
nl
Move partition MODIFY utility
GRANT statement
nl
Grant privilegeStored procedure in Java (SPJ)
GRANT EXECUTE statement
REVOKE statement
nl
Revoke privilege
REVOKE EXECUTE statement
ALTER SQLMP ALIAS statementRemapSQL/MP alias
See “Reviewing and Setting System Defaults”
(page 67)
Changing attribute settingsSystem Default
ALTER TABLE statement FIXUP utility
nl
Change attributes
nl
Table
ALTER TABLE statement
nl
Add column
nl
ALTER TABLE statement
nl
Add constraint
nl
ALTER TABLE statement
nl
Drop constraint
nl
GRANT statement
nl
Grant privileges
nl
REVOKE statementRevoke privileges
ALTER TRIGGER statement
nl
Enable trigger
nl
Trigger
ALTER TRIGGER statementDisable trigger
GRANT statement
nl
Grant privilege
nl
View
REVOKE statementRevoke privilege
For more information on altering SQL/MX database objects, see:
“Understanding and Planning SQL/MX Tables” (page 28)
“Reviewing and Setting System Defaults” (page 67)
“Creating an SQL/MX Database” (page 72)
“Managing Database Applications” (page 209)
The SQL/MX Reference Manual
SQL/MX Guide to Stored Procedures in Java
Authorization Requirements for Altering Database Objects
Table 11 (page 161) describes the authorization requirement for each alter operation.
Table 11 Authorization Requirements for Altering Database Objects
Authorization RequirementsOperation
To alter an index with the ALTER INDEX statement, you must own its schema or
be the super ID.
nl
Altering SQL/MX Indexes
(page 162)
To alter an index using the FIXUP utility, you must be the super ID. For more
information, see the SQL/MX Reference Manual.
To alter a partition with the MODIFY utility, you must be the owner of its schema
or be the super ID.
Altering Partitions for SQL/MX
Tables and Indexes” (page 163)
To alter an SQL/MP alias with the ALTER SQLMP ALIAS statement, you must own
its schema or be the super ID.
Altering SQL/MP Aliases
(page 163)
See the SQL/MX Guide to Stored Procedures in Java.Altering SPJs” (page 164)
To alter system defaults, you must be the super ID or a user to whom the super ID
has granted UPDATE privileges on this table. (All other users have SELECT
privileges on this table.)
Altering System Defaults
(page 164)
Altering Objects in an SQL/MX Database 161