> database.default.driver=oracle.jdbc.driver.OracleDriver
> database.default.url=jdbc:oracle:thin:@myhost:1521:myinstance
> database.default.username=myuser
> database.default.password=mypassword
Also need this in the TRP:
database.adaptor=DBOracle
database.adaptor.DBOracle=oracle.jdbc.driver.OracleDriver
for more details, see the turbine docs:
http://jakarta.apache.org/turbine/howto/oracle-howto.html
> I created the schema using the following sql scripts:
>
> turbine-oracle.sql
> default_roles_permissions.sql
> populate-oracle.sql
>
> I ran the sql scripts in the order mentioned above, I noticed
> that when I
> run populate-oracle.sql script it tries to insert a duplicate
> record for
> the two default users- turbine and admin, so the insert fails
> becuase of
> unique key constraint on the login_name column field in the
> turbine_user table.
You don't need to run default_roles_permissions.sql
This script should be removed from the cvs
Just run these:
turbine-oracle.sql
populate-oracle.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]