Activity overview
Latest activity by paulhome
I had exactly the same problem. Also the link to download tortoise provided in the documentation is incorrect. / comments
I had exactly the same problem. Also the link to download tortoise provided in the documentation is incorrect.
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?
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...
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...