For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Hello,
OS : windows 11 PRO 23H2
install fails, found this in a logfile :
[INS-32113] The location specified for Oracle Base is under a directory that is modifiable by Authenticated users.
I'm running into the exact same issue with 23ai free for windows…
INFO: [Jun 26, 2024 9:30:32 PM] Retrieving Advanced Cluster File System information... INFO: [Jun 26, 2024 9:30:32 PM] oracle.install.library.crs.CRSInfo.isCRSConfigured() returns value false INFO: [Jun 26, 2024 9:30:32 PM] oracle.install.library.crs.CRSInfo.isHAConfigured() returns value false INFO: [Jun 26, 2024 9:30:32 PM] oracle.install.library.crs.CRSInfo.isCRSConfigured() returns value false INFO: [Jun 26, 2024 9:30:32 PM] oracle.install.library.crs.CRSInfo.isHAConfigured() returns value false SEVERE: [Jun 26, 2024 9:30:32 PM] [FATAL] [INS-32113] The location specified for Oracle Base is under a directory that is modifiable by Authenticated users. ACTION: Specify a path that does not exist or is not under a directory that is modifiable by Authenticated users. INFO: [Jun 26, 2024 9:30:32 PM] Advice is ABORT INFO: [Jun 26, 2024 9:30:32 PM] Adding ExitStatus INVALID_USER_INPUT to the exit status set INFO: [Jun 26, 2024 9:30:32 PM] Completed validating state <getOracleHome> INFO: [Jun 26, 2024 9:30:32 PM] Terminating all background operations INFO: [Jun 26, 2024 9:30:32 PM] Terminated all background operations INFO: [Jun 26, 2024 9:30:32 PM] Start ClusterVerification cleanup. INFO: [Jun 26, 2024 9:30:33 PM] ClusterVerification cleanup is done. INFO: [Jun 26, 2024 9:30:33 PM] Finding the most appropriate exit status for the current application INFO: [Jun 26, 2024 9:30:33 PM] inventory location isC:\Program Files\Oracle\Inventory INFO: [Jun 26, 2024 9:30:33 PM] Finding the most appropriate exit status for the current application INFO: [Jun 26, 2024 9:30:33 PM] Exit Status is -2 INFO: [Jun 26, 2024 9:30:33 PM] Shutdown Oracle Database 23ai Installer INFO: [Jun 26, 2024 9:30:33 PM] Unloading Setup Driver
Same here. First I thought it was a problem with the silent installation, but the normal installation also doesn't work. Windows 11 Pro. Has anyone installed successfully?
Hi Folks,
I'm sorry you are running into this issue.
There's a new (and not yet documented) requirement for Oracle Database on Windows installs…. the directory you install into cannot be modifiable by “Authenticated Users”.
You can see if this is true by looking at the properties in File Explorer for the folder and looking at the Security tab.
Alternatively, you could use “icacls”, eg “icacls c:\my23aidb”
We are working on creating a document explaining what must be done to meet this requirement.
I will update this thread shortly with that info.
Hi @christian-shay-oracle, thanks for your help here!
Hi @christian-shay-oracle ,
many thanks for your swift reply
it doesn't seem to be a windows 11 issue as I tried to install using win10 PRO with the same error
Hi @christian-shay-oracle, thanks for your help! I removed the modify permission from authenticated users for the directory and it has successfully installed!
Could you please tell us exactly what you did ?
Lucian
Hello. I can't install Oracle 23ai Free, I run the command
icacls "c:\oraclefree" /grant "Local Account":(CI)m /t
and the error is the same:
SEVERE: [Jun 29, 2024 9:41:59 PM] [FATAL] [INS-32113] The location specified for Oracle Base is under a directory that is modifiable by Authenticated users. ACTION: Specify a path that does not exist or is not under a directory that is modifiable by Authenticated users.
Hi,
Please see the sticky thread, with the solution to this issue:
https://forums.oracle.com/ords/apexds/post/installer-rollback-and-failure-when-installing-on-windows-w-7851
Thanks, It worked for me, and allowed me to find and fix two installation glitches on my new GitHub Oracle project before publishing it while on my holidays :)
Hi @christian-shay-oracle , thanks for your solution (which I haven't tried yet). But I have questions:
Hi @bb-as,
What can I say? I agree with you, this was bad. We will need to do better. Unlike the earlier XE releases, we will be doing updates for Database Free, so we will have a chance to correct this in the next release.
Yes, you can use multiple levels of directories like c:\app\[user]\, just make sure that you follow the guide above for the c:\app directory, and ideally it should be empty when you start, otherwise when you change the permissions you risk orphaning/breaking software and other files that already exist in that directory or it's children.
I'm getting ready to make a sticky post on this forum tonight with a little more information, stay tuned.