当前位置:网站首页>oracle export dmp file type as "crash dump file"
oracle export dmp file type as "crash dump file"
2022-07-30 10:51:00 【CSDN Q&A】
After oracle exports the dmp file, the dmp file type is "crash dump file"
Run code: EXPDP user1/123 DIRECTORY=DATA_DIR dumpfile=A.dmp PARALLEL=2 LOGFILE=A.log tables='A'
Run log:
Connect to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Start "user1".SYS_EXPORT_TABLE_01: user1/* DIRECTORY=DATA_DIR dumpfile=user1.dmp PARALLEL=2 LOGFILE=user1.log tables='A'
Estimates using BLOCKS method
Processing object types TABLE_EXPORT/TABLE/TABLE_DATA
Total estimates using BLOCKS method:136 MB
Processing Object Type TABLE_EXPORT/TABLE/TABLE
Processing Object Type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
Exported "user1"."A" 109.4 MB 199625 lines
Loaded/unloaded successfullyMain table "USER1"."SYS_EXPORT_TABLE_01"
The dump file set for
USER1.SYS_EXPORT_TABLE_01 is:
D:\A.DMP
"USER1".SYS_EXPORT_TABLE_01" completed successfully at 17:11:18
The type of the exported dmp file is a crash dump file, I don't know if this file can be used normally
边栏推荐
猜你喜欢

spark udf 接受并处理 null值.

vscode中写markdown格式笔记的配置过程和相关语法

Meikle Studio-Look at the actual combat notes of Hongmeng device development six-wireless networking development

ESP32CAM 1838接收红外遥控器信号

The configuration process and related syntax of writing markdown format notes in vscode

阿里云OSS对象存储

Re20:读论文的先例:普通法的信息理论分析

(C language) file operation

typescript入门之helloworld

梅科尔工作室-看鸿蒙设备开发实战笔记四——内核开发
随机推荐
XYplorer 23多语言,最好的管理软件之一
【HMS core】【FAQ】HMS Toolkit典型问题合集1
OC- about alloc and dealloc (haven't started writing yet)
TestNg整合Retry代码
idea2021+Activiti [the most complete note one (basic use)]
JVM内存布局、类加载机制及垃圾回收机制详解
Practical Walkthrough | Calculate Daily Average Date or Time Interval in MySQL
多线程保证单个线程开启事务并生效的方案
在机器人行业的专业人士眼里,机器人行业目前的情况如何?
WebAPI 复习
论文阅读:SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers
New in GNOME: Warn users when Secure Boot is disabled
Matplotlib--plot markers
加密和安全
【C和指针第七章】可变参数列表
Easy gene: human tRNA gene loci showed age-related high DNA methylation | research articles
Neural Network Study Notes 4 - Autoencoder (including sparse, stacked) (updated)
分页 paging
oracle 导出dmp文件类型为“故障转储文件”
Pytorch中 nn.Transformer的使用详解与Transformer的黑盒讲解