dblink_ora_record() v13

The dblink_ora_record() function retrieves information from a database. The signature is:

dblink_ora_record(<conn_name>, <query_text>)

Where:

  • conn_name specifies the name of the link.

  • query_text specifies the text of the SQL SELECT statement that will be invoked on the Oracle server.

The function returns a SETOF record.