![]() |
От: |
greydrone
|
|
Дата: | 05.02.24 04:23 | ||
Оценка: |
Иногда за этим следуетdb2 connect to ASV user $DB2_USER using $DB2_PASSWORD
db2 call P_RM5939_DROP_ALL_TABLES\(\)
Мне непонятно, каким образом исполняемый файл db2 получает информацию от предыдущей команды db2 connect (выбор базы данных).db2 connect reset
![]() |
От: |
Sinclair
|
https://github.com/evilguest/ |
Дата: | 05.02.24 04:34 | ||
Оценка: |
The command line processor consists of two processes: the front-end process (the Db2 command), which acts as the user interface, and the back-end process (db2bp), which maintains a database connection.
Maintaining database connections
Each time that db2 is invoked, a new front-end process is started. The back-end process is started by the first db2 invocation, and can be explicitly terminated with TERMINATE. All front-end processes with the same parent are serviced by a single back-end process, and therefore share a single database connection.
![]() |
От: |
greydrone
|
|
Дата: | 05.02.24 04:59 | ||
Оценка: |
db2 connect reset
![]() |
От: |
Sinclair
|
https://github.com/evilguest/ |
Дата: | 05.02.24 06:24 | ||
Оценка: |
db2 connect reset