Oracle 12c Installation failed to access the temporary location

前端 未结 14 2398
南方客
南方客 2020-12-24 07:36

I have Windows 8.1 64-bit OS running on 64-bit architecture. I am installing a fresh copy of Oracle 12C, means I haven\'t installed any version before on my system.

14条回答
  •  离开以前
    2020-12-24 08:05

    This problem arises due to the administrative share.

    Here is the solution :

    1. Set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System DWORD value: LocalAccountTokenFilterPolicy to 1

    2. Go to this link: http://www.snehashish.com/install-oracle-database-12c-software/ Follow 8th point.
      It helped me a lot.
      After creating the hidden share (c$) it should look like this (you can ignore the description tab)

    And for remaining you can follow the above link.

    And let me know if it worked or not.

提交回复
热议问题