#POST
1 MIN READ
> 文章列表 / Page 9
2019-01-06
RHEL/CENTOS 7中需要注意的OS设置 会影响ORACLE数据库实例运行
1、 Oracle Linux 7和Redhat Linux 7:/var/tmp/.oracle中的socket文件被删除 Oracle Database - Enterprise Edition - 版本 11.2.0.4 和更高版本 Linux x86-64 症状 Oracle Linux 7和Redhat Linux 7:/var/t...
#POST
10 MIN READ
2018-12-05
prmscan recover deleted oracle datafiles on windows
prmscan recover deleted oracle datafiles on windows https://zcdn.parnassusdata.com/prmscan%20recover%20deleted%20oracle%20datafiles%20on%20windows%20%20ORA-01157.mp4 caution , don...
#POST
3 MIN READ
2018-12-05
在windows上使用prmscan恢复误删除的oracle数据文件中的数据
oracle datafile数据文件被误删除 或者 文件系统被误格式化 /损坏, 均可以采用prmscan软件极大程度上扫描磁盘上残存的数据块,并合并成数据文件,来达到恢复数据的目的。 prmscan支持windows,linux和unix prm scan 恢复Windows下损坏的文件系统或被从文件系统上删除的oracle数据文件中的数据。 &nbs...
#POST
3 MIN READ
2018-11-25
使用pg_filedump恢复PostgreSQL中无备份的被误删除delete的行数据
如果自己搞不定可以找诗檀软件专业PostgreSQL数据库修复团队成员帮您恢复! 诗檀软件专业数据库修复团队 服务热线 : 13764045638 QQ号:47079569 邮箱:service@parnassusdata.com 在postgreSQL中少量数据的删除时可以通过pg_filedump工具恢复被误删除的数据行的。 其原理是虽然数据被删除了,但在数据文件中...
#POST
6 MIN READ
2018-11-21
PostgreSQL FATAL: could not read block 0 in file Input/output error错误
FATAL: could not read block 0 in file Input/output error ERROR: could not read block 84 in file "base/16386/670007": Input/output error ERROR: could not read block 4707 of relation 1663/16384/16564: S...
#POST
3 MIN READ
2018-11-20
PostgreSQL checksum
文章来源: https://yq.aliyun.com/articles/675942 在计算机系统中,checksum 通常用于校验数据在传输或存取过程中是否发生错误。PostgreSQL 从 9.3 开始支持 checksum,以发现数据因磁盘、 I/O 损坏等原因造成的数据异常。本文介绍 PostgreSQL 中 checksum 的使用及其实现原理。 概述 PostgreSQ...
#POST
12 MIN READ
2018-11-20
postgreSQL 坏块与checksum使用验证
su - postgres initdb -k -D $PGDATA The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized wi...
#POST
9 MIN READ
2018-11-20
postgreSQL but could not open file pg_control: No such file or directory
but could not open file pg_control: No such file or directory postgres@vultr:~/10/main/global$ pg_ctl start -D $PGDATA waiting for server to start....postgres: could not find the database system Expec...
#POST
1 MIN READ
2018-11-20
postgreSQL 使用pg_resetxlog修复PostgreSQL控制文件的方法
文章来源:https://billtian.github.io/digoal.blog/2016/08/14/02.html 背景 PostgreSQL 控制文件在$PGDATA/global目录下名为pg_control. 控制文件中记录了以下三部分信息 : 1. initdb时生成的静态信息 : pg_control version number: 9...
#POST
52 MIN READ