TRY_READ_ORACLE
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
TRY_READ_ORACLE behaves similarly to READ_ORACLE but in case of connection or other problems returns null instead of failing with a runtime error after retries are exhausted.
Syntax
TRY_READ_ORACLE[<type>](database, schema, table,
cache := <default interval>,
retries := <default int>, retry_interval := <default interval>)