I need to create a Docker Windows container with an Oracle database 18c on it.
I followed this tutorial from Oracle (page 19 to 26) : https://www.oracle.com/technetwork/topics/dotnet/tech-info/oow18windowscontainers-5212844.pdf
When I execute the setup using a response file with this command :
RUN c:\data\db_home\setup.bat -silent -noconfig -noConsole -ignorePrereq -J"-
Doracle.install.db.validate.supportedOSCheck=false" -responseFile c:\data\db.rsp
I get the following error :
[FATAL] PRVG-1901 : failed to setup CVU remote execution framework directory
"C:\Users\ContainerAdministrator\AppData\Local\Temp\InstallActions2020-07-17_01-18-
31PM\CVU_18.0.0.0.0_ContainerAdministrator\" on nodes "975ef812cf39" Please select a different work
area for the framework 975ef812cf39 : PRKN-1014 : Failed to execute remote command
"C:\Users\ContainerAdministrator\AppData\Local\Temp\InstallActions2020-07-17_01-18-
31PM\CVU_18.0.0.0.0_ContainerAdministrator\\exectask.exe" on node "975ef812cf39".Failed during
connecting to service 975ef812cf39 : Failed during connecting to service
Here's my configuration :
Windows 10 Pro build 2004
Docker Desktop version 2.3.03
Container :
- Windows server-core build 2004
- Oracle Database 18c
I've been doing tests for several days but I still haven't been able to solve this problem...