Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: newbie: query a table from java

Re: newbie: query a table from java

From: NorwoodThree <norwoodthree_at_my-deja.com>
Date: 25 Feb 2003 09:27:33 -0800
Message-ID: <ba03e2c.0302250927.43eced26@posting.google.com>


You need permissions to do so from the DBA. The schema you are logging in as either is incorrect, or does not have select or synonyms granted appropriately.

Also, embedded SQL in Java is not good practice. It is better for the SQL programmers to write the SQL, and grant you access to a procedure to call.

my .02 Received on Tue Feb 25 2003 - 11:27:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US