ALTER SESSION SET
ALTER SESSION SET <parameter_name>=<parameter_value>Paremeter name
Values
Alter Session Examples
CURRENT_DATABASE
ALTER SESSION SET CURRENT_DATABASE='owned_database'; ALTER SESSION SET CURRENT_DATABASE='information_schema';
TException - service has thrown: TDBException(error_msg=Unauthorized access:
user test is not allowed to access database information_schema.)ALTER SESSION SET CURRENT_DATABASE='not_existent_db';
TException - service has thrown: TDBException(error_msg=Database name
not_existent_db does not exist.)EXECUTOR_DEVICE
Last updated
Was this helpful?

