При установке oracle express edition возникли ошибки

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)

Scott - Слава Україні's user avatar

asked Oct 31, 2019 at 11:26

Krish's user avatar

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

answered May 4, 2020 at 14:12

Mischa's user avatar

MischaMischa

611 silver badge2 bronze badges

2

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.

answered Nov 3, 2019 at 11:24

Monika Mitura's user avatar

1

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.

answered Apr 19, 2020 at 22:20

Tim's user avatar

TimTim

2512 silver badges4 bronze badges

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 .

answered Jun 20, 2020 at 6:23

shafaq's user avatar

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

answered Aug 30, 2020 at 12:54

aqdasak's user avatar

You must log in to answer this question.

Not the answer you’re looking for? Browse other questions tagged

.

I have downloaded Oracle XE 18c for Windows 64 bit, and tried to install it on a Windows 10 machine. I checked the SHA-256 checksum and it’s correct.

The installation starts fine, but when it’s copying new files it suddenly says «Rolling back installation», then ends and there’s no error log to look at. Any ideas?

(1) «Copying files» screen

enter image description here

(2) «Rolling back» screen

enter image description here

(3) «Finished with errors» screen
enter image description here

asked Mar 4, 2019 at 18:10

ps0604's user avatar

4

I run «setup.exe» as administrator instead of «Oracle Database 18c Express Edition.msi» and it worked perfectly.

answered Jun 3, 2020 at 0:39

Waldson Dias's user avatar

1

Set Oracle_home to null and reboot your system and then, try again.
I hope that works.

Note:
Make sure that you have all admin privileges before installing it.

zx485's user avatar

zx485

28.5k28 gold badges50 silver badges59 bronze badges

answered Aug 22, 2019 at 16:04

Mahesh Keragute's user avatar

PROBLEM SOLVED! Login to your system as an administrator to set up the Oracle database. Compyuter》Manage》Users》Administrator》properties》check out from (accunt is disabled) and Apply.after set password. Then login as administrator and install.

answered Feb 26, 2022 at 16:29

Yusif Tağıyev's user avatar

I had the same issue today. In my case it was caused by the value of the PATH variable in my environment. It was pointing to some Oracle DB binaries and libraries from «Oracle Instant Client», which I set up earlier for the node-oracledb Javascript connector library.

In other words, make sure your PATH doesn’t point to any directory which contains for example a oci.dll file.
You can execute where.exe oci.dll (the ‘.exe’ part is only necessary for PowerShell) in a command prompt to easily check that. If the command outputs anything, then you’ll need to remove the relevant directories from your PATH, at least temporarily.

answered Mar 4, 2020 at 11:04

ysbwj028's user avatar

2

  1. Extract the zip file in another drive but the drive that contains windows usually C:.
  2. Go into the extracted Oracle directory and run setup.exe as administrator. 
    Important: Do not double-click on the MSI file eg. Oracle Database 18c Express Edition.msi.
    Note: Spaces are not allowed anywhere in the Oracle home directory path. For example, you cannot install in «C:\program files\oracle\Infra» because of the space character in «program files». The installer does not check for this until several screens after you have entered the path.

answered Aug 18, 2020 at 19:30

Shadyar's user avatar

ShadyarShadyar

7098 silver badges16 bronze badges

I was having the same problem. Oracle XE was installed on my computer before. When checking «set path» in the command prompt, it could be seen that a reference to the previous Oracle install was in the path. After removing that from the path, the Oracle install worked.

answered Feb 2, 2022 at 17:30

Joel's user avatar

I also have recently encountered this issue…
I resolved this issue by changing the storage path from ...\18.0.0.0\ to ...\18c\
and one more if password contain characters like @ then at the entering password in SQL Plus use double quotes («).

answered Apr 26 at 17:46

Akash Shendage's user avatar

In my case it was caused by using non-ASCII characters in the local username. After renaming the account, the installation continued successfully. The log file in the %temp% folder helped me find out about this.

answered Sep 14 at 9:48

supperley's user avatar

I just fixed it.
I fiddled for a very long time, in the end the solution was…
rename pc-name. I’m in very serious.

answered Feb 1 at 9:52

Nevillested's user avatar

According to Oracle’s Documentation Oracle Database XE 11g R2 is not supported to be installed on a x64 machine

I’ve Installed this version of the Database on a Windows Server 2008 successfully with no problem and it works properly(btw)!

But, when I was trying to install Oracle Database XE 11g r2 on a Windows Server 2012 x64 Datacenter I got an error like this

The installer is unable to instantiate the file C:\Users\ADMINI~1\AppData\Local\Temp\{5F2E862E-7715-49E1-8CB5-E2227B01E12F}\KEY_XE.reg. The file does not appear to exist.

I was installing Oracle Database XE 11g R2 on a Windows Server 2012 x64 Datacenter running on an Oracle VM VirtualBox virtual machine. ( The Windows Server 2008 r2 x64 was running on an Oracle VM VirtualBox machine as well )

So, when you get this error like the screen shows,,, DO NOT CLICK OK, and do the next steps I mention before you continue

Image

The problem here is that, for an unknown reason the installer does not find the PATH where the file KEY_XE.reg is located, so we must help the installer to find this path,,,,

And we do it like this…

  • press windows logo key + ‘r’ key
  • Type regedit

Image

  • press enter and you will see the register editor
  • Locate the next path
HKEY_CLASSES_ROOT\Installer\Products\266B7A503A089BE4EAD1986A429434C1\SourceList\Media
  • Identify the string value 1, you will see that the data appears like : DISK

Image

  • You need to edit it to your this value to the path thrown in the error message, mine is C:\Users\ADMINI~1\AppData\Local\Temp\{5F2E862E-7715-49E1-8CB5-E2227B01E12F}\KEY_XE.reg , yours will be the same but you need to modify the username

regedit

Once you have modified the 1 value with the path of your file,, now you may continue with the installation,

After this you should not face any problem and you will have your Oracle Database XE 11g R2 installed and running perfectly on Windoes Server 2012 x64 Datacenter,

I think this same error has occurred on Windows 7 x64, you may apply the same steps to resolve it

Best regards!

Иногда возникает необходимость переустановить Oracle Database Express Edition в операционной системе Windows, но на этапе проверок установщик Oracle может вернуть ошибку. Ошибок существует большое количество, поэтому рассмотрим распространенные ошибки.

Ошибка 1: Службы Oracle Database Express Edition уже установлены

Текст ошибки: There is an already existing Oracle Database Express Edition service in this machine. Это сообщение означает, что на компьютере уже установлены службы Oracle Database Express Edition. Пример ошибки показан на изображении ниже.

Ошибка oracle: There is an already existing Oracle Database Express Edition service in this machine

Чтобы устранить эту ошибку, нужно открыть приложение — Службы. Это можно сделать следующим образом Панель управления -> Администрирование -> Службы. Затем необходимо найти службы, которые относятся к Oracle Database:

  • OracleVssWriterXE;
  • OracleServiceXE;
  • OracleOraDB21Home1TNSListener;
  • OracleOraDB21Home1MTSRecoveryService;
  • OracleJobSchedulerXE.

Обратите внимание: название служб на вашем компьютере может отличаться в зависимости от установленного программного обеспечения Oracle.

Установленные службы Oracle Database

Найденные службы Oracle Database, необходимо удалить. Для этого необходимо открыть — Командную строку от имени администратора, и ввести следующие команды:

sc delete OracleVssWriterXE
sc delete OracleServiceXE
sc delete OracleOraDB21Home1TNSListener
sc delete OracleOraDB21Home1MTSRecoveryService
sc delete OracleJobSchedulerXE

Все команды необходимо вводить построчно, то есть одну за другой. Это показано на изображении ниже.

Удаление служб Oracle Database в Windows

Метки: Oracle.

Что, друг, окружающие стараются тебя не окружать? Даже Oracle не хочет вставать на твою винду? С психологией, конечно, не поможем, но насчет установки Database 21c Express Edition есть решение

При установке может возникнуть ситуация, когда инсталлер начинает откатывать то, что пытался уже установить (минут через 10 после установки)

В итоге установка не проходит

 

В сети много (без)полезных советов, но один точно поможет. Необходимо скопировать разархивированную папку OracleXE213_Win64 в диск C:/. Далее необходимо запустить файл Setup.exe (именно его, а не msi-файл Oracle Database 21c Express Edition) с правами администратора.

После этого установка пройдет в штатном режиме. При установке у вас запросит пароль к БД

Он вам понадобится в дальнейшем, когда будете подключаться к базе через SQL Developer

Также обратите внимание, что на итоговом окне будут настройки для вашей БД:

P.S.

Кстати, не стоит паниковать, когда идёт конфигурация. Очень долго висит на 7%

Это норма. Особенно, если у вас не самый новый компьютер. Дело сдвинется с места

OracleSQL



Понравилась статья? Поделить с друзьями:

Интересное по теме:

  • При установке itunes выдает ошибку apple mobile device
  • При установке hamachi ошибка сценария
  • При установке itunes выдает ошибку 2503
  • При установке hamachi выдает ошибку invalid drive
  • При установке gta 5 произошла ошибка

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии