Activity overview
Latest activity by ugzas
Thanks! / comments
Thanks!
Thank you! / comments
Thank you!
Thank you! / comments
Thank you!
schema compare interactive html adjustments
Hi, i have a question about interactive html report file. Maybe it is possible to add buttons in it like in schema compare for jumping between changes, because now its not really comfortable to nav...
Hi, maybe there are some news regarding this case? / comments
Hi, maybe there are some news regarding this case?
Hi, @Kurt_M our oracle version: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production / comments
Hi, @Kurt_M our oracle version:Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Columns with clob type is failing (maybe lob partitions are failing)
Hi, i tried to do comparison, but getting error that index was out of range. My table script is:-- Create tablecreate table TEST.TEST( test1 DATE not null, test2 ...
Eddie D said:
Hi, Thank you for your forum post. Can you please confirm the exact full version number of Schema Compare for Oracle you are using? You can obtain this from the Help menu in the GUI and selecting the About option.
Hi, version number is 6.0.2.143 / comments
Eddie D said:
Hi,Thank you for your forum post. Can you please confirm the exact full version number of Schema Compare for Oracle you are using? You can obtain this from the Help menu in th...
CREATE TABLE test.test ( test1 DATE NOT NULL, test2 VARCHAR2(20 CHAR), test3 VARCHAR2(1 CHAR) NOT NULL, test4 VARCHAR2(70 CHAR) NOT NULL, test5 VARCHAR2(10 CHAR), test6 NUMBER, test7 NUMBER, test8 NUMBER, test9 NUMBER, test10 VARCHAR2(2 CHAR), test11 NUMBER ) PARTITION BY LIST (test1,test2,test3) (PARTITION init_part VALUES (( null, null, null )) INDEXING ON); Here is script / comments
CREATE TABLE test.test ( test1 DATE NOT NULL, test2 VARCHAR2(20 CHAR), test3 VARCHAR2(1 CHAR) NOT NULL, test4 VARCHAR2(70 CHAR) NOT NULL, test5 VARCHAR2(10 CHAR), test6 NUMBER, test7 NUMBER,...