Oracle db server unlicensed installs are mapped to a software model with database optionDescriptionOracle DB server unlicensed installs are mapped to a software model with a database option during automatic SMR creation.Steps to Reproduce 1. Have some DB Server installs and database options discovered2. Run recon for Oracle3. Verify software model results for database options Unlicensed installs are shown under database option software model.WorkaroundThis problem has been fixed. If you are able to upgrade, review the Fixed In section to determine the latest version with a permanent fix your instance can be upgraded to. If a workaround is needed, add the following line of code after line 87 of the AutomaticSMRCreation Script Include within the getSoftwareModelstoStamp function:swModelsforProduct = swModelsforProduct.whereNull('database_option');Related Problem: PRB1526944