Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Database Creation Response File doesn't have the database options

User_A7RKTFeb 20 2022

Hi everyone,
It's Oracle 19c on Linux x86-64.
I have used dbca to produce a database creation response file. In the dbca, I selected to install only the OVM among all the options.
I then used the response file to create a new database.
The database created successfully but I noticed ALL the options have been installed.
When I opened the response file, I didn't see a section to select which option to install in the database.
Can you guide me please on how to set the required options in the response file?
Thanks in advance.

SELECT COMP_NAME, STATUS, VERSION FROM DBA_REGISTRY ORDER BY 1;
SQL> SQL> SQL> SQL>
COMP_NAME STATUS VERSION
---------------------------------------- --------------- ----------
JServer JAVA Virtual Machine VALID 19.0.0.0.0
OLAP Analytic Workspace VALID 19.0.0.0.0
Oracle Database Catalog Views VALID 19.0.0.0.0
Oracle Database Java Packages VALID 19.0.0.0.0
Oracle Database Packages and Types VALID 19.0.0.0.0
Oracle Multimedia VALID 19.0.0.0.0
Oracle OLAP API VALID 19.0.0.0.0
Oracle Real Application Clusters OPTION OFF 19.0.0.0.0
Oracle Text VALID 19.0.0.0.0
Oracle Workspace Manager VALID 19.0.0.0.0
Oracle XDK VALID 19.0.0.0.0

COMP_NAME STATUS VERSION
---------------------------------------- --------------- ----------
Oracle XML Database VALID 19.0.0.0.0
Spatial VALID 19.0.0.0.0

13 rows selected.

This post has been answered by User_A7RKT on Feb 22 2022
Jump to Answer
Comments
Post Details
Added on Feb 20 2022
5 comments
558 views