2007-12-19 21:48
xiaomage79
请教:关于imp导入时,table被导入到其他user之下的问题??
请教:关于imp导入时,table被导入到其他user之下的问题??
exp matao/matao file='d:\mydb.dmp' log='d:\mydbdmp.log'
imp system/system fromuser=matao file='d:\mydb.dmp' log='d:\mydbdmprec.log'
imp后把原来属于matao的table等内容都导入到system用户之下了
请教:这是什么原因呢?该如何解决这个问题呢??
2007-12-20 11:17
jiazhh
不知楼主想导入什么用户的什么表空间中?假设为导入用户为test,表空间users。
conn / as sysdba
create user test
identified by test
default tablespace users
temporary tablespace temp
grant dba to test
revoke unlimited tablespace from test
alter user test quota unlimited on users
imp test/test file file='d:\mydb.dmp' fromuser=matao touser=test grant=n
2007-12-20 14:21
smallflower
导入加touser参数或者full=y
2007-12-20 23:41
xiaomage79
谢谢LS 加了touser参数后OK
2007-12-22 21:53
haomao1879
恍恍惚惚和
页:
[1]
Powered by Discuz! Archiver 5.5.0
© 2001-2006 Comsenz Inc.