Martin Poeschl wrote:
Actually the problem is not on the task, but in ORACLE's schema support...what was the problem with the jdbc task????
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]>
