Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4146 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

 

I try to access a Oracle database by the JDBC Plugin (using oracle thin jar).

 

When I use a a table or a view in the same database the sql query it works fine. 

If I use a synonym I only get errors back.

 

Is there a way to access synonyms?

 

(I tested the sql query with DbVisualizer and the same java jar, the query is correct and works)

 

Thanks for help

 

Markus

Posted

I have done some more test.

 

If the table I try to access is a synonym name, I get a onl ERROR back with

 

jdbcFieldNames ( $table )

 

and

 

jdbcGetValue ( $columnName )

 

Is it a bug?

 

the query looks like (which works perfect in DBVisualizer)

select sample_name, amount, location, barcode from inventory where sample_name like 'aSampleName';

 

Markus

This topic is 4146 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.