删除数据库teledb_db_new teledb=# drop database teledb_db_new; 仍有会话连接数据库时,会报错 ERROR: database "teledb_db_new" is being accessed by other users DETAIL: There is 1 other session using the database.
-- 删除数据库teledb_db_new teledb=# drop database teledb_db_new; -- 仍有会话连接数据库时,会报错 ERROR: database "teledb_db_new" is being accessed by other users DETAIL: There is 1 other session using the database. -- 停止该数据库的所有连接,后重新删除数据库 teledb=# select pg_terminate_backend
-- 删除数据库teledb_db_new teledb=# drop database teledb_db_new; -- 仍有会话连接数据库时,会报错 ERROR: database "teledb_db_new" is being accessed by other users DETAIL: There is 1 other session using the database. -- 停止该数据库的所有连接,后重新删除数据库 teledb=# select pg_terminate_backend
-- 删除数据库teledb_db_new teledb=# drop database teledb_db_new; -- 仍有会话连接数据库时,会报错 ERROR: database "teledb_db_new" is being accessed by other users DETAIL: There is 1 other session using the database. -- 停止该数据库的所有连接,后重新删除数据库 teledb=# select pg_terminate_backend
启用后,本地流量中的IP端口会被远程连接的IP端口所替换。需要在资产界面添加被远程连接的服务器IP地址,若没有远程连接,则不做替换。一旦开启,性能会明显下降。本地审计支持审计非网络形式(进程间通信等)的数据库通信数据,目前仅支持Oracle,PostgreSQL,MySQL,SQL Server ,DB2的特定版本。调试模式默认关闭。开启后会记录下更详细的调试日志。数据传输加密默认关闭。开启后会对Agent转发的数据进行加密。
填写完成后,需要单击“测试连接”,测试连接信息是否正确。 b) 填写目标库的账户和密码。 填写完成后,需要单击“测试连接”,测试连接信息是否正确。 c) 单击“下一步”,仔细阅读提示内容后,单击“同意,并继续”。 设置同步。 a) 在源库选择需要迁移的数据库和表。本次实践中选择“ test_info” 中的 “DATATYPELIST” 表。 b) 选择完成后,可以设置迁移后是否重新命名库名和表名。 c) 本次实践将表名重新命名为“ DATATYPELIST_After ”。