doc-exports/docs/dws/umn/dws_01_0106.html
luhuayi 85562e1879 DWS UMN 831.100 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2024-11-13 08:55:54 +00:00

1.2 KiB

Development Specifications

If the connection pool mechanism is used during application development, comply with the following specifications: If you do not do so, the status of connections in the connection pool will remain, which affects subsequent operations using the connection pool.

  • If the GUC parameter is set in a connection, you must execute SET SESSION AUTHORIZATION DEFAULT;RESET ALL; to clear the connection status before returning the connection to the connection pool.
  • If a temporary table is used, it must be deleted before the connection is returned to the connection pool.