Skip to content

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.

Terminates all linker sessions.

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;