标签:模式 expimp 系统 serve str 交互式 secure export 系统用户
非交互使用模式full_expimp.sh可以导出/导入手动使用交互式CLI
在root的命令行下执行:
例子:
导出:
# full_expimp.sh --operation=1 --pwd=密码 --dmpfile=/tmp/dump
导入:
#full_expimp.sh --operation=2 --pwd=密码 --dmpfile=/tmp/dump.tgz --encryptpwd=密码 --securepwd=密码
Help: Bellow命令将显示命令的全部用法
#full_expimp.sh?
用法:
交互模式:
/opt/SecureSphere/server/bin/full_expimp.sh
非交互模式:
/opt/SecureSphere/server/bin/full_expimp.sh --operation=<operation_type> --pwd=<system_password> [--dmpfile=<file_name>] [--logfile=<file_name>] [--encryptpwd=<encryptpwd>] [<export options> | <import options> | <clean options>]
有关加密密码的说明:输入用于加密导出文件的密码(默认为系统
密码,即SecureSphere数据库的系统用户的密码)。
日志:在过程之后,这是一个包含详细信息的日志
从/tmp/dump.log中的上面的例子
标签:模式 expimp 系统 serve str 交互式 secure export 系统用户
原文地址:https://www.cnblogs.com/shiguangliangchunshanbo/p/9575854.html