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.