5

I am getting the below error while trying to install Oracle Database 18C XE on my local system (Windows 10 Pro).

Oracle Database Installation Completed with Errors

The wizard was interrupted before Oracle Database 18c Express Edition could be completely installed.

Your system has not been modified. To complete installation at another time, please run setup again.

Click Finish to exit the wizard.

I tried removing the environment variable Oracle_Home and installed again. Still the installation is rolling back with errors.

How can I resolve this error?

image of error window (see text above)

Krish
  • 51

6 Answers6

6

I was able to resolve the problem by running setup.exe instead of Oracle Database 18c Express Edition.msi

Mischa
  • 61
0

I had same problem. What I did is uninstall old oracle from Control Panel - Programs - uninstal. After that I close all programs and install oracle again.

0

After doing a fair bit of googling on this I concluded there are any number of problems that can cause this. Bottom line is the installer is a bit lame. For me, it resolved by me first uninstalling my Java SE and then running the Oracle XE Installer again. Given that this seems pretty fragile it might be worth running it in a VM.

Tim
  • 311
  • 2
  • 4
0

I also had the same problem but with the oracle 23ai version. The installer keeps a log of all event happend during installation, therfore i advice you to check the log files present for example, in the

C:\app\username\product\23ai\dbhomeFree\cfgtoollogs\oui\InstallActions2024-07-02_07-42-31PM.out

My problem was regarding authenticated user, for which I suggest you to check the installation guide of oracle and plus I would like to add that you need to remove Authenticated User permission from the folder where Oracle Database would be installed and also allow the current user(or the user for which you want to install the software) to have full control(or at least modify) permission.

-1

remove any java/jre path specified in the environment variable .Also first delete the previously created forder( certain folder was created delete the whole path from ..\product ) when earlier you tried to install .

shafaq
  • 1
-1

Create new local user in Windows and then install there. It worked for me.