Skip to content

issues Search Results · repo:oracle/python-cx_Oracle language:C

Filter by

650 results
 (78 ms)

650 results

inoracle/python-cx_Oracle (press backspace or delete to remove)

It seems instantclient-basic-linux.x64-23.7.0.25.01.zip is compiled using libaio.so.1, which does not exist in Ubuntu 24.04 as can be seen in this post. A symlink solves the issue. sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 ...
enhancement
  • Garfius
  • 2
  • Opened 
    on Feb 26
  • #672

Greetings! 1. What versions are you using? Database version is 12.1.0.2.0 platform.platform: Linux-4.1.12-124.26.10.el6uek.x86_64-x86_64-with-redhat-6.10-Santiago sys.maxsize 2**32: True platform.python_version: ...
bug
  • iamdbychkov
  • 3
  • Opened 
    on Jan 22
  • #671

I encountered an error when trying to install cx_Oracle using pip3.12 on my Windows 11 computer: Administrator@AURORAR7-R3828S MINGW64 ~/2021-10-11/telecom/Y122021401-download-pdf-job (zhuyk) $ pip3.12 ...
  • 2018-11-27
  • 6
  • Opened 
    on Oct 16, 2024
  • #670

!-- Thank you for using cx_Oracle. The cx_Oracle driver was renamed to python-oracledb in May 2022. It has a new repository at https://github.com/oracle/python-oracledb. The installation instructions ...
question
  • jiangtaobian
  • 3
  • Opened 
    on Jul 23, 2024
  • #669

Untitled I keep getting this message, I am not very good with windows but I am pretty sure I ve installed the build tools and every known C++ package both x86 and 64 and it still wont build the package, ...
install & configuration
  • roda37
  • 4
  • Opened 
    on Apr 10, 2024
  • #668

cx_Oracle.version: 8.3.0 cx_Oracle.clientversion: (11, 2, 0, 1, 0) platform.platform: Windows-10-10.0.22631-SP0 sys.maxsize 2**32: True platform.python_version: 3.11.5 import numpy as np import cx_Oracle ...
bug
  • AlineGobbi
  • 2
  • Opened 
    on Mar 18, 2024
  • #667

cx_Oracle version: 8.3.0 When executing an SQL statement that includes time formatting (HH24:MI:SS) and uses bind variables, cx_Oracle mistakenly interprets the colons in the time format as part of the ...
question
  • Runbacktoo
  • 2
  • Opened 
    on Feb 22, 2024
  • #666

Hi, Im trying to execute like 15-20 queries using cx_oracle python Some of the queries may run long sometimes i am searching for a way to stop the query if its still running for more than 30 min i would ...
  • vbvasu
  • 2
  • Opened 
    on Feb 9, 2024
  • #665

1. What is the link to the documentation section that needs improving? https://pypi.org/project/cx-Oracle/ (PyPI Package Listing) 2. Describe the confusion Currently, the PyPI listing for cx_Oracle ...
wontfix
  • darkroastcreative
  • 2
  • Opened 
    on Jan 27, 2024
  • #664

Hi! I d like to add an outputtypehandler for DB_TYPE_NUMBER that returns an int if the corresponding data allows it or a decimal.Decimal otherwise. So far I have two implementation variants but I d appreciate ...
question
  • leo-b
  • 4
  • Opened 
    on Dec 1, 2023
  • #663
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub