ObjectServer SQL commands
ObjectServer SQL provides data definition language (DDL) and data manipulation language (DML) commands for creating and modifying ObjectServer objects and data.
You can create new objects or modify existing objects by using SQL definition files or the SQL interactive interface.
You can modify ObjectServer data by using the SQL interactive interface or Netcool/OMNIbus Administrator (nco_config).
Object and data commands
The following table lists the DDL and DML commands available in ObjectServer SQL.
ObjectServer object | SQL commands |
---|---|
ObjectServer | |
Database | |
Table | |
Index | |
View | |
Restriction filter | |
File |
Automation commands
The following table lists the automation commands available in ObjectServer SQL.
Automation object | SQL commands |
---|---|
Trigger group | |
Database trigger | |
Temporal trigger | |
Signal trigger | |
User-defined signal | |
System signal | System signals are not intended to be modified. |
SQL procedure | |
External procedure |
User, group, and role commands
The following table lists the user, group, and role commands available in ObjectServer SQL.
Object | SQL command |
---|---|
User | |
Group | |
Role |
GRANT (Assigns permissions to a role) GRANT ROLE (Assigns roles to groups) REVOKE (Revokes role permissions) REVOKE ROLE (Revokes group roles) |
Other commands
The following table lists the remaining commands available in ObjectServer SQL.
Object | SQL commands |
---|---|
IDUC client | IDUC EVTFT (Activates accelerated event notification) IDUC FLUSH (Sends notifications to ObjectServer clients) IDUC SNDMSG (Sends messages to accelerated event notification (AEN) clients) |
SQL clause | |
SQL syntax | CHECK STATEMENT (Verifies SQL syntax) |