Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要运行更新生产数据库中所有表的脚本,所以我需要在唯一的应用程序服务器上锁定所有数据库。怎么做?我在我的应用程序中使用 spring、tomcat、oracle 和 hibernate。
人们通常为此做的是REVOKE CONNECT ON DATABASE x FROM PUBLIC然后强制关闭其他连接,或者修改pg_hba.conf文件并重新加载配置以防止不需要的登录。
REVOKE CONNECT ON DATABASE x FROM PUBLIC
pg_hba.conf