Community Marketing Solution Polls module

I am in the process of making the database switch from Derby to Oracle. After making all the changes in all of the config files and deploying the Oracle jar file, do we need to execute the SQL script for the table creation and other database stuff?

thanks
Manvinder

Manvinder,

If the changes have been made in all of the config files, the Hibernate library that Polls is using will auto-generate the schema when the application is initialized. You’ll also want to make sure that the database user the application is authenticating with has DDL permissions on the Oracle database so that it can create the tables.

Nate