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

命令行cmd停导入oracle dmp文件

2013-11-08 
命令行cmd下导入oracle dmp文件imp 用户名/密码@sid file dmp文件路径 fromuserscott touser

命令行cmd下导入oracle dmp文件
imp "用户名"/"密码"@"sid" file = "dmp文件路径" fromuser=scott touser="用户名"
如:
imp username/password@lzx file = d:/data.dmp fromuser=scott touser=username

热点排行