You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Andreou Andreas <an...@di.uoa.gr> on 2002/11/29 19:59:04 UTC

Info on jdbc task on Oracle

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.