On 03/07/2011 04:35 AM, Prakash Jaya wrote:
After creating the database with user name and password in eclipse , then after 
restarting the server , when trying to access
the data it is saying schema does not exist.

but before restarting the server i am able to access

The most common cause of this is that you have used a relative,
rather than an absolute, database name in your JDBC Connection URL,
and the server is using a different current-working-directory
when you ran it the second time, hence it is not finding
the database that you created and used the first time.

thanks,

bryan

Reply via email to