【发布时间】:2020-08-13 16:20:19
【问题描述】:
我有一个使用 cx_Oracle 和 Oracle 11g 的旧程序。该程序不可移植,因为用户需要下载 Oracle 11g 才能使用它。是否可以在我的脚本中使用 Oracle 数据库但不下载它,可能是使用任何在线数据库?
【问题讨论】:
-
如果数据库对您的用户来说是“远程”的,那么只需在oracle.com/database/technologies/instant-client/downloads.html 的用户机器上安装最新的 Instant Client(当前为 19c)它是免费的,只需解压缩,19c 将让您的应用程序连接到 11g 数据库。
标签: python-3.x oracle11g cx-oracle oracle19c