当前位置:网站首页>Dameng 8 database export and import
Dameng 8 database export and import
2022-08-05 03:19:00 【yangzi】
[Dameng 8 database export]
cd /home/dmdba/
mkdir -p ./bak/20220802
chown -R dmdba:dinstall ./bak/20220802
su - dmdba
cd /home/dmdba/dmdbms/bin
./dexp USERID=SYSDBA/SYSDBA FILE=full.dmp log=full_dmp.log DIRECTORY=/home/dmdba/bak/20220802 FULL=Y
./dexp USERID=SYSDBA/SYSDBA FILE=schema.dmp log=schema_dmp.log DIRECTORY=/home/dmdba/bak/20220802 SCHEMAS=SYSDBA
./dexp USERID=SYSDBA/SYSDBA FILE=user.dmp log=user_dmp.log DIRECTORY=/home/dmdba/bak/20220802 OWNER=SYSDBA
./dexp USERID=SYSDBA/SYSDBA FILE=table.dmp log=table_dmp.log DIRECTORY=/home/dmdba/bak/20220802
[Dameng 8 database import]
/opt/dmdbms/bin/dimp USERID=SYSDBA/SYSDBA FILE=/tmp/20220802/full.dmp log=/tmp/20220802/full_dimp.log FULL=Y TABLE_EXISTS_ACTION=APPEND
/opt/dmdbms/bin/dimp USERID=SYSDBA/SYSDBA FILE=/tmp/20220802/schema.dmp log=/tmp/20220802/schema_dimp.log FULL=Y TABLE_EXISTS_ACTION=APPEND
/opt/dmdbms/bin/dimp USERID=SYSDBA/SYSDBA FILE=/tmp/20220802/user.dmp log=/tmp/20220802/user_dimp.log OWNER=SYSDBA TABLE_EXISTS_ACTION=APPEND
/opt/dmdbms/bin/dimp USERID=SYSDBA/SYSDBA FILE=/tmp/20220802/table.dmp log=/tmp/20220802/table_dimp.log TABLE_EXISTS_ACTION=APPEND
边栏推荐
- Open Source License Description LGPL
- One hundred - day plan -- -- DAY2 brush
- 2022.8.4-----leetcode.1403
- Study Notes-----Left-biased Tree
- 1873. The special bonus calculation
- presto启动成功后出现2022-08-04T17:50:58.296+0800 ERROR Announcer-3 io.airlift.discovery.client.Announcer
- 2022-08-04 第六小组 瞒春 学习笔记
- .NET Application -- Helloworld (C#)
- Review 51 MCU
- Data storage practice based on left-order traversal
猜你喜欢

Cloud Native (32) | Introduction to Platform Storage System in Kubernetes

【滤波跟踪】基于matlab无迹卡尔曼滤波惯性导航+DVL组合导航【含Matlab源码 2019期】

为什么pca分量没有关联

2022高处安装、维护、拆除考试题模拟考试题库及在线模拟考试

Data to enhance Mixup principle and code reading

告白数字化转型时代,时速云镌刻价值新起点

21 Days Learning Challenge (2) Use of Graphical Device Trees

用Unity发布APP到Hololens2无坑教程

通过模拟Vite一起深入其工作原理

【 genius_platform software platform development 】 : seventy-six vs the preprocessor definitions written cow force!!!!!!!!!!(in the other groups conding personnel told so cow force configuration to can
随机推荐
private封装
[论文笔记] MapReduce: Simplified Data Processing on Large Clusters
用CH341A烧录外挂Flash (W25Q16JV)
YYGH-13-客服中心
数学-求和符号的性质
QT language file production
UOS系统下ksql应用缺少动态库”libtinfo.so.5“问题
How to Add Category-Specific Widgets in WordPress
How to solve the error cannot update secondary snapshot during a parallel operation when the PostgreSQL database uses navicat to open the table structure?
Syntax basics (variables, input and output, expressions and sequential statements)
Open Source License Description LGPL
(11) Metaclass
金仓数据库如何验证安装文件平台正确性
2022 High-level installation, maintenance, and removal of exam questions mock exam question bank and online mock exam
Syntax basics (variables, input and output, expressions and sequential statement completion)
Talking about data security governance and privacy computing
十五. 实战——mysql建库建表 字符集 和 排序规则
QT MV\MVC structure
Countdown to 2 days|Cloud native Meetup Guangzhou Station, waiting for you!
sql怎么找字段里所有数据为空的字段