e-mhui opened a new pull request, #8559: URL: https://github.com/apache/inlong/pull/8559
### Prepare a Pull Request [INLONG-8558][Sort] Use database name in upper case at the OracleTableSourceFactory - Fixes #8558 ### Motivation In the incremental phase, **debezium** has use the uppercase database name, so I believe it is necessary to also do so in the snapshot phase. More detail refer for https://github.com/apache/inlong/pull/7865. Now, I think maybe we should use database name in upper case in the constructor of the Source(OracleTableSourceFactory). ### Modifications In the constructor of the Oracle Source(OracleTableSourceFactory), convert the database name to uppercase. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
