Oracle® TimesTen In-Memory Database SQL Reference Release 11.2.1 Part Number E13070-03 |
|
|
View PDF |
The DROP MATERIALIZED VIEW LOG statement drops the materialized view log for a detail table.
Required privilege
No privilege is required for the table owner.
DROP ANY TABLE for another user's table.
SQL syntax
DROP MATERIALIZED VIEW LOG ON TableName
Parameters
Parameter | Description |
---|---|
TableName |
Name of the detail table for which the materialized view log was created. |
Description
This statement drops the materialized view log for the specified detail table. The materialized view log cannot be dropped if there is an asynchronous materialized view that depends on the log for refreshing.
Examples
DROP MATERIALIZED VIEW LOG ON employees;
See also