首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

Oralce 导入导出下令

2012-10-29 
Oralce 导入导出命令导出命令-全表导出exp sbacs/acs@orcl filed:\1.dmp fully-指定用户导出exp sbacs/a

Oralce 导入导出命令

导出命令

-全表导出

exp sbacs/acs@orcl file=d:\1.dmp full=y

-指定用户导出

exp sbacs/acs@orcl file=d:\1.dmp owner=(system,sys)

-指定表导出

exp sbacs/acs@orcl file=d:\1.dmp tables=(table1,table2)

-导出某行

exp sbacs/acs@orcl file=d:\1.dmp tables=(table1) query=" where filed1 like '00%'"

?

导入命令

-全表导入

imp sbacs/acs@orcl file=d:\1.dmp full=y ignore=y

-用户转换导入

imp sbacs/acs@orcl romuser=bzkk touser=tlmis file=d:\1.dmp

?

?

热点排行