Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Oracle 12C数据库到配置单元的链接_Oracle_Hive_Dblink - Fatal编程技术网

Oracle 12C数据库到配置单元的链接

Oracle 12C数据库到配置单元的链接,oracle,hive,dblink,Oracle,Hive,Dblink,在本文之后,我创建了一个到Hive的数据库链接 isql工作正常,但在SQL*中,我得到一个错误: ERROR at line 1: ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [ 以下是跟踪日志: -------------------------------------------- Entered hgopoer at 2017/05/19-03:08:29 hgopoe

在本文之后,我创建了一个到Hive的数据库链接

isql工作正常,但在SQL*中,我得到一个错误:

ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
[
以下是跟踪日志:

--------------------------------------------
Entered hgopoer at 2017/05/19-03:08:29
hgopoer, line 240: got native error 10210 and sqlstate H; message follows...
[
Exiting hgopoer, rc=0 at 2017/05/19-03:08:29
hgolgon, line 202: calling SQLSetConnectAttr got sqlstate H
Exiting hgolgon, rc=28500 at 2017/05/19-03:08:29 with error ptr FILE:hgolgon.c LINE:202 ID:Connection Attribute: TRACE
hostmstr:          0: HOA After hoalgon
RPC Calling nscontrol(0), rc=0

这看起来不像来自Cloudera ODBC驱动程序的跟踪日志,参见。此外,还表明
10210
消息只是一个警告;它掩盖了实际的错误,因为Oracle无法显示整个堆栈(因此您必须从ODBC跟踪中获取错误),或者SQL*Plus仅因警告而失败(在这种情况下,请尝试使用其他工具,例如Oracle SQL Developer),您也可以尝试将配置文件与我为商业版编写的教程进行比较。免责声明:我为进步而工作。
--------------------------------------------
Entered hgopoer at 2017/05/19-03:08:29
hgopoer, line 240: got native error 10210 and sqlstate H; message follows...
[
Exiting hgopoer, rc=0 at 2017/05/19-03:08:29
hgolgon, line 202: calling SQLSetConnectAttr got sqlstate H
Exiting hgolgon, rc=28500 at 2017/05/19-03:08:29 with error ptr FILE:hgolgon.c LINE:202 ID:Connection Attribute: TRACE
hostmstr:          0: HOA After hoalgon
RPC Calling nscontrol(0), rc=0