* with the useTriggersForAutoAssign db option enabled.
*/
private void recreateOracleArtifacts(OracleDictionary dict,
JDBCConfiguration conf) throws IOException, SQLException {
dict.useTriggersForAutoAssign = true;
Flags flags = new MappingTool.Flags();
flags.dropTables = true;
flags.schemaAction = "drop,add";
flags.sequences = true;
flags.ignoreErrors = true;
flags.dropSequences = true;