How can we help you today? How can we help you today?
paulhome

Activity overview

Latest activity by paulhome

Ignore transient database objects
There are a number of transient objects in my database that I would like to ignore. Is it possible to configure a mask that will allow me to exclude objects from the version control?
1 follower 1 comment 0 votes
Initial and next extent attributes lost from indexes
When an index is scripted, the initial and next extents are lost. E.g create index xyz...... STORAGE ( INITIAL 16K NEXT 8K MAXSIZE UNLIMITED MINEXTENTS 1 MAXE...
1 follower 1 comment 0 votes
Tables and indexes
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...
0 followers 0 comments 0 votes