AIX7.1(7100-03-04)安装Oracle12c后,dbca建库时报错

$ dbcaUnsatisfiedLinkError exception loading native library: njni12java.lang.UnsatisfiedLinkError: njni12 (rtld: 0712-001 Symbol CreateIoCompletionPort was referenced      from module /database/db/product/11.2.0/db/lib/libnjni12.s...显示全部

$ dbca

UnsatisfiedLinkError exception loading native library: njni12

java.lang.UnsatisfiedLinkError: njni12 (rtld: 0712-001 Symbol CreateIoCompletionPort was referenced

      from module /database/db/product/11.2.0/db/lib/libnjni12.so(), but a runtime definition

      of the symbol was not found.

rtld: 0712-001 Symbol GetMultipleCompletionStatus was referenced

      from module /database/db/product/11.2.0/db/lib/libnjni12.so(), but a runtime definition

      of the symbol was not found.

rtld: 0712-002 fatal error: exiting.)

Exception in thread "main" java.lang.UnsatisfiedLinkError: oracle/net/common/NetGetEnv.get(Ljava/lang/String;)Ljava/lang/String;

        at oracle.net.config.Config.getNetDir(Unknown Source)

        at oracle.net.config.Config.initConfig(Unknown Source)

        at oracle.net.config.Config.(Unknown Source)

        at oracle.sysman.assistants.util.NetworkUtils.(NetworkUtils.java:298)

        at oracle.sysman.assistants.util.step.StepContext.(StepContext.java:388)

        at oracle.sysman.assistants.dbca.backend.Host.(Host.java:1055)

        at oracle.sysman.assistants.dbca.backend.Host.(Host.java:1048)

        at oracle.sysman.assistants.dbca.wizard.UIHost.(UIHost.java:241)

        at oracle.sysman.assistants.dbca.wizard.InteractiveHost.getInstance(InteractiveHost.java:78)

        at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:208)

        at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:121)

        at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:226)

收起
参与11

查看其它 2 个回答xychong123的回答

xychong123xychong123数据库管理员IT

SOLUTION:

The solution, as described in Doc ID 1949184.1 is actually a very simple one, all you need to do is enable to IOCP (I/O Completion Ports). The steps to do that are:

1.

Log in as root and run the following command:
# smitty iocp
Select Change / Show Characteristics of I/O Completion Ports.

2.
Change configured state at system restart from Defined to Available.
Restart the machine

3.
Run the lsdev command to confirm the IOCP status is set to Available:

$ lsdev | grep iocp

iocp0 Available I/O Completion Ports

4.

Relink Oracle Home. In order to do that, connect with the Oracle software owner user and then:

Set the ORACLE_HOME environment variableExecute $ORACLE_HOME/bin/relink all

5.

That\'s it ! Now the \"dbca\" and \"dbua\" runs successfuly

互联网服务 · 2016-03-15
浏览5750

回答者

xychong123
数据库管理员IT
擅长领域: 数据库前置系统服务器

xychong123 最近回答过的问题

回答状态

  • 发布时间:2016-03-15
  • 关注会员:4 人
  • 回答浏览:5750
  • X社区推广