You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT * FROM
dblink.query('server_oracle','select owner, object_name, object_id, created from dba_objects where rownum < 10')
as t(c1 text, c2 text, c3 integer, c4 timestamp);
pg: 15
oracle:12c
SELECT * FROM
dblink.query('server_oracle','select owner, object_name, object_id, created from dba_objects where rownum < 10')
as t(c1 text, c2 text, c3 integer, c4 timestamp);
SYS .xdk_version_12.2.0.1.0_production 58117 2019-03-28 00:00:00 <========= 00:00:00 !! truncated!
SYS ACCESS$ 84 2019-03-28 00:00:00
SYS ACLMV$ 606 2019-03-28 00:00:00
SYS ACLMV$_BASE_VIEW 8182 2019-03-28 00:00:00
SYS ACLMV$_MVINFO 8181 2019-03-28 00:00:00
SYS ACLMV$_REFLOG 612 2019-03-28 00:00:00
SYS ACLMVREFSTAT$ 610 2019-03-28 00:00:00
SYS ACLMVSUBTBL$ 608 2019-03-28 00:00:00
SYS ADD_NUMBER_DEFINER 591051 2019-04-09 00:00:00
The text was updated successfully, but these errors were encountered: