Skip to content

Commit

Permalink
[INLONG-7882][Sort] Oracle CDC reduces the number of session connections
Browse files Browse the repository at this point in the history
  • Loading branch information
e-mhui committed Jul 4, 2023
1 parent b3bcc49 commit 807f73f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
*/
public class OracleConnectionUtils {

private static final Logger LOG = LoggerFactory.getLogger(
com.ververica.cdc.connectors.oracle.source.utils.OracleConnectionUtils.class);
private static final Logger LOG = LoggerFactory.getLogger(OracleConnectionUtils.class);

/** Returned by column metadata in Oracle if no scale is set. */
private static final int ORACLE_UNSET_SCALE = -127;
Expand Down

0 comments on commit 807f73f

Please sign in to comment.