当前位置:网站首页>impdp 导入数据
impdp 导入数据
2022-08-10 05:31:00 【开发老张】
系统:CentOS 6.6
Oracle:10.2.0.5
将 dmp 文件 back.dmp 放入 /home/oracle/dump/ 文件夹中
在 Oracle 中设置目录(使用 sys 用户):
> create directory dumpdir as '/home/oracle/dump';
> grant read,write on directory dumpdir to myuser;
查看系统内目录情况命令:
> select * from dba_directories;
在命令行下执行导入命令:
$ impdp myuser/myuserpass directory=dumpdir dumpfile=back.dmp
边栏推荐
猜你喜欢
文章复现:超分辨率网络-VDSR
Advanced Feature Selection Techniques in Linear Models - Based on R
一文带你搞懂OAuth2.0
Interface debugging also can play this?
8.STM32F407之HAL库——PWM笔记
How to simulate the background API call scene, very detailed!
kaggle小白必看:小白常见的2个错误解决方案
How to use Apifox's Smart Mock function?
Interface documentation evolution illustration, some ancient interface documentation tools, you may not have used it
scikit-learn机器学习 读书笔记(二)
随机推荐
oracle rac 11g安装执行root.sh时报错
几种绘制时间线图的方法
Pony语言学习(六):Struct, Type Alias, Type Expressions
手把手带你写嵌入式物联网的第一个项目
Pony语言学习(八):引用能力(Reference Capabilities)
第五次实验
常用工具系列 - 常用正则表达式
网络安全5
Canal 报错 Could not find first log file name in binary log index file
网安超基础一周目
Qiskit 学习笔记2
Transforming into a product, is it reliable to take the NPDP test?
文章复现:超分辨率网络FSRCNN
再肝3天,整理了90个 NumPy 例子,不能不收藏!
FPGA engineer interview questions collection 21~30
YOLOv5 PyQt5(一起制作YOLOv5的GUI界面)
基于Qiskit——《量子计算编程实战》读书笔记(三)
行盒子的盒模型
Practical skills 19: Several postures of List to Map List
Tkinter 入门之旅