Deploy JAR Files wizard - Deploy Options page

Use this page to specify options for the deployment.
Use current database
Specifies that you want to use the database that you are currently connected to.
Use different database
Specifies that you want to connect to a different database.
Database
Select or type the name of the database to which you want to connect.
Schema
Select or type the name of the current schema to use during the deploy process.
Stop and roll back on errors
Specifies that the deployment process will stop when there is an error. The JAR files that were deployed successfully before this error occurred will be rolled back.
Stop on errors
Specifies that the deployment process will stop when there is an error. The JAR files that were deployed successfully before this error occurred will be committed.
Ignore errors and continue to next JAR
Specifies that the deployment process will continue to the next JAR file when an error occurs.
Drop duplicates
Specifies that any JAR file that already exists in the database will be dropped before the JAR file is deployed.
Treat duplicates as errors
Specifies that an error occurs when a JAR file already exists in the target database.
Ignore duplicates and continue to next JAR
Specifies that the deployment process will ignore JAR files which already exist in the target database and continue with the next JAR file.

Feedback