SnowConvert AI - Oracle¶
특정 CLI 인자¶
--disableSnowScript¶
SnowConvert AI가 프로시저를 Javascript 및 Python으로 마이그레이션해야 하는지 여부를 나타내는 플래그입니다. 기본적으로 false 로 설정됩니다.
--disableSynonym¶
동의어를 변환할지 여부를 나타내는 플래그입니다. 기본적으로 true 로 설정되어 있습니다.
--disablePackagesAsSchemas¶
패키지를 새 스키마로 변환할지 여부를 나타내는 플래그입니다.
플래그를 활성화 및 비활성화하는 프로시저의 이름을 확인하십시오.
--outerJoinsToOnlyAnsiSyntax¶
외부 조인을 ANSI 구문으로만 변환할지 여부를 나타내는 플래그입니다.
--disableDateAsTimestamp¶
SYSDATE 를 CURRENT_DATE 또는 CURRENT_TIMESTAMP 로 변환할지 여부를 나타내는 플래그입니다. 이는 TIMESTAMP 로 변환되는 모든 DATE 열에도 영향을 미칩니다.
Snowflake 마이그레이션 정보 페이지에서 양식을 작성하여 Oracle 명령줄 인터페이스용 SnowConvert AI 도구에 액세스하는 방법에 대해 자세히 알아보세요.
--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.