Drop Object

The MaxL drop object statement helps you remove Essbase database-related objects from the file catalog.

Keywords

You can delete objects in the following ways using MaxL drop object.

drop object OBJ-NAME of type OBJ-TYPE

Delete a specified Essbase cube artifact. You must specify the object name and type.

drop object ...force

If the object is locked by a user or proecess, you can use the force keyword if necessary, to unlock and delete it.

Notes

To drop a partition, use drop partition instead of drop object.