Skip to content

Oracle Database cannot retrieve tables #132

@mail2julian

Description

@mail2julian

hi,
i was trying to connect oracle database to jupyterlab using this sql extension.
The connection was successful, i was able to run custom SQL query from the extensions.
It also showed the tables in the database, but when i tried to open a table it gives me this error:

(cx_Oracle.DatabaseError) ORA-00936: missing expression
[SQL: SELECT FROM DUAL
WHERE ROWNUM <= :param_1]
[parameters: {'param_1': 1000}]
(Background on this error at: http://sqlalche.me/e/4xp6)

But if i try to get the same table data from the Custom SQL query it shows the data.
this error only occurs in Oracle DB, all the other supported Databases are working fine.

pls help to resolve error.

thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions