cx-oracle

cx-oracle

文章 9 浏览 65

django oraclepool 仅使用 2 个会话,为什么?

我 在 django oraclepool 设置中的 apache+mod_wsgi 下使用 django 1.2.1 + cx_Oracle 5.0.4 11g + django oraclepool 0.7 + oracle client 11.2 我设…

怪我入戏太深 2024-12-18 23:51:51 2 0

使用 MacOSX 导入 cx_Oracle (python)

在 python 脚本中导入 cx_Oracle 失败。 我使用“pip install cx_oracle”安装了 cx_Oracle - 工作正常,报告已安装。 现在,当我尝试时: import cx_…

我要还你自由 2024-12-16 01:32:50 2 0

cx_oracle:callfunc可以返回列表吗?

我正在尝试编写一个返回整数数组的 PL/SQL 函数,然后能够使用 cx_Oracles callfunc 调用它。我认为我的 PL/SQL 函数是正确的,但我不知道如何用 cx_O…

叹梦 2024-12-14 11:59:49 2 0

cx_Oracle - 将查询结果编码为 Raw

编辑: 以下打印显示了我的预期值。 (sys.stdout.encoding 和 sys.stdin.encoding 都是“UTF-8”)。 为什么变量值与其打印值不同?我需要将原始值放…

塔塔猫 2024-12-11 17:30:57 4 0

cx-oracle 中的并行执行

我最近加入了一家新公司,并且是 python(他们首选的脚本语言)的新手,并且一直在使用 cx_oracle 创建一些 ETL 流程。到目前为止,我构建的脚本都是…

灯下孤影 2024-12-06 04:54:49 2 0

为什么 django 会忽略一些环境变量,除非我在重新启动时将它们传递给 httpd?

这是我的应用环境: Redhat 6.0 Apache 2.2 Django 1.3.0 Python 2.6.6 cx_Oracle 5.1 mod_wsgi 3.2 Oracle DBMS 11.2 (on a different machine) 问题…

尘世孤行 2024-12-05 05:51:57 2 0

cx_Oracle 和异常处理 - 良好实践?

我正在尝试使用 cx_Oracle 连接到 Oracle 实例并执行一些 DDL 语句: db = None try: db = cx_Oracle.connect('username', 'password', 'hostname:por…

卖梦商人 2024-12-05 00:58:11 2 0

我有一个 Oracle 堆栈跟踪文件 Python cx_Oracle

我的 python 应用程序快要死了,正在生成这个 oracle 跟踪文件。我正在使用 cx_Oracle,如何使用此跟踪文件来解决此崩溃? ora_18225_139690296567552…

原谅过去的我 2024-12-02 16:36:33 2 0

python中与cx_Oracle绑定变量的异常

好的,我已连接到 python 2.7 中的 oracle 数据库,并且 cx_Oracle 5.1 是针对即时客户端 11.2 编译的。我有一个指向数据库的游标,运行 SQL 不是问题…

谈下烟灰 2024-12-01 01:47:32 2 0

cx_Oracle 使用 CLOB 执行many

我正在尝试解析多个 CSV 并使用 cx_Oracle 将它们的数据插入到表中。我使用execute 插入到表中没有问题,但是当我尝试使用executemany 执行相同的过程…

狼性发作 2024-11-19 03:11:57 6 0

SQL Alchemy 和 CX_Oracle 反射问题

我在使用 cx_Oracle 版本 5.1 (autoload=True) 反映 Oracle 中的表时遇到问题。在 cx_Oracle 版本 5.0.4 下一切正常。这是我得到的错误: DatabaseErr…

玻璃人 2024-11-18 09:50:22 5 0

设置 Cx_Oracle

我正在运行... SQL*Plus: Release 9.2.X.X.X - Production on Wed Jun 22 13:02:14 2011 Copyright (c) 1982, 2002, Oracle Corporation. All rights …

七七 2024-11-16 17:02:13 4 0

如何在 RHEL 上安装 cx_Oracle for Python?

我正在使用 Active Python,因为我不想使用旧版本的 Python。我安装了即时客户端,并将导出添加到我的 bash 配置文件中,但我收到了这个神秘的错误: …

你怎么敢 2024-11-16 10:53:23 5 0

从 cx_oracle 游标检索时区感知日期时间对象的正确方法是什么?

cx_oracle 返回 TIMESTAMP 或 TIMESTAMP WITH TIME ZONE 类型列的 datetime 实例,但这些 datetime 实例不支持时区。 例如: SELECT column_name, dat…

☆獨立☆ 2024-11-09 22:57:14 5 0

在 cx_Oracle 上执行许多 CLOB 元素

我有一个函数可以将一大块数据插入到oracle 数据库中。我试图通过使用executemany 来实现这一点。 我的函数如下所示: def InsertChunk(self): try: i…

浅忆 2024-11-09 18:01:30 6 0
更多

推荐作者

佚名

文章 0 评论 0

羁客

文章 0 评论 0

文章 0 评论 0

夏日落

文章 0 评论 0

隐诗

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文