Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vanna connect oracle have a problem #665

Open
CodingNowPls opened this issue Oct 8, 2024 · 1 comment
Open

vanna connect oracle have a problem #665

CodingNowPls opened this issue Oct 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@CodingNowPls
Copy link

CodingNowPls commented Oct 8, 2024

Describe the bug
when i connect oracle,this have a problem: vanna.exceptions.validationerror: dpy-6005: cannot connect to database (connection_id=oieeugevspzcqsy1e7+zsg==). dpy-3010: connections to this database server version are not supported by python-oracledb in thin mode

i resolve this problem,use this code:

dbClintPath = C:\Users\user\workspace\python\instantclient_11_2
oracledb.init_oracle_client(lib_dir=dbClintPath)
conn = oracledb.connect( user=user, password=password, dsn=dsn, **kwargs )

@CodingNowPls CodingNowPls added the bug Something isn't working label Oct 8, 2024
@CodingNowPls
Copy link
Author

this is my project repo,i fix this problem : https://github.com/CodingNowPls/vanna-flask-rest-cn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant