导入数据库
#imp 用户名/密码@SID file=数据库文件路径 full=y
例如:imp oa_ncsoa/password@orcl_192.168.2.62 file=F:\nc.dmp full=y
exp 数据库帐号/密码@sid_IP file=e:\database\XXX.dmp
imp 数据库帐号/密码@sid_ip file=e:\database\XXX.dmp fromuser=用户
本机数据库导入导出表
导出:
exp cltest/password@cl-PC:1521/orcl file=d:\account.dmp tables=(account)
导入
imp cltest/password@localhost/orcl file=文件存放位置 tables=(account)
注:tables=后面的表要用括号且不能有;如果有;会提示
导出库
exp cltest/password@cl-PC:1521/orcl file=d:\d1.dmp
公司232上导入表(比如办公厅)
imp oa_bgt_0824/password@192.168.2.232:1521/orcl file=文件位置(可直接拖进来) tables=t_oa_infopublish_template不用括号,待验证是不是linux环境的原因