| |
- Causa
- A object-type CANNOT BE DROPPED USING THE statement STATEMENT.
A DROP statement was issued, but the object cannot be explicitly dropped.
The object must be dropped by dropping an associated object:
- TRIGGER PACKAGE
- A trigger package cannot be dropped with the DROP PACKAGE statement.
A trigger package can only be dropped implicitly when the associated trigger is dropped using the DROP TRIGGER statement.
- CAST FUNCTION
- A cast function cannot be explicitly dropped with the DROP FUNCTION statement.
A cast function can only be dropped implicitly when the associated distinct type is dropped using the DROP DISTINCT TYPE statement.
- Ação do sistema
- The SQL statement cannot be executed.
- Resposta ao Desenvolvedor
- Issue the appropriate DROP statement to drop the intended objects.
SQLSTATE: 42917
© Copyright IBM Corp.
|
| |