Skip to content

Connected to Oracle DB, execute query error #26

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

Closed
dereklee-hthk opened this issue May 6, 2025 · 3 comments
Closed

Connected to Oracle DB, execute query error #26

dereklee-hthk opened this issue May 6, 2025 · 3 comments

Comments

@dereklee-hthk
Copy link

        "mcp-server-oracle": {
            "command": "D:\\Python3.13\\python.exe",
            "args": [
                "-m",
                "mcp_alchemy.server"
            ],
            "env": {
                "DB_URL": "xxxx"
            }
        }

failed to validate too 590_execute_query

@dereklee-hthk
Copy link
Author

since 3.13 is cannot install cx_oracle, im using oracledb by copilot recommended. not sure related to this issue or not.

@runekaagaard
Copy link
Owner

Hmm it looks as though cx_oracle has been superseded: https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html

@runekaagaard
Copy link
Owner

Thx, I've updated the docs to recommend oracledb instead of cx_oracle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants