Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle 12c 32 bit Client failure

1031185Aug 6 2013 — edited Aug 6 2013

All,

I am trying to install the Oracle 12c 32 bit on Windows XP and it fails. It does the initial check and then fails. It posts the following error to the temporary installation directory. I have no clue what is trying to tell me.

Exception in thread "main" java.lang.UnsatisfiedLinkError: oracle.ops.mgmt.nativesystem.WindowsNative.RegKeyExists(Ljava/lang/String;Ljava/lang/String;Loracle/ops/mgmt/nativesystem/NativeResult;Ljava/lang/String;)Z

at oracle.ops.mgmt.nativesystem.WindowsNative.RegKeyExists(Native Method)

at oracle.ops.mgmt.nativesystem.WindowsSystem.regKeyExists(WindowsSystem.java:1288)

at oracle.ops.mgmt.nativesystem.WindowsSystem.isCRSConfigured(WindowsSystem.java:1640)

at oracle.ops.mgmt.nativesystem.WindowsSystem.isCRSConfigured(WindowsSystem.java:1610)

at oracle.cluster.deployment.ClusterwareInfo.isHAConfigured(ClusterwareInfo.java:916)

at oracle.ops.verification.framework.util.VerificationUtil.isHAConfigured(VerificationUtil.java:3611)

at oracle.ops.verification.framework.util.VerificationUtil.validateCmdLineExecEnvironment(VerificationUtil.java:6470)

at oracle.ops.verification.framework.util.VerificationUtil.getExecutionEnvironment(VerificationUtil.java:6441)

at oracle.cluster.verification.ClusterVerification.<init>(ClusterVerification.java:317)

at oracle.cluster.verification.ClusterVerification.getInstance(ClusterVerification.java:414)

at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:376)

at oracle.install.ivw.client.driver.ClientSetupDriver.load(ClientSetupDriver.java:147)

at oracle.install.commons.base.driver.common.Installer.run(Installer.java:306)

at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:106)

at oracle.install.commons.util.Application.startup(Application.java:921)

at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)

at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)

at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:355)

at oracle.install.ivw.client.driver.ClientInstaller.startup(ClientInstaller.java:89)

at oracle.install.ivw.client.driver.ClientInstaller.main(ClientInstaller.java:99)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 3 2013
Added on Aug 6 2013
1 comment
6,560 views