SnowConvert AI - Oracle¶
特定的 CLI 实参¶
--disableSnowScript¶
Flag to indicate whether SnowConvert AI should migrate the procedures to Javascript and Python. By default, it is set to false.
--disableSynonym¶
该标志用于指示是否应转换同义词。默认情况下,它设置为 true。
--disablePackagesAsSchemas¶
该标志用于指示是否应将包转换到新架构。
请检查启用和禁用该标志的过程的命名:
--outerJoinsToOnlyAnsiSyntax¶
该标志用于指示是否应将外部连接转换为仅限 ANSI 语法。
--disableDateAsTimestamp¶
该标志用于指示 SYSDATE 是否应转换为 CURRENT_DATE_ 或 _ CURRENT_TIMESTAMP。这也将影响所有将转换为 TIMESTAMP 的 DATE 列。
Learn more about how you can get access to the SnowConvert AI for Oracle Command Line Interface tool by filling out the form on our Snowflake Migrations Info (https://www.mobilize.net/services/database-migrations/snowflake/get-info) page.
--arrange¶
该标志用于指示是否应在解析和转换前处理输入代码。
要了解有关此步骤的更多信息,请访问我们的 处理代码 页面。
--dataTypeCustomizationFile¶
The path to a .json file that specifies rules of data type transformation considering data type origin and column name. This feature allows you to customize how data types are transformed during migration, including support for transforming NUMBER columns to DECFLOAT.
When this argument is provided, SnowConvert AI generates a TypeMappings Report that shows all data type transformations applied, making it easy to verify your customization rules were applied correctly.
Navigate to the Data Type Customization documentation to learn more about configuring data type transformation rules.