gpt4 book ai didi

python-3.x - cx_Oracle版本检查

转载 作者:行者123 更新时间:2023-12-03 08:53:38 26 4
gpt4 key购买 nike

我使用的是 PyCharm 2019.1 Professional,并且能够使用瘦驱动程序(jdbc:oracle:thin:@host:PORT:SID) 连接到 Oracle JDBC 数据库。我正在尝试使用 cx_Oracle 库(版本 1.1.9)和 Anaconda 3.6,但似乎没有功能 .connect.makedsn 与库。我觉得这不寻常,而且不知所措。

  • 即使我使用 pip 安装,我的 cx_Oracle 版本是否错误?
  • 与 Anaconda 3.6 配合使用的 1.1.9 版本是否没有这些功能?
  • 或者是否有其他/更简单的库可以用来连接 jdbc:oracle:thin:@host:PORT:SID
dir(cx_Oracle)

输出:

['ARRAY', 'BIGINT', 'BINARY', 'BLANK_SCHEMA', 'BLOB', 'BOOLEAN','BigInteger', 'Binary', 'Boolean', 'CHAR', 'CLOB','CheckConstraint', 'Column', 'ColumnDefault', 'Constraint','DATE', 'DATETIME', 'DDL', 'DECIMAL', 'Date', 'DateTime','DefaultClause', 'Enum', 'FLOAT', 'FetchedValue', 'Float','ForeignKey', 'ForeignKeyConstraint', 'INT', 'INTEGER', 'Index','Integer', 'Interval', 'JSON', 'LargeBinary', 'MetaData','NCHAR', 'NUMERIC', 'NVARCHAR', 'Numeric', 'PassiveDefault','PickleType', 'PrimaryKeyConstraint', 'REAL', 'SMALLINT','Sequence', 'SmallInteger', 'String', 'TEXT', 'TIME','TIMESTAMP', 'Table', 'Text', 'ThreadLocalMetaData', 'Time','TypeDecorator', 'Unicode', 'UnicodeText', 'UniqueConstraint','VARBINARY', 'VARCHAR', 'all', 'builtins', 'cached','doc', 'file', 'go', 'loader', 'name','package', 'path', 'spec', 'version', 'alias','all', 'and', 'any_', 'asc', 'between', 'bindparam', 'case','cast', 'collate', 'column', 'create_engine', 'delete', 'desc','distinct', 'engine', 'engine_from_config', 'event', 'events','exc', 'except_', 'except_all', 'exists', 'extract', 'false','func', 'funcfilter', 'insert', 'inspect', 'inspection','interfaces', 'intersect', 'intersect_all', 'join', 'lateral','literal', 'literal_column', 'log', 'modifier', 'not_', 'null','or_', 'outerjoin', 'outparam', 'over', 'pool', 'processors','schema', 'select', 'sql', 'subquery', 'table', 'tablesample','text', 'true', 'tuple_', 'type_coerce', 'types', 'union','union_all', 'update', 'util', 'within_group']

最佳答案

检查cx_Oracle的版本

  1. 你必须有Python
  2. 使用 Python shell、命令提示符或代码/文本编辑器
  3. 打印出以下代码
C:\Users>python
Python 3.10.1 (tags/v3.10.1:2cd268a, Dec 6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import cx_Oracle
>>> print(cx_Oracle.version)
8.3.0
>>> exit()

关于python-3.x - cx_Oracle版本检查,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57333693/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com