News
import oracledb from oracledb.thick_impl import init_oracle_client def f(sql): with oracledb.connect(user='hr', password='password', dsn='127.0.0.1:1511/xe') as connection: with connection.cursor() as ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results