ITPUB论坛 » Oracle入门与认证 » AIX建库DBCA错误!!!!
新一届的微软MVP评选已经开始,欢迎各位推荐!
2008-8-7 15:29 saintfl
AIX建库DBCA错误!!!!

[size=4]aix5.3.6装10G
DBCA建库出了个讨厌的问题,没有在网上找到实际的解决办法,麻烦给出给看看
[color=Red]ORA-12547: TNS:lost contact [/color][/size]

2008-8-7 16:17 saintfl
有人知道怎么解决吗?

2008-8-7 16:18 shahand
Try to configure listener first.

2008-8-7 16:24 saintfl
listener重新建过了,还是没解决。
还有什么办法吗?

2008-8-7 19:11 shahand
回复 #4 saintfl 的帖子

Check the logs , including dbca trace files and listener.log.  :)

Apply the patch then create database if bugs.  :)

2008-8-8 16:21 小虫08
把你PFILE里的参数先去掉

2008-8-12 11:53 eagle198699
The ORA-12547 can occur when connecting to an Oracle database on an   
IBM RS6000/AIX if asynchronous i/o is not available.

To make asynchronous i/o available, execute the following commands:   
   
1.  su root   
2.  #mkdev -l aio0   
3.  #smit aio   
  - Select the 'Configure Defined Asynchronous I/O'   
    This should allow you to start using Asyncronous I/O. you should be   
    able to invoke sqldba right after this.   
4.  #smit aio   
  - Select 'Change / Show Characteristics of Asynchronouse I/O'   
  - Change the field 'State to be configured at system restart' from   
    from 'defined' to 'available'.   
    This way, any time you reboot your system the Asynchronous I/O will   
    be available.

2008-8-20 11:38 cqh_2008
异步io没有启用导致

The ORA-12547 can occur when connecting to an Oracle database on an   
IBM RS6000/AIX if asynchronous i/o is not available.

To make asynchronous i/o available, execute the following commands:   
   
1.  su root   
2.  #mkdev -l aio0   
3.  #smit aio   
  - Select the 'Configure Defined Asynchronous I/O'   
    This should allow you to start using Asyncronous I/O. you should be   
    able to invoke sqldba right after this.   
4.  #smit aio   
  - Select 'Change / Show Characteristics of Asynchronouse I/O'   
  - Change the field 'State to be configured at system restart' from   
    from 'defined' to 'available'.   
    This way, any time you reboot your system the Asynchronous I/O will   
    be available.

页: [1]


Powered by ITPUB论坛