Martin Poeschl wrote:

what was the problem with the jdbc task????
Actually the problem is not on the task, but in ORACLE's schema support...

Whenever a user is created on oracle, a schema with the same name is also created.
The catch is:
1) Even though username and password is case insensitive, the schema is NOT.
2) The schema is created by uppercasing the username !!!
So,for ORACLE, in the build.properties, one should define the schema in uppercase.



--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to