PowerSystem Posted July 11, 2013 Posted July 11, 2013 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
PowerSystem Posted July 17, 2013 Author Posted July 17, 2013 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
Recommended Posts
This topic is 4488 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 accountSign in
Already have an account? Sign in here.
Sign In Now