Joined: Sun Oct 22, 2006 2:12 am Posts: 1
|
I would like to connect to a database by providing the driver url as jdbc:oracle:thin:/@myhost:1521:orcl and with out username and password in hibernate config file
The server on which my application is running allows the application user to connect to the database just by providing "/". ie., with no user name and password if I write a raw jdbc code.
But my application is not able to connect to the database if I use the url ( in the format as shown above) in hibernate config file.
Please help me to resolve this issue.
|
|