Hi ,
Thanks for reaching out to Microsoft Q&A.
Yes, this is a known quirk with the Oracle V2 connector in adf when the metadata returned by Oracle does not fully match what ADF expects. Preview works because it only runs the query, but schema import fails when column metadata (for example mixed-case names, synonyms, unsupported data types, or empty column aliases) is returned as null, which triggers the toLowerCase error in the UI.
Typical workarounds are to avoid auto import and define mappings manually, use a custom query with explicit column aliases in upper case, or create a view in Oracle and point adf to that view instead of the base object. If possible, also check that you are on the latest Oracle client/ODBC version and try switching to query mode rather than table mode, as that often bypasses the metadata bug.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.