QUA_CONNECTIONSHUFFLEKEY
Contents
QUA_CONNECTIONSHUFFLEKEY#
Gets the trusted connection salt from the connection. This function is commonly used in conjunction with QUA_SHUFFLE and QUA_DESHUFFLE functions.
Syntax#
QUA_CONNECTIONSHUFFLEKEY ( 'connection_name' )
Return types#
Returns an int value of the designated trusted connection salt, if the calling user has the necessary permission to obtain that information.
Examples#
SELECT qua_connectionshufflekey('oracle_connection') as id;