...
- Table cluster related DDL.
- Switchover/failover/flashback.
- No support for encrypted data (Transparent Data Encryption TDE).
- No support for compressed data.
- External tables
- Nested tables
NOLOGGING - if it is not in the redo, it's not replicated.
LOBs with CTAS (create table as select) or direct insert (that's e.g. the APPEND hint, or sqlldr with direct=yes)
The following script will check to see if the tables are clustered:
...