Category Archives: Oracle

In this we are handling Oracle Database Administration and development task. If provide solution of ORA Errors and configuration Steps for setup in Oracle.

[INS-30014] Unable to check whether the location specified is on CFS

During setup of new Oracle Database software getting the following error:

Error:

[INS-30014] Unable to check whether the location specified is on CFS

Solution:

Comment out the following lines in hosts file location: C:\Windows\System32\drivers\etc\hosts

10.10.2.15 host.docker.internal
10.10.2.15 gateway.docker.internal
127.0.0.1 kubernetes.docker.internal

Save the hosts file

and continue the Oracle Database Software installation. It should work.