tithonus163

Results 3 issues of tithonus163

# ora2pg -version Ora2Pg v21.0 # ora2pg_table_data.conf ORACLE_HOME /u01/oracle/product/11.2.0 ORACLE_DSN dbi:Oracle:host=192.168.1.4;sid=orcl ORACLE_USER user1 ORACLE_PWD user1 SCHEMA user1 TYPE INSERT ALLOW system_params NLS_LANG AMERICAN_AMERICA.AL32UTF8 OUTPUT system_params_data.sql # ora2pg -c ora2pg_table_data.conf WARNING:...

enhancement

F131-03: 2 tests ✗ CREATE TABLE TABLE_F131_03_01_011 ( A INTEGER, B INTEGER ) CREATE VIEW VIEW_F131_03_01_01 AS SELECT A, MIN ( B ) AS C FROM TABLE_F131_03_01_011 GROUP BY A...

DATETIME DEFAULT CURRENT_TIMESTAMP mysql> select version(); +------------+ | version() | +------------+ | 5.7.34-log | +------------+ 1 row in set (0.00 sec) mysql> mysql> CREATE TABLE example ( -> id INT...