Oracle database installer in linux [INS-10102] Installer initialization failed2019 Community Moderator ElectionHow does database indexing work?Get list of all tables in Oracle?How to symlink a file in Linux?How do I change permissions for a folder and all of its subfolders and files in one step in Linux?What are the options for storing hierarchical data in a relational database?How to change the output color of echo in LinuxHow do I copy folder with files to another folder in Unix/Linux?How do I find all files containing specific text on Linux?Java JNI linking multiple librariesHow could set the java.library.path in Linux from I am trying JNI
What will happen if my luggage gets delayed?
Is it a Cyclops number? "Nobody" knows!
When Schnorr signatures are part of Bitcoin will it be possible validate each block with only one signature validation?
Why restrict private health insurance?
Minimizing with differential evolution
Is a piano played in the same way as a harmonium?
Are all players supposed to be able to see each others' character sheets?
How to check whether module is loaded with custom configurations?
Do items de-spawn?
Recommendation letter by significant other if you worked with them professionally?
Having the player face themselves after the mid-game
School performs periodic password audits. Is my password compromised?
Can't make sense of a paragraph from Lovecraft
Is this Paypal Github SDK reference really a dangerous site?
For which categories of spectra is there an explicit description of the fibrant objects via lifting properties?
What problems would a superhuman have who's skin is constantly hot?
Source permutation
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
Is it possible to find 2014 distinct positive integers whose sum is divisible by each of them?
Conservation of Mass and Energy
Specifying a starting column with colortbl package and xcolor
How do we create new idioms and use them in a novel?
How many characters using PHB rules does it take to be able to have access to any PHB spell at the start of an adventuring day?
Oracle database installer in linux [INS-10102] Installer initialization failed
2019 Community Moderator ElectionHow does database indexing work?Get list of all tables in Oracle?How to symlink a file in Linux?How do I change permissions for a folder and all of its subfolders and files in one step in Linux?What are the options for storing hierarchical data in a relational database?How to change the output color of echo in LinuxHow do I copy folder with files to another folder in Unix/Linux?How do I find all files containing specific text on Linux?Java JNI linking multiple librariesHow could set the java.library.path in Linux from I am trying JNI
i am trying to install oracle database in red hat enterprise linux
and once i run the installer using:
[oracle@linux database]$ ./runInstaller
the OUI shows the message:
[INS-10102] Installer initialization failed.
Cause - An unexpected error occurred while initializing the Installer.
Action - Contact Oracle Support Services or refer logs Summary
- [INS-10012] Setup driver initialization failed.
- no oraInstaller in java.library.path
the log file shows this
ID: oracle.install.commons.util.exception.AbstractErrorAdvisor:8
oracle.install.commons.base.driver.common.InstallerException: [INS-10102] Installer initialization failed.
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:534)
at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:133)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:139)
at oracle.install.commons.util.Application.startup(Application.java:1072)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:198)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:566)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:127)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:165)
Caused by: oracle.install.commons.base.driver.common.SetupDriverException: [INS-10012] Setup driver initialization failed.
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:431)
at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:289)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:516)
... 8 more
Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:380)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:128)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreamsForLog(OiicPullSession.java:5382)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreams(OiicPullSession.java:5482)
at oracle.sysman.oii.oiic.OiicAPIInstaller.initInstallEnvironment(OiicAPIInstaller.java:506)
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:422)
... 10 more
here is a Screen shot for the error
linux database oracle redhat database-installation
New contributor
add a comment |
i am trying to install oracle database in red hat enterprise linux
and once i run the installer using:
[oracle@linux database]$ ./runInstaller
the OUI shows the message:
[INS-10102] Installer initialization failed.
Cause - An unexpected error occurred while initializing the Installer.
Action - Contact Oracle Support Services or refer logs Summary
- [INS-10012] Setup driver initialization failed.
- no oraInstaller in java.library.path
the log file shows this
ID: oracle.install.commons.util.exception.AbstractErrorAdvisor:8
oracle.install.commons.base.driver.common.InstallerException: [INS-10102] Installer initialization failed.
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:534)
at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:133)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:139)
at oracle.install.commons.util.Application.startup(Application.java:1072)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:198)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:566)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:127)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:165)
Caused by: oracle.install.commons.base.driver.common.SetupDriverException: [INS-10012] Setup driver initialization failed.
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:431)
at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:289)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:516)
... 8 more
Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:380)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:128)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreamsForLog(OiicPullSession.java:5382)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreams(OiicPullSession.java:5482)
at oracle.sysman.oii.oiic.OiicAPIInstaller.initInstallEnvironment(OiicAPIInstaller.java:506)
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:422)
... 10 more
here is a Screen shot for the error
linux database oracle redhat database-installation
New contributor
i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears
– Mohammad Nagah
Mar 7 at 5:25
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 7 at 9:34
add a comment |
i am trying to install oracle database in red hat enterprise linux
and once i run the installer using:
[oracle@linux database]$ ./runInstaller
the OUI shows the message:
[INS-10102] Installer initialization failed.
Cause - An unexpected error occurred while initializing the Installer.
Action - Contact Oracle Support Services or refer logs Summary
- [INS-10012] Setup driver initialization failed.
- no oraInstaller in java.library.path
the log file shows this
ID: oracle.install.commons.util.exception.AbstractErrorAdvisor:8
oracle.install.commons.base.driver.common.InstallerException: [INS-10102] Installer initialization failed.
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:534)
at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:133)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:139)
at oracle.install.commons.util.Application.startup(Application.java:1072)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:198)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:566)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:127)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:165)
Caused by: oracle.install.commons.base.driver.common.SetupDriverException: [INS-10012] Setup driver initialization failed.
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:431)
at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:289)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:516)
... 8 more
Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:380)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:128)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreamsForLog(OiicPullSession.java:5382)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreams(OiicPullSession.java:5482)
at oracle.sysman.oii.oiic.OiicAPIInstaller.initInstallEnvironment(OiicAPIInstaller.java:506)
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:422)
... 10 more
here is a Screen shot for the error
linux database oracle redhat database-installation
New contributor
i am trying to install oracle database in red hat enterprise linux
and once i run the installer using:
[oracle@linux database]$ ./runInstaller
the OUI shows the message:
[INS-10102] Installer initialization failed.
Cause - An unexpected error occurred while initializing the Installer.
Action - Contact Oracle Support Services or refer logs Summary
- [INS-10012] Setup driver initialization failed.
- no oraInstaller in java.library.path
the log file shows this
ID: oracle.install.commons.util.exception.AbstractErrorAdvisor:8
oracle.install.commons.base.driver.common.InstallerException: [INS-10102] Installer initialization failed.
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:534)
at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:133)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:139)
at oracle.install.commons.util.Application.startup(Application.java:1072)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:198)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:566)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:127)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:165)
Caused by: oracle.install.commons.base.driver.common.SetupDriverException: [INS-10012] Setup driver initialization failed.
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:431)
at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:289)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:516)
... 8 more
Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:380)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:128)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreamsForLog(OiicPullSession.java:5382)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreams(OiicPullSession.java:5482)
at oracle.sysman.oii.oiic.OiicAPIInstaller.initInstallEnvironment(OiicAPIInstaller.java:506)
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:422)
... 10 more
here is a Screen shot for the error
linux database oracle redhat database-installation
linux database oracle redhat database-installation
New contributor
New contributor
New contributor
asked Mar 7 at 5:23
Mohammad NagahMohammad Nagah
1
1
New contributor
New contributor
i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears
– Mohammad Nagah
Mar 7 at 5:25
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 7 at 9:34
add a comment |
i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears
– Mohammad Nagah
Mar 7 at 5:25
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 7 at 9:34
i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears
– Mohammad Nagah
Mar 7 at 5:25
i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears
– Mohammad Nagah
Mar 7 at 5:25
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 7 at 9:34
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 7 at 9:34
add a comment |
1 Answer
1
active
oldest
votes
the problem is solved by installing libnsl.so.1 using :
#dnf install libnsl
i did understand the issue using this site :
https://javarevisited.blogspot.com/2012/03/javalangunsatisfiedlinkerror-no-dll-in.html#axzz5hSglKlPs
New contributor
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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
);
);
Mohammad Nagah is a new contributor. Be nice, and check out our Code of Conduct.
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%2fstackoverflow.com%2fquestions%2f55036608%2foracle-database-installer-in-linux-ins-10102-installer-initialization-failed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
the problem is solved by installing libnsl.so.1 using :
#dnf install libnsl
i did understand the issue using this site :
https://javarevisited.blogspot.com/2012/03/javalangunsatisfiedlinkerror-no-dll-in.html#axzz5hSglKlPs
New contributor
add a comment |
the problem is solved by installing libnsl.so.1 using :
#dnf install libnsl
i did understand the issue using this site :
https://javarevisited.blogspot.com/2012/03/javalangunsatisfiedlinkerror-no-dll-in.html#axzz5hSglKlPs
New contributor
add a comment |
the problem is solved by installing libnsl.so.1 using :
#dnf install libnsl
i did understand the issue using this site :
https://javarevisited.blogspot.com/2012/03/javalangunsatisfiedlinkerror-no-dll-in.html#axzz5hSglKlPs
New contributor
the problem is solved by installing libnsl.so.1 using :
#dnf install libnsl
i did understand the issue using this site :
https://javarevisited.blogspot.com/2012/03/javalangunsatisfiedlinkerror-no-dll-in.html#axzz5hSglKlPs
New contributor
New contributor
answered Mar 7 at 6:11
Mohammad NagahMohammad Nagah
1
1
New contributor
New contributor
add a comment |
add a comment |
Mohammad Nagah is a new contributor. Be nice, and check out our Code of Conduct.
Mohammad Nagah is a new contributor. Be nice, and check out our Code of Conduct.
Mohammad Nagah is a new contributor. Be nice, and check out our Code of Conduct.
Mohammad Nagah is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55036608%2foracle-database-installer-in-linux-ins-10102-installer-initialization-failed%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
i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears
– Mohammad Nagah
Mar 7 at 5:25
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 7 at 9:34