http://rpm.pbone.net/ 包的下载地址
oracap@sigma:/home/oracap$ $ORACLE_HOME/bin/dbca
UnsatisfiedLinkError exception loading native library: njni10
Exception in thread "main" java.lang.UnsatisfiedLinkError: get
at oracle.net.common.NetGetEnv.get(Native Method)
at oracle.net.config.Config.getNetDir(Unknown Source)
at oracle.net.config.Config.initConfig(Unknown Source)
at oracle.net.config.Config.<init>(Unknown Source)
at oracle.sysman.assistants.util.NetworkUtils.<init>(NetworkUtils.java:207)
at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext
To resolve the problem, perform the following actions:
1) Install the following missing (required) Linux packages:
glibc-32bit-8.1-9
glibc-devel-32bit-8.1-9
2) Run the following command to relink the oracle executables:
$ORACLE_HOME/bin/relink all
3) Check the output to check that the errors have been resolved