Guys -
I was unable to release mload on a table. Am getting "operation can't be completed" error.
Source of this error is as follows -
One of the session got failed with the below error -
UTY0805 RDBMS failure, 3803: Table 'WT_TAB_NAME' already exists.
So I have executed below mentioned drop and release statements -
DROP TABLE DB_NAME.ET_TAB_NAME;
DROP TABLE DB_NAME.UV_TAB_NAME;
DROP TABLE DB_NAME.WT_TAB_NAME;
release mload DB_NAME.TAB_NAME;
Please advise...