Pass-Through Query Error

J

jutlaux

I am trying to setup a pass-through query with the below SQL

SELECT FIN_CUR_CURE_CYCLE_SIDE_DATA.MOLD_REV_NUM
FROM FIN_CUR_CURE_CYCLE_SIDE_DATA;

When I run this as a select query I am prompted to log into the Microsoft
ODBC for Oracle connection and when I do the query returns the correct
results. When I set this up as a pass-through query and run it I get the
following error

ODBC--call failed.
[Microsoft][ODBC driver for Oracle][Oracle]ORA-00911: invalid character (#911)

What am I doing wrong?
 
B

Bob Barrows

jutlaux said:
I am trying to setup a pass-through query with the below SQL

SELECT FIN_CUR_CURE_CYCLE_SIDE_DATA.MOLD_REV_NUM
FROM FIN_CUR_CURE_CYCLE_SIDE_DATA;

When I run this as a select query I am prompted to log into the
Microsoft ODBC for Oracle connection and when I do the query returns
the correct results. When I set this up as a pass-through query and
run it I get the following error

ODBC--call failed.
[Microsoft][ODBC driver for Oracle][Oracle]ORA-00911: invalid
character (#911)

What am I doing wrong?

Unless it's the semicolon at the end, you will probably need to ask in an
Oracle group
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top