Options

Storage clause in sql generated by Schema compare

r.leo@cesop.itr.leo@cesop.it Posts: 4
edited October 6, 2011 12:57PM in Schema Compare for Oracle
Hi,

I am interested to your software Oracle Data Compare and Oracle Schema Compare and I am trying it for my company.
I find different troubles on Oracle Schema Compare and I'd like to know if there are solutions for it (service pack, workarounds etc....):

- although I click on the 'Ignore storage' under 'Project options' when I create theSQL statements I see the following SQL statements:

STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
BUFFER_POOL DEFAULT)
TABLESPACE "USERS"
STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
BUFFER_POOL DEFAULT)
TABLESPACE "USERS"
STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
BUFFER_POOL DEFAULT)
TABLESPACE "USERS"
STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
BUFFER_POOL DEFAULT)
TABLESPACE "USERS";

Comments

  • Options
    Hi there,

    this sounds like a bug with the product. When you use the option 'Ignore storage' you should not see any references to the storage clause in the Deployment Script. Would you able to send through schema snapshots (File->Create Snapshot)? This will allow us to investigate what could be going wrong

    Kind regards, Tom

    Tom Harris - Red Gate Software
Sign In or Register to comment.