Columns Letter Case #99
MichalisDBA
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @MichalisDBA , Try this undocumented parameter:
For example:
It is only documented in the help command:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Is there a parameter or something in the config of replicadb to remove the uppercase function when selecting columns of a table?
For example we have a source table
Table1 -> Columns -> ColumnTest1, ColumnTest2
When we run replicadb with source table
SELECT * FROM Table1
the return columns are COLUMNTEST1, COLUMNTEST2
ReplicaDB automatically converts the letter case to uppercase.
We have a problem at Oracle sink database that some tables have DDL with specified columns "ColumnTest1", "ColumnTest2"
I know it's a bad practise bad this is how it has been setup and now after trying to migrate data between MSSQL to Oracle it throws an error
ORA-00904: invalid identifier because replicadb tries to insert uppercase columns to lower case columns.
Beta Was this translation helpful? Give feedback.
All reactions