51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#dump
MySQL数据库的mysqldump命令使用
mysqldump 是 MySQL 自带的逻辑备份工具。它的备份原理是通过协议连接到 MySQL 数据库,将需要备份的数据查询出来,将查询出的数据转换成对应的insert 语句,当我们需要还原这些数据时,只要执行这些 insert 语句,即...
开发笔记
·
2024-10-16
MySQL
数据库
mysqldump
命令
使用
利用 kill -3 命令获取 Java 线程 dump 信息
什么是kill-3? kill-3是一个Unix/Linux系统中的命令,用于向进程发送一个SIGQUIT信号。SIGQUIT信号通常用于请求进程进行核心转储(dumpcore),以便进行调试和分析。当你在终端中运行kill-3<进程ID>时,会向指定进程发送SIGQUIT信号,进程会收到该信号并...
开发笔记
·
2024-08-21
利用
kill
命令
获取
Java
ORA-29309: export dump file was generated by different version of DBMS_PITR package
文档解释ORA-29309:exportdumpfilewasgeneratedbydifferentversionofDBMS_PITRpackageCause:TheversionofDBMS_PITRisdifferentfromtheversionofthecloneddatabase.Action:Loadt...
IT技术学习
·
2023-07-28
ORA-29309
export
dump
file
was
ORA-39189: unable to decrypt dump file set
文档解释ORA-39189:unabletodecryptdumpfilesetCause:Thedumpfilesetcouldnotbedecrypted.Thereasoncouldbeeitherthataninvalidpasswordwasentered,orthat,whenusingtransparen...
IT技术学习
·
2023-07-28
ORA-39189
unable
to
decrypt
dump
ORA-38719: Invalid DUMP FLASHBACK object.
文档解释ORA-38719:InvalidDUMPFLASHBACKobject.Cause:AninvalidobjectwasspecifiedinaDUMPFLASHBACKcommand.Currentlytheonlyobjectsallowedare:LOGFILEorTHREAD.Action:Retry...
IT技术学习
·
2023-07-28
ORA-38719
Invalid
DUMP
FLASHBACK
object.
ORA-39140: dump file “string” belongs to job string
文档解释ORA-39140:dumpfile“string”belongstojobstringCause:Whenadumpfilesetconsistsofmultiplefiles,allfilesinthesetmustbespecifiedforanimportoperation,an...
IT技术学习
·
2023-07-27
ORA-39140
dump
file
#8220string
#8221
ORA-10627: Dump the content of the index leaf block
文档解释ORA-10627:DumpthecontentoftheindexleafblockCause:Generateacompleteindextreedump,notjustanoverviewduringaltersessionseteventsimmediatetracenametreedumpAction...
IT技术学习
·
2023-07-26
the
ORA-10627
Dump
content
of
ORA-31645: unable to read from dump file “string”
文档解释ORA-31645:unabletoreadfromdumpfile“string”Cause:Importcouldnotreadfromthedumpfile,probablybecauseofadeviceerror.Thismessageisusuallyfollowedbyad...
IT技术学习
·
2023-07-26
ORA-31645
unable
to
read
from
ORA-39059: dump file set is incomplete
文档解释ORA-39059:dumpfilesetisincompleteCause:AnIMPORTorSQL_FILEoperationwasbeingperformedbutnotallofthefilesfromtheEXPORTdumpfilesetwereincluded.Action:Checktheex...
IT技术学习
·
2023-07-26
ORA-39059
dump
file
set
is
ORA-39142: incompatible version number string in dump file “string”
文档解释ORA-39142:incompatibleversionnumberstringindumpfile“string”Cause:Adumpfilewasspecifiedforanimportoperationwhoseversionnumberisincompatiblewithth...
IT技术学习
·
2023-07-26
ORA-39142
incompatible
version
number
string
ORA-31616: unable to write to dump file “string”
文档解释ORA-31616:unabletowritetodumpfile“string”Cause:Exportwasunabletowritetotheexportfile,probablybecauseofadeviceerror.Thismessageisusuallyfollowedb...
IT技术学习
·
2023-07-26
to
ORA-31616
unable
write
dump
ORA-39114: Dump files are not supported for network jobs.
文档解释ORA-39114:Dumpfilesarenotsupportedfornetworkjobs.Cause:AnattemptwasmadetoaddadumpfiletoanImportjobthatisusinganetworklinktothesourcedatabase.Action:Donotspe...
IT技术学习
·
2023-07-26
ORA-39114
Dump
files
are
not
ORA-38717: Invalid DUMP FLASHBACK option.
文档解释ORA-38717:InvalidDUMPFLASHBACKoption.Cause:AninvalidoptionwasspecifiedintheDUMPFLASHBACKcommand.Currentlytheonlyoptionsallowedare:DBA,TYPE,andLOGICAL.Action...
IT技术学习
·
2023-07-26
ORA-38717
Invalid
DUMP
FLASHBACK
option.
ORA-26737: version string already has an export dump file
文档解释ORA-26737:versionstringalreadyhasanexportdumpfileCause:ADataPumpdumpfilewasaddedtoafilegroupversionthatalreadyhasadumpfile.Action:Removetheexistingdumpfilei...
IT技术学习
·
2023-07-26
ORA-26737
version
string
already
has
ORA-39143: dump file “string” may be an original export dump file
文档解释ORA-39143:dumpfile“string”maybeanoriginalexportdumpfileCause:Adumpfilewasspecifiedforanimportoperationwhichappearstohavebeencreatedusingtheorigi...
IT技术学习
·
2023-07-26
dump
file
ORA-39143
#8220string
#8221
首页
上一页
1
2
3
4
5
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他