cost 308 ms
使用 python 将虚拟机连接到 oracle 时出错(错误 DPY-4011) - Error Connecting virtual machine to oracle, using python (error DPY-4011)

我正在使用 oracledb 库将我的 python 应用程序连接到 oracle 数据库。 我可以在我的计算机上使用 python 正常连接,但是我有一个虚拟机,运行 Ubuntu,它与计算机使用相同的网络,无法连接。 这是我尝试时的 output: Python:3.8.10 Oracle ...

为什么需要在运行 python-oracledb 查询之前建立一个 tnsnames.ora 文件? - Why is it necessary to establish a tnsnames.ora file prior to running a python-oracledb query?

使用 cx_Oracle (8.3.0) 时,只需这行代码即可轻松连接到 Oracle DB: 当我换掉 oracledb 模块 (1.0.2) 时,出现错误: 在研究这一点时,我发现了这篇文章: With python-oracledb what does 'DPY-4027: no confi ...

使用 python-oracledb / cx_oracle 通过 TLS 连接到 AWS RDS Oracle - Using python-oracledb / cx_oracle to connect to AWS RDS Oracle with TLS

我正在尝试使用Python oracledb 库(cx_oracle 的继任者)使用 TLS 从 AWS Lambda 连接到 RDS Oracle。 我可能想做双向 TLS,但即使是单向 TLS 也可以。 我可以使用一些帮助。 我可以做什么: 我可以在本地 PC 上使用带有 SQL Dev ...

python-oracledb (new cx_Oracle) 连接生成 NotSupportedError DPY-3012 错误 - python-oracledb (new cx_Oracle) connection generating NotSupportedError DPY-3012 errors

所以我正在尝试新的 oracledb python 库,它取代了 cx_oracle - 因为我不想安装 oracle 即时客户端。 我只是得到这个: 文件 C:\ProgramData\Anaconda3\envs\ariel\lib\site-packages\oracledb\err ...

与厚模式相比,python-oracledb 精简模式是否有任何性能影响? - Does python-oracledb thin mode have any performance implications compared to the thick mode?

在 2022 年 5 月的版本中,cx_Oracle 已重命名为 python-oracledb。 它现在有两种模式,薄和厚。 厚模式使用 Oracle 客户端库连接到 Oracle,而精简模式可以直接连接。 cx_Oracle 以前总是需要使用 Oracle 客户端库。 使用精简模式而不是厚模 ...

python-oracledb 中的“TypeError: connect() got multiple values for argument 'dsn'”是什么意思? - What does "TypeError: connect() got multiple values for argument 'dsn'" with python-oracledb mean?

python-oracledb代码: 失败并出现错误: 我该如何解决? 更新:在 python 1.0.0 中,错误是TypeError: wrapped() got multiple values for argument 'dsn'在 1.0.1 中, wrapped()被应用程序代 ...

python-oracledb 1.0的'TypeError:connect()从0到1个位置参数但给出了3个'是什么意思? - What does 'TypeError: connect() takes from 0 to 1 positional arguments but 3 were given' with python-oracledb 1.0 mean?

python-oracledb 1.0 代码: 给出错误: 创建连接池时出现同样的错误: 或者 我该如何解决? [更新:在 python-oracledb 1.0.0 中,消息以“TypeError:wrapped() take ...”开头。 在 1.0.1 版中,“已包装” ...

'DPY-6005: 无法连接到数据库是什么意思。 连接失败,“[Errno 61] Connection denied”意味着python-oracledb - What does 'DPY-6005: cannot connect to database. Connection failed with "[Errno 61] Connection refused"' mean with python-oracledb

在带有 Python 3.9.6 的 macOS 上,使用 Oracle 的python-oracledb 驱动程序的 Python 代码: 给出错误: 在 Linux 上,错误类似于: 这些是什么意思? [更新:在 python-oracledb 1.0.1 中,错误包含在 DPY ...


排序:
质量:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM