DBA Data[Home] [Help]

MDSYS.SDO_NET dependencies on SDO_NET_UPD_HIST_TBL

Line 1117: link_change_history OUT SDO_NET_UPD_HIST_TBL)

1113: -- for the given network and link level, get updates between the given
1114: -- timestamp and the current largest timestamp recorded
1115: FUNCTION db_sync_get_update(network IN VARCHAR2, last_get_time IN TIMESTAMP,
1116: node_change_history OUT SDO_NET_UPD_HIST_NTBL,
1117: link_change_history OUT SDO_NET_UPD_HIST_TBL)
1118: RETURN TIMESTAMP;
1119:
1120: -- the variant using the cursor to facilitate the calls made by JDBC
1121: FUNCTION db_sync_get_update(network IN VARCHAR2, last_get_time IN TIMESTAMP,