Oracle не устанавливается на windows 10

I am trying to Run setup.exe as part of Oracle 19c installation on windows 10.

I have downloaded the zip file and extracted it in a folder inside C drive.

When I try to run setup.exe by right click and run as administrator option, a command prompt just flashes for a split of a second and nothings starts after that.

asked Sep 13, 2020 at 15:11

I have found the solution:

  1. After extraction, rename the extracted directory to db_home
  2. Move the db_home directory to the root of your Hard Drive ( in my case its C:\db_home )
  3. run setup.exe as an administrator.

You will see a cmd window pop up and then the red window with the Oracle symbol in it.

Do NOT skip step 2nd step as that is how I was finally able to get it to install.
This also worked with 19c.

answered Sep 13, 2020 at 15:18

4

I also faced the problem. After seeing this thread, in a while, I figured it out. Apparently, keeping the db_home folder inside a folder that has space in its name caused me the same issue.

answered May 20, 2021 at 12:34

RakinRkz's user avatar

I had the same problem and read something about problems with extremely long paths in packages and using the native Windows unzip utility. I unzipped the package using 7-zip instead and it solved the problem.

answered Mar 5, 2021 at 2:39

DH1's user avatar

I was trying to install from d partition and does not work. Then I just move all the installation folder to c partition and it works fine.

answered Sep 2, 2021 at 23:02

Alejandro Garcia's user avatar

2

I’m an Oracle DBA and I don’t know when the change happened or what the source of issue is, but when installing the Oracle client you can no longer have a space » » in the path for the Oracle setup.exe file.

It doesn’t matter what utility extracted the files or what drive or path is used (except there is and always has been an issue with very long path names) — it just cannot have a space in the path.

I hope this helps.

answered Nov 7, 2022 at 16:08

user20441975's user avatar

This issue has a simple solution:

  1. When we run the Setup file we see a flash CMD in the background…
  2. Your System Environment variable path(DB home) has Space in it.
  3. It should be no space(db_home)

This personally works for me to install.

answered Dec 3, 2022 at 17:07

suraj_0o0's user avatar

suraj_0o0suraj_0o0

351 silver badge10 bronze badges

I am trying to Run setup.exe as part of Oracle 19c installation on windows 10.

I have downloaded the zip file and extracted it in a folder inside C drive.

When I try to run setup.exe by right click and run as administrator option, a command prompt just flashes for a split of a second and nothings starts after that.

asked Sep 13, 2020 at 15:11

I have found the solution:

  1. After extraction, rename the extracted directory to db_home
  2. Move the db_home directory to the root of your Hard Drive ( in my case its C:\db_home )
  3. run setup.exe as an administrator.

You will see a cmd window pop up and then the red window with the Oracle symbol in it.

Do NOT skip step 2nd step as that is how I was finally able to get it to install.
This also worked with 19c.

answered Sep 13, 2020 at 15:18

4

I also faced the problem. After seeing this thread, in a while, I figured it out. Apparently, keeping the db_home folder inside a folder that has space in its name caused me the same issue.

answered May 20, 2021 at 12:34

RakinRkz's user avatar

I had the same problem and read something about problems with extremely long paths in packages and using the native Windows unzip utility. I unzipped the package using 7-zip instead and it solved the problem.

answered Mar 5, 2021 at 2:39

DH1's user avatar

I was trying to install from d partition and does not work. Then I just move all the installation folder to c partition and it works fine.

answered Sep 2, 2021 at 23:02

Alejandro Garcia's user avatar

2

I’m an Oracle DBA and I don’t know when the change happened or what the source of issue is, but when installing the Oracle client you can no longer have a space » » in the path for the Oracle setup.exe file.

It doesn’t matter what utility extracted the files or what drive or path is used (except there is and always has been an issue with very long path names) — it just cannot have a space in the path.

I hope this helps.

answered Nov 7, 2022 at 16:08

user20441975's user avatar

This issue has a simple solution:

  1. When we run the Setup file we see a flash CMD in the background…
  2. Your System Environment variable path(DB home) has Space in it.
  3. It should be no space(db_home)

This personally works for me to install.

answered Dec 3, 2022 at 17:07

suraj_0o0's user avatar

suraj_0o0suraj_0o0

351 silver badge10 bronze badges

Asked

Viewed
8k times

I installed Oracle Database 18c version 18.4.0.0.0 .It installed successfully in first attempt. I uninstalled it accidentally.Now i am trying to install it again into my laptop (Windows 10 Home). the progress get stuck at a point every time.I am new with this technology please mention if any further detail will required.This is image where installation get stuckThis is the image of directory >product/18.0.0

Following steps already tried after uninstall.
i)Deleting registries related to oracle.
ii)Removed services related to oracle.
iii)Removed directory «app\User\product\18.0.0» .
iv)Removed Environment variable path.

  • database
  • oracle
  • oracle-xe

asked Jun 25, 2020 at 16:48

Faisal's user avatar

FaisalFaisal

351 silver badge7 bronze badges

6

  • Delete temp folders %TEMP%\deinstall`, %TEMP%\OraInstall` and %TEMP%\CVU* (e.g %TEMP%\CVU_11.1.0.2.0_domscheit) if existing. Maybe this one helps: stackoverflow.com/questions/8450726/…

    Jun 25, 2020 at 16:54

  • I already tried but still facing same problem.I removed the oracle from registry but issue not resolved

    Jun 25, 2020 at 17:00

  • If you don’t have any oracle related installation delete inventory folder and double check no left over services. Close everything except installation sometimes installation expects user input to unblock firewall most probably netca to unblock port 1521

    – user12766509

    Jun 26, 2020 at 3:49

  • @Kumar Thank you but as i mentioned i am not familiar with this technology. Can you please guide me more specifically,i mean step wise. Thank you in advance.

    Jun 28, 2020 at 10:19

  • Remove Oracleor Inventory directory in C:\Program Files\Oracle`(caution if there are no other oracle installations other wise edit manually inventory.xml and remove xe home element). From elevated command run services.msc` double check oracle related services are not in invalid state or does not exist(services should be removed with sc delete not registry entries)

    – user12766509

    Jun 29, 2020 at 4:35

1 Answer

There are some issues with XE 18.4 on Windows that lead to stuck or hung installations. These will be fixed in the next major release of XE. Here is what you can try:

  1. Is ORACLE_HOME or TNS_ADMIN set in the environment? Go to a command prompt, type «set». You will need to temporarily unset any such environment variables.

  2. Are you using Windows 10 Home Edition? It is not supported and the installer is not properly checking for it in the Prerequisite check.

  3. Are you using Server 2019? Also not supported with 18.4.

  4. On your network adapter that you are using, check (enable) «Client for Microsoft Networks» and «File and Printer Sharing for Microsoft Networks».

  5. Check to see if Netbios is enabled on your network connection, and enable it if not:
    See this link for more info:

http://ecross.mvps.org/howto/enable-netbios-over-tcp-ip-with-windows.htm

  1. In some cases, antivirus has interfered with an installation. Try disabling anti-virus

  2. Try creating a local user and adding to local administrator group and then log in and install as that user.

answered Sep 21, 2020 at 20:28

Christian Shay's user avatar

1

  • I am using windows 10 Home. I also disabled antivirus while installing it but not works.

    Sep 24, 2020 at 12:52

  • The Overflow Blog
  • Featured on Meta

Linked

Related

Hot Network Questions

  • Calculate NDos-size of given integer

  • Why is the central truss segment of the ISS called S0?

  • Understanding the diffusion error of numerical schemes

  • What would be an appropriate size for an interplanetary bulk cargo ship?

  • What is a safe weight for front rack + luggage for a steel race bike fork?

  • Story ID: Lafferty? Conversation about a condensing/telescoping past

  • What do countries gain from UN peacekeeping deployment?

  • Why does causality imply that the system function is analytic?

  • mv a bunch of files, but ask for each file

  • Electric Dryer Issue: Clothes Damp in Sensor Drying Mode

  • In the UK, can residents leave their gate open taking pavement space?

  • How would a Bayesian define a fair coin?

  • How can I make onboard PC speaker beep on Ubuntu Server 22.04.3 LTS?

  • Copy contents of one file to another using sed

  • How to take good photos of stars out of a cockpit window using the Samsung 21 ultra?

  • What do the notes represent if their relationships are different in different tuning systems?

  • Who coined the term «signal-to-noise ratio» and when did statisticians start using the term «noise» to describe randomness?

  • How to plot railway tracks?

  • In the Spanish-American War (1898), who formally declared war first?

  • Add circles at boundary of cells in voronoi texture

  • Is there a reasonable explanation for why my professor submitted my recommendation letter months early?

  • Is 14.29 volts too strong for a 14V DC chronograph?

  • Closest in meaning to «It isn’t necessary for you to complete this by Tuesday.» — is the question’s answer wrong?

  • Eliminating one variable from two simple polynomial equations

more hot questions

Question feed

Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Если в ходе установки будут какие-то трудности, ошибки — пишите об этом в комментариях, будем вместе разбираться!

Шаг 2. Устанавливаем СУБД Oracle на компьютер

Шаг 3. Настраиваем среду разработки

После завершения установки проверим установилась ли корректно база, для этого:

ПОЗДРАВЛЯЮ БАЗА ORACLE УСПЕШНО УСТАНОВЛЕНА!!!

Но работать в командной строке — это неудобно, поэтому установим беспланую программу Sql developer для подключения и программирования базы.

Спасибо за внимание!

1 / 1 / 0

Регистрация: 29.08.2014

Сообщений: 256

1

05.01.2020, 15:38. Показов 3252. Ответов 4


Студворк — интернет-сервис помощи студентам

Приветствую Вас друзья

Прежде всего поздравить с наступившим 2020 годом, желаю Вам всего всего самого наилучшего.
Прошу Вас о помощи, решил я изучить самую обширную на мой взгляд СУБД ORACLE. И уже столкнулся с проблемой с установкой.
Расскажу Вам по порядку. Когда я проходил курсы по данной программе и она мне очень нравилась но в связи с тем что моей работе использовалась другая СУБД я оставил эту тему. В ходе прохождения курса мой преподаватель, говорил нам что всегда энужна делать образ чистой системы а потом устанавливать Oracle, так как если возникнут проблемы во время работы с данной программой, или программа просто слетит то полностью удалить и установить заново не так то просто. поэтому желательно всегда устанавливать на чистую систему(в то время я изучал Oracle 10 версии).
Я знаю сейчас уже идет 19 версия но я хочу пока научиться работать на старой весрии. Поэтому с официального сайта я скачал Oracle 11 версии. И установил на виртуальной машине VMWare Workstation версии 15.5.1 операционную систему Windows 7 Ultimate (64 bit). Сделал Clone Чистой системы и начал установку. Но не пошло. Во время установки Oracle показывал ошибку что типа мало места на Локальном диске. Потом я скачал с торрента еще одну версию Oracle 11g точно также начала ругаться что не сможет найти соединения. С официального сайта я скачал Oracle 11 Express Edition наконец то она установилась но я так понял она установила не все, так как я не увидел приложения Oracle Database Configuration Asisstant.
Я уже половина ссылок перерыл что дал мне всемогущий Google. Делал все как там сказано. Например перед установкой самой СУБД я установил SQL Developmer и JAVA также изменял параметры учетки Администратора на низкие. Все тщетно.
Пожалуйста расскажите подробно или дайте хотя бы ссылку где в подробностях рассказывается о нормальной установке и создании БД на Oracle 11 версии
Заранее благодарю Вас друзья!!!



0



93 / 71 / 33

Регистрация: 02.08.2015

Сообщений: 202

05.01.2020, 19:34

2



0



Модератор

4214 / 3054 / 582

Регистрация: 21.01.2011

Сообщений: 13,205

06.01.2020, 11:11

3

Цитата
Сообщение от mikkijon
Посмотреть сообщение

так как я не увидел приложения Oracle Database Configuration Asisstant

На XE его нет, поскольку допустима только 1 БД и она создается при инсталляции. Но вообще проще с оф. сайта скачать версию EE (Enterprice Edition), она для обучения бесплатна.

Цитата
Сообщение от orion2014
Посмотреть сообщение

Ставить Oracle на Windows — это моветон.

Это преувеличение. Я с Oracle работаю уже 20 лет и везде он был на Win



0



1 / 1 / 0

Регистрация: 29.08.2014

Сообщений: 256

06.01.2020, 11:48

 [ТС]

4

Grossmeister, У вас есть ссылки или инструкция где сто процентов можно установить Oracle на Windows и создать базу? Желательно на русском языке))) Тем более те ссылки что мне дал Orion2014 установка происходит на серверной операционной системе Linux А як сожалению и Desktop не сильно разбираюсь(Мягко говоря).



0



Модератор

4214 / 3054 / 582

Регистрация: 21.01.2011

Сообщений: 13,205

06.01.2020, 12:04

5

Цитата
Сообщение от mikkijon

У вас есть ссылки или инструкция где сто процентов можно установить Oracle на Windows и создать базу? Желательно на русском языке)

Никаких ссылок и инструкций у меня нет. Я устанавливал много раз, причем разные версии (от 8 до 12) и никаких проблем никогда не возникало (скажем, одно время я преподавал на курсах, так перед каждыми курсами установка на 10-12 компов). Следуешь инструкциям инсталлятора и все. Максимум можно почитать readme, которое идет вместе с инсталлятором.
А вот про русскоязычные источники применительно к Oracle вообще забудь. Лично я не видел ни одного приличного. Не говоря уж о том, что изучать Oracle без документации — это нонсенс, а документация — исключительно на английском.



0



  • Orient nc 3u2pe драйвер windows 7
  • Orient a1061sl драйвер windows 10 скачать
  • Orico bta 508 driver windows 10
  • Orange pi pc установить windows
  • Orico bta 403 driver для windows 10