#DUMP

MySQL数据库的mysqldump命令使用

mysqldump 是 MySQL 自带的逻辑备份工具。它的备份原理是通过协议连接到 MySQL 数据库,将需要备份的数据查询出来,将查询出的数据转换成对应的insert 语句,当我们需要还原这些数据时,只要执行这些 insert 语句,即...

利用 kill -3 命令获取 Java 线程 dump 信息

什么是kill-3? kill-3是一个Unix/Linux系统中的命令,用于向进程发送一个SIGQUIT信号。SIGQUIT信号通常用于请求进程进行核心转储(dumpcore),以便进行调试和分析。当你在终端中运行kill-3<进程ID>时,会向指定进程发送SIGQUIT信号,进程会收到该信号并...

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-39189: unable to decrypt dump file set

文档解释ORA-39189:unabletodecryptdumpfilesetCause:Thedumpfilesetcouldnotbedecrypted.Thereasoncouldbeeitherthataninvalidpasswordwasentered,orthat,whenusingtransparen...

ORA-38719: Invalid DUMP FLASHBACK object.

文档解释ORA-38719:InvalidDUMPFLASHBACKobject.Cause:AninvalidobjectwasspecifiedinaDUMPFLASHBACKcommand.Currentlytheonlyobjectsallowedare:LOGFILEorTHREAD.Action:Retry...

ORA-39140: dump file “string” belongs to job string

文档解释ORA-39140:dumpfile“string”belongstojobstringCause:Whenadumpfilesetconsistsofmultiplefiles,allfilesinthesetmustbespecifiedforanimportoperation,an...

ORA-10627: Dump the content of the index leaf block

文档解释ORA-10627:DumpthecontentoftheindexleafblockCause:Generateacompleteindextreedump,notjustanoverviewduringaltersessionseteventsimmediatetracenametreedumpAction...
IT技术学习 ·2023-07-26

ORA-31645: unable to read from dump file “string”

文档解释ORA-31645:unabletoreadfromdumpfile“string”Cause:Importcouldnotreadfromthedumpfile,probablybecauseofadeviceerror.Thismessageisusuallyfollowedbyad...
IT技术学习 ·2023-07-26

ORA-39059: dump file set is incomplete

文档解释ORA-39059:dumpfilesetisincompleteCause:AnIMPORTorSQL_FILEoperationwasbeingperformedbutnotallofthefilesfromtheEXPORTdumpfilesetwereincluded.Action:Checktheex...
IT技术学习 ·2023-07-26

ORA-39142: incompatible version number string in dump file “string”

文档解释ORA-39142:incompatibleversionnumberstringindumpfile“string”Cause:Adumpfilewasspecifiedforanimportoperationwhoseversionnumberisincompatiblewithth...

ORA-31616: unable to write to dump file “string”

文档解释ORA-31616:unabletowritetodumpfile“string”Cause:Exportwasunabletowritetotheexportfile,probablybecauseofadeviceerror.Thismessageisusuallyfollowedb...
IT技术学习 ·2023-07-26

ORA-39114: Dump files are not supported for network jobs.

文档解释ORA-39114:Dumpfilesarenotsupportedfornetworkjobs.Cause:AnattemptwasmadetoaddadumpfiletoanImportjobthatisusinganetworklinktothesourcedatabase.Action:Donotspe...
IT技术学习 ·2023-07-26

ORA-38717: Invalid DUMP FLASHBACK option.

文档解释ORA-38717:InvalidDUMPFLASHBACKoption.Cause:AninvalidoptionwasspecifiedintheDUMPFLASHBACKcommand.Currentlytheonlyoptionsallowedare:DBA,TYPE,andLOGICAL.Action...

ORA-26737: version string already has an export dump file

文档解释ORA-26737:versionstringalreadyhasanexportdumpfileCause:ADataPumpdumpfilewasaddedtoafilegroupversionthatalreadyhasadumpfile.Action:Removetheexistingdumpfilei...

ORA-39143: dump file “string” may be an original export dump file

文档解释ORA-39143:dumpfile“string”maybeanoriginalexportdumpfileCause:Adumpfilewasspecifiedforanimportoperationwhichappearstohavebeencreatedusingtheorigi...
首页上一页12345...下一页尾页