Home  >  Article  >  Database  >  解决 CentOS 4.8 创建 Oracle 10g 的数据库报错 ORA-12547

解决 CentOS 4.8 创建 Oracle 10g 的数据库报错 ORA-12547

WBOY
WBOYOriginal
2016-06-07 17:05:331224browse

在Linux上安装Oracle 10g,我用的是CentOS 4.8,所有步骤都做了,是可以安装Oracle的,但是在创建数据库的是总是报错ORA-12547.

在Linux上安装Oracle 10g,我用的是CentOS 4.8,所有步骤都做了,是可以安装Oracle的,但是在创建数据库的是总是报错ORA-12547.

使用 dbca 创建新的数据库,,报错:ORA-12547: TNS: lost contact

原因是未安装 libaio 包,因为 CentOS 4.x 默认是不安装的。

注意: db2 和 sybase 支持异步IO也需要安装此包。

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn