概述
Oracle的导入实用程序(Import utility)允许从数据库提取数据,并且将数据写入操作系统文件。imp使用的基本格式:imp[username[/password[@service]]],以下例举imp常用用法。
[b]1. 获取帮助 [/b]
imp help=y
[b]2. 导入一个完整数据库[/b]
imp system/manager file=bible_db log=dible_db full=y ignore=y
[b]3. 导入一个或一组指定用户所属的全部表、索引和其他对象[/b]
imp system/manager file=seapark log=seapark fromuser=seapark imp system/manager file=seapark log=seapark fromuser=(seapark,amy,amyc,harold)
[b]4. 将一个用户所属的数据导入另一个用户[/b]
imp system/manager file=tank log=tank fromuser=seapark touser=seapark_copy imp system/manager file=tank log=tank fromuser=(seapark,amy) touser=(seapark1, amy1)
[b]5. 导入一个表[/b]
imp system/manager file=tank log=tank fromuser=seapark TABLES=(a,b)
[b]6. 从多个文件导入[/b]
imp system/manager file=(paycheck_1,paycheck_2,paycheck_3,paycheck_4) log=paycheck, filesize=1G full=y
[b]7. 使用参数文件[/b]
imp system/manager parfile=bible_tables.parbible_tables.par
参数文件:
#Import the sample tables used for the Oracle8i Database Administrator's Bible. fromuser=seapark touser=seapark_copy file=seapark log=seapark_import
[b]8. 增量导入[/b]
imp system./manager inctype= RECTORE FULL=Y FILE=A
最后
以上就是寒冷鸭子为你收集整理的Oracle imp 命令说明的全部内容,希望文章能够帮你解决Oracle imp 命令说明所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复