暂无图片
rhel8安装数据库后使用dbca建库提示空指针
最近更新:2022-11-11 11:13:47

适用范围

redhat8安装oracle19c

问题概述

在redhat8以上安装oracle19c后,使用dbca建库,dbca打开后提示空指针,建库不成功。

image.png

cat $ORACLE_BASE/cfgtoollogs/dbca/trace.log_2022-10-03_12-43-10PM

[DBCreationMode.flowWorker] [ 2022-10-03 12:43:27.956 CST ] [sVerificationUtil.getUniqueDistributionID:588] Successfully executed command: '/bin/sh -c /bin/rpm -q --whatprovides --qf %{V} redhat-release' [DBCreationMode.flowWorker] [ 2022-10-03 12:43:27.956 CST ] [sVerificationUtil.getUniqueDistributionID:609] The command output is: '8.6'

......