ORA-06730: TLI Driver: unable to open clone device
Cause: TLI failed to open the Streams clone device associated with the transport provider.
Action: Contact your customer support representative.
解释:ORA-06730是Oracle数据库服务器在尝试针对克隆设备打开连接时出现的一个错误消息。
1.用户可能尝试连接正在使用中的克隆设备。
2.您可能尝试使用拒绝的克隆设备。
3.可能由于某种原因,Linux主机上的tnsnames.ora文件中的配置信息可能不正确。
1.首先,在Linux主机上检查并确保tnsnames.ora文件中给定的克隆设备可供访问。
2.确保用户没有访问正在使用中的克隆设备。
3.确保给定的克隆设备不会被Oracle拒绝访问,例如从操作系统的受限列表中排除它。
4.在Linux主机上杀死任何在给定克隆设备上运行的所有进程,并重新启动所有包含此克隆设备的实例。