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' )

Arguments#

connection_name

Is the name of the connection to return trusted connection salt from.

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;

See also#