-
Bug
-
Resolution: Done
-
Major
-
1.1.2.Final
-
None
-
- Oracle 11.2.0.4
- Instant Client 19.3
- With configuration "database.tablename.case.insensitive" set to True
If `database.tablename.case.insensitive` is set to true in configuration, the source database name is also converted to lower case in method `getTableId`:
This will lead to an exception "No metadata registered for captured table" when processing streaming LCR, because the source database name stored in registered schema is NOT converted.