OGG-01082 The call to the DBOCI_check_for_virtual_column: OCI error (1031-ORA-01031: insufficient p ... 阅读全文
OGG-02615和OGG-0066OGG-02615 Login to the database as user ogg failed because of error ORA-12545: C ... 阅读全文
OGG-00868 The number of Oracle redo threads (2) is not the same as the number of checkpoint threads ... 阅读全文
报错信息:OGG-01332 File /u01/app/ogg/dirdat/lt000000000, with compatibility level 7, is not compatible ... 阅读全文
解决思路:删除重新添加。解决过程[crayon-6a1d962eebdf6019079866/阅读全文
简介官网:https://www.pgcli.com源码:https://github.com/dbcli/pgclPgcli 是 PostgreSQL 数据库的命令行接口,支持自动完成和语法高亮 ... 阅读全文
DBA_PROFILEOracle用户的状态是由密码来决定的,而Oracle中的密码是由PROFILE来配置的。PROFILE是口令限制、资源限制的命令集合。当建立数据库时,Oracle会自动建立名 ... 阅读全文
无法提供摘要,因为这是一篇受保护的文章。
简介使用postgresql + etcd + patroni + haproxy + keepalived可以实现PG的高可用集群,其中,以postgresql做数据库,Patroni监控本地的Po ... 阅读全文
简介通常,连接池的目的是降低打开新的PostgreSQL(或其他)数据库连接的性能影响。使用连接池能够降低服务器的内存开销,并且有效复用数据库连接,提供了良好的数据库连接性能管理。在我们进行Postg ... 阅读全文

