This commit is contained in:
2026-04-28 17:35:33 +05:30
parent 58d8329dbd
commit 043a49e6aa
1654 changed files with 303910 additions and 40 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ from logging_config import get_logger
logger = get_logger(__name__)
# Initialize thick mode (uses Oracle Instant Client)
oracledb.init_oracle_client()
#oracledb.init_oracle_client()
class OracleDB:
def __init__(self, config):
@@ -35,4 +35,4 @@ class OracleDB:
cur = self.conn.cursor()
cur.execute(sql, params)
self.conn.commit()
cur.close()
cur.close()