Datatype and Column Size Of Input Interface Tables - Oracle WMS Cloud
(Doc ID 2378326.1)
Last updated on JULY 15, 2022
Applies to:
Oracle Warehouse Management Enterprise Edition Cloud Service - Version 8.0.0 and laterInformation in this document applies to any platform.
Goal
Qn1: We have gone through the Logfire Interface File formats, which gives about the details of the size of the columns expected.
We see the character fields to be of data type alphanumeric and of some size.
Can we create a VARCHAR2(50 CHAR) type for alphanumeric column of size 50.
Please note that it is not VARCHAR2(50)
Qn2: Different databases may have different definitions for character. The byte is a byte across all databases.
Hence, I wanted to check the database. RMS is on Oracle database. If logfire too is on same database. Then I need not worry about the size of the column.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |