如何用Oracle调用外部的C过程?
可有谁试过用Oracle调用外部的C过程,小弟这几天照机械工业出版社编写的Oracle8 PL/SQL程序设计一书中所用的方法尝试,均报错,错误信息为ORA-28575,请各位大虾拉小弟一把,不胜感激.
Email:wangyanx@sina.com
问题点数:50、回复次数:3Top
1 楼cxgtommy(Tommy)回复于 2000-06-15 11:54:00 得分 50
这是我查到的文档。你说的是远程调用吧?
Oracle Product Document Library (C) Oracle Corporation
Manual: ORACLE 8.1.5 SERVER CODES Reference: A67785-01
ORA-28575 unable to open RPC connection to external procedure agent
Cause: Initialization of a network connection to the external procedure agent did not succeed. This problem can be caused by network problems, incorrect listener configuration, or incorrect transfer code.
Action: Check listener configuration in LISTENER.ORA and TNSNAMES.ORA, or check Oracle Names Server.
关注。
Top
2 楼lookfar(人众人)回复于 2000-06-16 12:59:00 得分 0
cxgtommy,你好,请问你是在哪查到这个消息的Top
3 楼cxgtommy(Tommy)回复于 2000-06-16 14:13:00 得分 0
oracle的文档啊。
:)Top




