Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
guides:migration-toolkit:command-line:sqlways-ini:mariadb-section [2019/10/18 11:13]
darya.prikhodkina
guides:migration-toolkit:command-line:sqlways-ini:mariadb-section [2019/11/01 08:42]
alexandr.kirpichny
Line 21: Line 21:
 | **USE_FN_CHARACTERISTIC** | This option defines whether the characteristic block will be generated for MariaDB functions. \\ Possible values - "​Yes"​ or "​No"​ or Empty. \\ Default value - "​No"​ or Empty. | | **USE_FN_CHARACTERISTIC** | This option defines whether the characteristic block will be generated for MariaDB functions. \\ Possible values - "​Yes"​ or "​No"​ or Empty. \\ Default value - "​No"​ or Empty. |
 | **KEEP_INCLUDED_COLUMNS** | This option defines whether the INCLUDED columns is kept in the index definitions or not. \\ Possible values - "​Yes"​ or "​No"​. \\ Default value - "​Yes"​ or Empty. | | **KEEP_INCLUDED_COLUMNS** | This option defines whether the INCLUDED columns is kept in the index definitions or not. \\ Possible values - "​Yes"​ or "​No"​. \\ Default value - "​Yes"​ or Empty. |
 +| **VARCHAR_PAR_LEN** | This option defines the length of VARCHAR parameters when converting from Oracle to MySQL. If this option is empty, then will be used 4000 as a length of varchar parameters in MySQL. If this option is set to a some value, then this value will be used as a length of a VARCHAR parameter in MySQL. |