Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
Source Control for Oracle
Tables and indexes
New post
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
paulhome
September 06, 2013 08:19
-
0
+
Add comment
Please
sign in
to leave a comment.
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