Hi everyone,
I'm trying to install oracle xe 18c with a response file, but it's not entirely working.
I'm following the instructions of this site: https://docs.oracle.com/en/database/oracle/oracle-database/18/xeinw/installing-oracle-database-xe.html#GUID-E6A7B665-134…
The command line should be setup.exe /s /v"RSP_FILE=c:\xe_temp\response\XEInstall.rsp" /v"/L*v c:\xe_temp\setup.log" /v"/qn"
The content of the rsp file is like this:
#Do not leave any parameter with empty value
#Install Directory location, username can be replaced with current user
INSTALLDIR=C:\oraclexe
#Database password, All users are set with this password, Remove the value once installation is complete
PASSWORD=password
#If listener port is set to 0, available port will be allocated starting from 1521 automatically
LISTENER_PORT=0
#If EM express port is set to 0, available port will be used starting from 5550 automatically
EMEXPRESS_PORT=0
#Specify char set of the database
CHAR_SET=AL32UTF8
When the installation is finished, i see the installdir according to the value, but when i try to connect to the system, i receive a tns error protocol.
If i launch the installation with the gui, there's not problem at all
any idea?
Best Regards