当前位置:网站首页>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)
边栏推荐
- Application of ncnn neural network computing framework in orange school orangepi 3 lts development board
- Nodejs+express+mysql realizes login function (including verification code)
- Applet wxss introduction
- Xctf mobile--app1 problem solving
- Adult adult adult
- Public and private account sending prompt information (user microservice -- message microservice)
- 4. Wireless in vivo nano network: electromagnetic propagation model and key points of sensor deployment
- Openstack node address change
- 十條職場規則
- Tensorflow binary installation & Failure
猜你喜欢

Differences between initial, inherit, unset, revert and all

initial、inherit、unset、revert和all的区别

Idea packages the web project into a war package and deploys it to the server to run

2.7 overview of livedata knowledge points
![[ArcGIS user defined script tool] vector file generates expanded rectangular face elements](/img/39/0b31290798077cb8c355fbd058e4d3.png)
[ArcGIS user defined script tool] vector file generates expanded rectangular face elements

GaN图腾柱无桥 Boost PFC(单相)七-PFC占空比前馈

强大的头像制作神器微信小程序

Summary of error prone knowledge points: Calculation of define s (x) 3*x*x+1.
![Sword finger offer04 Search in two-dimensional array [medium]](/img/c4/002c951f8d914aaea4f4133685ebd1.png)
Sword finger offer04 Search in two-dimensional array [medium]

如何在微信小程序中获取用户位置?
随机推荐
Adult adult adult
Application of ncnn Neural Network Computing Framework in Orange Pi 3 Lts Development Board
Airflow installation jump pit
Use Tencent cloud IOT platform to connect custom esp8266 IOT devices (realized by Tencent continuous control switch)
Recovery of website address and method of Amazon account login two-step verification failure caused by mobile phone number becoming empty
init. RC service failed to start
公纵号发送提示信息(用户微服务--消息微服务)
Swift bit operation exercise
Applet wxss introduction
Computer version wechat applet full screen display method, mobile phone horizontal screen method.
Define a list, store n integers, and calculate the length, maximum value, minimum value and average value of the list
ncnn神經網絡計算框架在香柳丁派OrangePi 3 LTS開發板中的使用介紹
Self made pop-up input box, input text, and click to complete the event.
Use bloc to build a page instance of shutter
2020-09_ Shell Programming Notes
Swift Error Handling
2021 autumn Information Security Experiment 1 (password and hiding technology)
02_ Lock the code, and don't let the "lock" become a worry
Powerful avatar making artifact wechat applet
LeetCode 0556. Next bigger element III - end of step 4