Comments
Sort by recent activity
Thank you! / comments
Thank you!
Thanks! / comments
Thanks!
Hi, maybe there are some news regarding this case? / comments
Hi, maybe there are some news regarding this case?
Thank you! / comments
Thank you!
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
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,...