I need to install Oracle database 11.2 on Windows Server 2008 R2. The prerequisite check requires that the system drive has the default share configured. I applied this command:
net use \\localhost\c$
But I receive error network path not found
What do I do to fix this problem?