dblink_ora_record() v17
The dblink_ora_record() function retrieves information from a database. The signature is:
dblink_ora_record(<conn_name>, <query_text>)
Where:
conn_namespecifies the name of the link.query_textspecifies the text of the SQLSELECTstatement invoked on the Oracle server.
The function returns a SETOF record.