Skip to content

confounding ORA-00933 error #4

@trespitt

Description

@trespitt

consider the following query, which runs perfectly fine in sql developer:

select * from user2.cust_comms x, user2.cust_info y where x_id=y_id and x_age!=y_age and second_id>900

please note that x_ is not a mistake; I don't need to use the dot operator because these are unique columns.

This is such a simple query, with very brief results. the full error is:

'mismatch' rs-error: Error in .oci.SendQuery(conn, statement, data = data, prefetch = prefetch, : ORA-00933: SQL command not properly ended\n\n"
Error in .oci.Disconnect(conn) : invalid connection `

I would love to know if this error is on my end (r env, os, something like that), or with Roracle. thanks for all your hard work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions