ALTER SESSION
ALTER SESSION#
Syntax#
close_database_link ::=
Prerequisites#
All users can execute this statement.
Description#
Terminates the linker session on the Altibase server, which is connected to AltiLinker.
LINK ALL#
Terminates all linker sessions.
LINK dblink_name#
Terminates only the linker sessions that are associated with the database link object of a specified name.
Examples#
ALTER SESSION CLOSE DATABASE LINK ALL;
ALTER SESSION CLOSE DATABASE LINK link1;