DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
When processing data, users want to have access to non-tabular (not stored in cache structures) data. Example of such data is application attributes - an associative array specified on an application side. Usage scenarios:
CacheInterceptor extracts the user from the attributes and saves it along with data).QuerySqlFunction use the same parameter and it is convenient to take it from the attributes, rather than transfer it separately to each function).Another examples of non-tabular data that can be accessed is are SecuritySubject, UserAttributes and current Transaction.
...
QuerySqlFunction, CacheInterceptor)....
ServiceCallContext helps solve similar problems, but has several limitations. The main one is that it is only available in calls via the IgniteService API and cannot be used for single SQL queriesoperations or transactions.UserAttributes - allows to set user attributes, but the attribute values are fixed for the entire lifetime of the connection....
// Links to discussions on the devlist, if applicable.
[4] https://torofimofu.blogspot.com/2014/05/oracle.html
[5] https://docs.oracle.com/database/121/JJDBC/jdbcvers.htm#BABDAEEC
// Links or report with relevant JIRA tickets.