该怎么导入啊,谢谢高手们~~~
10 个解决方案
#1
用exp和imp
在9上运行:
exp 用户/密码 full=y file=路径
在11上运行:
imp 用户/密码 fill=路径 full=y
在9上运行:
exp 用户/密码 full=y file=路径
在11上运行:
imp 用户/密码 fill=路径 full=y
#2
fill打错了.
#3
只能用exp导出,用imp导入.
如导出用户scott的数据,则在9i服务器上执行
cmd:\>exp system/passwd file=scott.dmp log=scott.log owner=scott
将scott.dmp传到11g服务器上,执行
cmd:\>imp system/passwd file=scott.dmp fromuser=scott touser=scott
如导出用户scott的数据,则在9i服务器上执行
cmd:\>exp system/passwd file=scott.dmp log=scott.log owner=scott
将scott.dmp传到11g服务器上,执行
cmd:\>imp system/passwd file=scott.dmp fromuser=scott touser=scott
#4
你也可以自己打exp help=y或imp help=y自己看下帮助,确定你要用的参数,刚我说的是最省事,也最容易出错的方式
#5
低版本的导出,然后导入到高版本是可以的,反过来不行的。
#6
命令知道,可导入时出错。
提示:
IMP-00003:遇到Oracle错误1435
ORA-01435:用户不存在
IMP-00000:未成功种植导入
提示:
IMP-00003:遇到Oracle错误1435
ORA-01435:用户不存在
IMP-00000:未成功种植导入
#7
用户不存在,lz的IMP命令有错,应该是用了不存在的用户名来导出数据,贴出来看看!
#8
帮顶了
#9
没有建立用户吧。
#10
应该是没有建立用户
#1
用exp和imp
在9上运行:
exp 用户/密码 full=y file=路径
在11上运行:
imp 用户/密码 fill=路径 full=y
在9上运行:
exp 用户/密码 full=y file=路径
在11上运行:
imp 用户/密码 fill=路径 full=y
#2
fill打错了.
#3
只能用exp导出,用imp导入.
如导出用户scott的数据,则在9i服务器上执行
cmd:\>exp system/passwd file=scott.dmp log=scott.log owner=scott
将scott.dmp传到11g服务器上,执行
cmd:\>imp system/passwd file=scott.dmp fromuser=scott touser=scott
如导出用户scott的数据,则在9i服务器上执行
cmd:\>exp system/passwd file=scott.dmp log=scott.log owner=scott
将scott.dmp传到11g服务器上,执行
cmd:\>imp system/passwd file=scott.dmp fromuser=scott touser=scott
#4
你也可以自己打exp help=y或imp help=y自己看下帮助,确定你要用的参数,刚我说的是最省事,也最容易出错的方式
#5
低版本的导出,然后导入到高版本是可以的,反过来不行的。
#6
命令知道,可导入时出错。
提示:
IMP-00003:遇到Oracle错误1435
ORA-01435:用户不存在
IMP-00000:未成功种植导入
提示:
IMP-00003:遇到Oracle错误1435
ORA-01435:用户不存在
IMP-00000:未成功种植导入
#7
用户不存在,lz的IMP命令有错,应该是用了不存在的用户名来导出数据,贴出来看看!
#8
帮顶了
#9
没有建立用户吧。
#10
应该是没有建立用户