windows 10 installing oracle client 12c or 18c hanging at step1Installing an Oracle DBinstalling Oracle Instant Client 10.2 on SolarisOracle 11g + Nginx + php-fpmSSIS on W2K8 R2, SQL Server 2008 SP2 and OracleOracle performance after rebuild TEMPInstalling Oracle 32bit and 64bit client on the same machineServer becomes unresponsiveRegistering oracle 10g db with 12c gridPersist alter session set “_ORACLE_SCRIPT”=true; in Oracle 12cOracle 12c database size increase at a high rate
Method Does Not Exist error message
Should I tell management that I intend to leave due to bad software development practices?
How can saying a song's name be a copyright violation?
Can I run a new neutral wire to repair a broken circuit?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
Why didn't Miles's spider sense work before?
Different meanings of こわい
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
Is it logically or scientifically possible to artificially send energy to the body?
How do I gain back my faith in my PhD degree?
Which is the best way to check return result?
Plagiarism or not?
How do conventional missiles fly?
In 'Revenger,' what does 'cove' come from?
Unable to supress ligatures in headings which are set in Caps
What method can I use to design a dungeon difficult enough that the PCs can't make it through without killing them?
Alternative to sending password over mail?
Determining Impedance With An Antenna Analyzer
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
Is "remove commented out code" correct English?
Why didn't Boeing produce its own regional jet?
What's the in-universe reasoning behind sorcerers needing material components?
Valid term from quadratic sequence?
Madden-Julian Oscillation (MJO) - How to interpret the index?
windows 10 installing oracle client 12c or 18c hanging at step1
Installing an Oracle DBinstalling Oracle Instant Client 10.2 on SolarisOracle 11g + Nginx + php-fpmSSIS on W2K8 R2, SQL Server 2008 SP2 and OracleOracle performance after rebuild TEMPInstalling Oracle 32bit and 64bit client on the same machineServer becomes unresponsiveRegistering oracle 10g db with 12c gridPersist alter session set “_ORACLE_SCRIPT”=true; in Oracle 12cOracle 12c database size increase at a high rate
I am trying to install Oracle Client version 12c or 18c. I have tried both of the installers, and once I click next, it hangs and won't proceed any further. Same thing happens on both of the setup files. I have removed Antivirus and check the installers on a server and confirmed it works.
What other thing can go wrong with these things, could anyone give us ideas please?
Thank you!
oracle windows-10
add a comment |
I am trying to install Oracle Client version 12c or 18c. I have tried both of the installers, and once I click next, it hangs and won't proceed any further. Same thing happens on both of the setup files. I have removed Antivirus and check the installers on a server and confirmed it works.
What other thing can go wrong with these things, could anyone give us ideas please?
Thank you!
oracle windows-10
add a comment |
I am trying to install Oracle Client version 12c or 18c. I have tried both of the installers, and once I click next, it hangs and won't proceed any further. Same thing happens on both of the setup files. I have removed Antivirus and check the installers on a server and confirmed it works.
What other thing can go wrong with these things, could anyone give us ideas please?
Thank you!
oracle windows-10
I am trying to install Oracle Client version 12c or 18c. I have tried both of the installers, and once I click next, it hangs and won't proceed any further. Same thing happens on both of the setup files. I have removed Antivirus and check the installers on a server and confirmed it works.
What other thing can go wrong with these things, could anyone give us ideas please?
Thank you!
oracle windows-10
oracle windows-10
asked Jul 5 '18 at 3:16
rlee923rlee923
1114
1114
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I had a look in the installation log under C:Program Files (x86)OracleInventorylogsinstallActions<CurrentDate_Time>.log
It was stuck on the step:
INFO: Checking whether the IP address of the localhost could be
determined...
After a lot of playing around with hosts files, etc. I ended up disabling EVERY network adapter visible in Windows 10. Installation went off without a hitch from that point. I re-enabled the needed adapter(s) following the Install step.
1
Thanks for the answer. I had the same issue, and disabling every network alone did not work. I then run the "Network reset" under "network and internet settings" and then it worked.
– Darrelk
Sep 5 '18 at 8:02
add a comment |
I tried disabling all of my network adapters (as suggested by N Dattler) and this did not solve my issue. In desperation I started trying out different command-line parameters and I think I found the right one. It worked for me both times I tested it:
setup.exe -ignoreprereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"
I tried removing either of those parameters, but it only worked with both in place. Both seem innocent enough and the proof is that now I have a fully functional Oracle 12c client install.
P.S. Don't forget to open the command prompt window as Administrator (right click and select Run as Administrator).
New contributor
Christian R. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f919519%2fwindows-10-installing-oracle-client-12c-or-18c-hanging-at-step1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had a look in the installation log under C:Program Files (x86)OracleInventorylogsinstallActions<CurrentDate_Time>.log
It was stuck on the step:
INFO: Checking whether the IP address of the localhost could be
determined...
After a lot of playing around with hosts files, etc. I ended up disabling EVERY network adapter visible in Windows 10. Installation went off without a hitch from that point. I re-enabled the needed adapter(s) following the Install step.
1
Thanks for the answer. I had the same issue, and disabling every network alone did not work. I then run the "Network reset" under "network and internet settings" and then it worked.
– Darrelk
Sep 5 '18 at 8:02
add a comment |
I had a look in the installation log under C:Program Files (x86)OracleInventorylogsinstallActions<CurrentDate_Time>.log
It was stuck on the step:
INFO: Checking whether the IP address of the localhost could be
determined...
After a lot of playing around with hosts files, etc. I ended up disabling EVERY network adapter visible in Windows 10. Installation went off without a hitch from that point. I re-enabled the needed adapter(s) following the Install step.
1
Thanks for the answer. I had the same issue, and disabling every network alone did not work. I then run the "Network reset" under "network and internet settings" and then it worked.
– Darrelk
Sep 5 '18 at 8:02
add a comment |
I had a look in the installation log under C:Program Files (x86)OracleInventorylogsinstallActions<CurrentDate_Time>.log
It was stuck on the step:
INFO: Checking whether the IP address of the localhost could be
determined...
After a lot of playing around with hosts files, etc. I ended up disabling EVERY network adapter visible in Windows 10. Installation went off without a hitch from that point. I re-enabled the needed adapter(s) following the Install step.
I had a look in the installation log under C:Program Files (x86)OracleInventorylogsinstallActions<CurrentDate_Time>.log
It was stuck on the step:
INFO: Checking whether the IP address of the localhost could be
determined...
After a lot of playing around with hosts files, etc. I ended up disabling EVERY network adapter visible in Windows 10. Installation went off without a hitch from that point. I re-enabled the needed adapter(s) following the Install step.
edited Aug 8 '18 at 23:15
alexander.polomodov
1,0623712
1,0623712
answered Aug 8 '18 at 18:21
N DattlerN Dattler
312
312
1
Thanks for the answer. I had the same issue, and disabling every network alone did not work. I then run the "Network reset" under "network and internet settings" and then it worked.
– Darrelk
Sep 5 '18 at 8:02
add a comment |
1
Thanks for the answer. I had the same issue, and disabling every network alone did not work. I then run the "Network reset" under "network and internet settings" and then it worked.
– Darrelk
Sep 5 '18 at 8:02
1
1
Thanks for the answer. I had the same issue, and disabling every network alone did not work. I then run the "Network reset" under "network and internet settings" and then it worked.
– Darrelk
Sep 5 '18 at 8:02
Thanks for the answer. I had the same issue, and disabling every network alone did not work. I then run the "Network reset" under "network and internet settings" and then it worked.
– Darrelk
Sep 5 '18 at 8:02
add a comment |
I tried disabling all of my network adapters (as suggested by N Dattler) and this did not solve my issue. In desperation I started trying out different command-line parameters and I think I found the right one. It worked for me both times I tested it:
setup.exe -ignoreprereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"
I tried removing either of those parameters, but it only worked with both in place. Both seem innocent enough and the proof is that now I have a fully functional Oracle 12c client install.
P.S. Don't forget to open the command prompt window as Administrator (right click and select Run as Administrator).
New contributor
Christian R. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I tried disabling all of my network adapters (as suggested by N Dattler) and this did not solve my issue. In desperation I started trying out different command-line parameters and I think I found the right one. It worked for me both times I tested it:
setup.exe -ignoreprereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"
I tried removing either of those parameters, but it only worked with both in place. Both seem innocent enough and the proof is that now I have a fully functional Oracle 12c client install.
P.S. Don't forget to open the command prompt window as Administrator (right click and select Run as Administrator).
New contributor
Christian R. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I tried disabling all of my network adapters (as suggested by N Dattler) and this did not solve my issue. In desperation I started trying out different command-line parameters and I think I found the right one. It worked for me both times I tested it:
setup.exe -ignoreprereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"
I tried removing either of those parameters, but it only worked with both in place. Both seem innocent enough and the proof is that now I have a fully functional Oracle 12c client install.
P.S. Don't forget to open the command prompt window as Administrator (right click and select Run as Administrator).
New contributor
Christian R. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I tried disabling all of my network adapters (as suggested by N Dattler) and this did not solve my issue. In desperation I started trying out different command-line parameters and I think I found the right one. It worked for me both times I tested it:
setup.exe -ignoreprereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"
I tried removing either of those parameters, but it only worked with both in place. Both seem innocent enough and the proof is that now I have a fully functional Oracle 12c client install.
P.S. Don't forget to open the command prompt window as Administrator (right click and select Run as Administrator).
New contributor
Christian R. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Christian R. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 days ago
Christian R.Christian R.
1
1
New contributor
Christian R. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Christian R. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Christian R. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f919519%2fwindows-10-installing-oracle-client-12c-or-18c-hanging-at-step1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown