How to set context variable from database
问题 I'm trying to set a context variable from a row in a oracle database. I have the table in the database already set up like so: key | variable name | BigDecimal I also have created a BigDecimal context variable. How do I link the context variable to the database so it can be used in a SQL query? 回答1: If you have a table with schema (variable_name, variable_value) and each row id dedicated to a single job, then I recommand you to add a third column so it will be (variable_name, variable_value,