文件名称:auxiliary.pl
介绍说明--下载内容均来自于网络,请自行研究使用
1、需要一个配置文件
cfg.config
[oracle@localhost DBD]$ cat cfg.config
SCOTT dsg dsg dsg exp_scott.sql drop_scott.sql truncate_scott.sql
dsg dsg dsg dsg exp_dsg.sql drop_dsg.sql truncate_dsg.sql
导出用户名 登录的TNS 登录用户名密码 生成的导出文件名字 (必须要有的)
exp_dsg.sql是导出的表结构 可指定默认为cfg_exp_dsg_file.sql
drop_dsg.sql是删除用户下所有的对象的操作 可指定默认为cfg_drop_dsg_file.sql
truncate_dsg.sql是清空用户下所有的数据的操作 可指定默认为cfg_trunc_dsg_file.sql-1, requires a configuration file cfg.config [oracle @ localhost DBD] $ cat cfg.config SCOTT dsg dsg dsg exp_scott.sql drop_scott.sql truncate_scott.sql dsg dsg dsg dsg exp_dsg.sql drop_dsg.sql truncate_dsg.sql username Export TNS name of the logged-on user password generated export file name (must be a) exp_dsg.sql table structure is derived may be designated by default to delete the user cfg_exp_dsg_file.sql drop_dsg.sql is the object of all the operations can be specified by default cfg_drop_dsg_file. sql truncate_dsg.sql is empty of all user data to specify the default for operations cfg_trunc_dsg_file.sql
cfg.config
[oracle@localhost DBD]$ cat cfg.config
SCOTT dsg dsg dsg exp_scott.sql drop_scott.sql truncate_scott.sql
dsg dsg dsg dsg exp_dsg.sql drop_dsg.sql truncate_dsg.sql
导出用户名 登录的TNS 登录用户名密码 生成的导出文件名字 (必须要有的)
exp_dsg.sql是导出的表结构 可指定默认为cfg_exp_dsg_file.sql
drop_dsg.sql是删除用户下所有的对象的操作 可指定默认为cfg_drop_dsg_file.sql
truncate_dsg.sql是清空用户下所有的数据的操作 可指定默认为cfg_trunc_dsg_file.sql-1, requires a configuration file cfg.config [oracle @ localhost DBD] $ cat cfg.config SCOTT dsg dsg dsg exp_scott.sql drop_scott.sql truncate_scott.sql dsg dsg dsg dsg exp_dsg.sql drop_dsg.sql truncate_dsg.sql username Export TNS name of the logged-on user password generated export file name (must be a) exp_dsg.sql table structure is derived may be designated by default to delete the user cfg_exp_dsg_file.sql drop_dsg.sql is the object of all the operations can be specified by default cfg_drop_dsg_file. sql truncate_dsg.sql is empty of all user data to specify the default for operations cfg_trunc_dsg_file.sql
(系统自动生成,下载前可以参看下载内容)
下载文件列表
auxiliary.pl