We do not have a tool to export the data from Derby and import it into Oracle.
You will need to start your DevTest components with a clean Oracle database and make sure it is UTF-8.
What you will need to do is to add the following properties in the iam.properties file:
iam.db.vendor=oracle
iam.db.jdbc.driver.class=oracle.jdbc.driver.OracleDriver
iam.db.url=jjdbc:oracle:thin:@YourHostGoesHere:PortOracleRunningOnGoesHere:OracleDatabaseInstanceGoesHere
iam.db.user=IAMOracleUserGoesHere
iam.db.password=IAMOraclePasswordGoesHere
iam.db.jdbc.driver.path=FullyQualifiedPathofWheretheOracleDriverjarFileIs
Then make these changes in the dradis.properties file:
dradis.db.internal.enabled=false
dradis.db.driverClass=oracle.jdbc.driver.OracleDriver
dradis.db.url=jdbc:oracle:thin:@YourHostGoesHere:PortOracleRunningOnGoesHere:OracleDatabaseInstanceGoesHere
dradis.db.user=EnterpriseDashboardOracleUserGoesHere
dradis.db.password=EnterpriseDashboardOraclePasswordGoesHere
Then make these changes in the site.properties file:
lisadb.pool.common.driverClass=oracle.jdbc.driver.OracleDriver
isadb.pool.common.url=jdbc:oracle:thin:@YourHostGoesHere:PortOracleRunningOnGoesHere:OracleDatabaseInstanceGoesHere
lisadb.pool.common.user=RegistryOracleUserGoesHere
lisadb.pool.common.password=EnterpriseDashboardOraclePasswordGoesHere
lisadb.internal.enabled=false
NOTE:
The User for IAM, Enterprise Dashboard and Registry must have DBA Authority unless you DBA is creating the tables.
Once the property files are configured, bring down all of your DevTest components.
Then start all of your DevTest components.