Tables and indexes
paulhome
Posts: 7
Hi There,
If I have non-logging table or index that is scripted and put into the repository, it loses this property, e.g:
Create index xyz on table1 (column1) NOLOGGING
becomes:
Create index xyz on table1 (column1) LOGGING
Kipper
If I have non-logging table or index that is scripted and put into the repository, it loses this property, e.g:
Create index xyz on table1 (column1) NOLOGGING
becomes:
Create index xyz on table1 (column1) LOGGING
Kipper