oracle,导入,导出数据
生活随笔
收集整理的這篇文章主要介紹了
oracle,导入,导出数据
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
將某些表導出:
# 導出多張表 exp admin/123456@10.60.145.52/test file=C:\Users\Administrator\Desktop\dbf\tsp tables=(t_s_test,t_d_a_test,t_d_user)# 導出表,帶有條件的導出 exp yssfa45zh/YSSFA45ZH@10.50.144.52/test file=C:\Users\Administrator\Desktop\dbf\mkt tables=(t_d_mp_Sec_mkt) query=\"where d_mkt = date'2018-06-25'\"# 導出一張表 exp admin/123456@10.60.145.52/test file=C:\Users\Administrator\Desktop\dbf\show tables=(t_d_user);?導入dmp文件
C:\Users\admin>imp V45MYTEST/1@orcl ?file=C:\Users\admin\Desktop\dbf\invePara.DMP full=y ignore=y?
在imp導入的時候,如果表存在的話,會追加數(shù)據(jù)在表中,但是必須加上ignore=y,如下
??imp test/test file=test.dmp tables=test1?ignore=y
?
總結(jié)
以上是生活随笔為你收集整理的oracle,导入,导出数据的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: csdn将文章添加到专栏
- 下一篇: oracle, to_char(), t