当前位置:网站首页>Export the entire Oracle Database
Export the entire Oracle Database
2022-07-03 12:44:00 【Persia_ Pepper】
export oracle Entire database
1 Will database baiTEST Completely export , user name system password manager export du To D:\daochu.dmp in zhi
exp system/[email protected] file=d:\daochu.dmp full=y
2 Will database dao in system Users and sys User's table export
exp system/[email protected] file=d:\daochu.dmp owner=(system,sys)
3 Put the table in the database table1 、table2 export
exp system/[email protected] file=d:\daochu.dmp tables=(table1,table2)
4 Put the table in the database table1 In the field filed1 With "00" Leading data export
exp system/[email protected] file=d:\daochu.dmp tables=(table1) query=" where filed1 like ‘00%’"
The above is a common export , I don't care much about compression , use winzip hold dmp Files can be well compressed .
But after the above order add compress=y That's all right.
Start bai-> function -> Input “cmd”-> Input exp user/[email protected] Address :1521/ data du Library instance zhi file= File directory dao
( Such as :exp user/[email protected]:1521/orcl file=E:\work\dmp\person.dmp)
Import
( Such as :imp user/[email protected]:1521/orcl file=E:\work\dmp\person.dmp full=y ignore=y)
边栏推荐
- Define a list, store n integers, and calculate the length, maximum value, minimum value and average value of the list
- lambda与匿名内部类的区别
- Self made pop-up input box, input text, and click to complete the event.
- 十条职场规则
- Summary of error prone knowledge points: Calculation of define s (x) 3*x*x+1.
- Applet wxss introduction
- 01_ Using the concurrent tool class library, is thread safety safe
- Wechat applet pages always report errors when sending values to the background. It turned out to be this pit!
- Use Tencent cloud IOT platform to connect custom esp8266 IOT devices (realized by Tencent continuous control switch)
- Sword finger offer05 Replace spaces
猜你喜欢

Cloud Computing future - native Cloud

Take you to the installation and simple use tutorial of the deveco studio compiler of harmonyos to create and run Hello world?

低代码平台国际化多语言(i18n)技术方案

阿里大于发送短信(用户微服务--消息微服务)

With pictures and texts, summarize the basic review of C language in detail, so that all kinds of knowledge points are clear at a glance?

How to convert a decimal number to binary in swift

阿里 & 蚂蚁自研 IDE

Togaf certification self-study classic v2.0

idea将web项目打包成war包并部署到服务器上运行

【ArcGIS自定义脚本工具】矢量文件生成扩大矩形面要素
随机推荐
The difference between lambda and anonymous inner class
RedHat5 安装Socket5代理服务器
Swift5.7 extend some to generic parameters
Apache Mina Development Manual
Attack and defense world mobile--ph0en1x-100
并网-低电压穿越与孤岛并存分析
T430 toss and install OS majave 10.14
写一个简单的nodejs脚本
Dix règles de travail
Project video based on Linu development
Unicode查询的官方网站
Airflow installation jump pit
Prompt unread messages and quantity before opening chat group
【计网】第三章 数据链路层(2)流量控制与可靠传输、停止等待协议、后退N帧协议(GBN)、选择重传协议(SR)
Eureka self protection
OpenStack节点地址改变
TOGAF认证自学宝典V2.0
node的ORM使用-Sequelize
01_ Using the concurrent tool class library, is thread safety safe
It feels great to know you learned something, isn‘t it?