Tables and indexes

paulhomepaulhome Posts: 7
edited September 6, 2013 8:19AM in Source Control for Oracle
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
Sign In or Register to comment.