今天系统登录的时候报错
Try to insert/update/delete table table is not temporary or contains lob on standby mode
; Error in line: 11
Try to insert/update/delete table table is not temporary or contains lob on standby mode; nested exception is java.sql.SQLException: Error in line: 11
Try to insert/update/delete table table is not temporary or contains lob on standby mode
应该是连接到备库了,参考一下https://blog.csdn.net/qq_36436792/article/details/119100185
单机还是集群?