标签: oracle import oracle11g
有人给了我一个转储文件,我想将其导入到我的一个模式中。 我尝试过以下方法:
imp userid=system/pwd file=thedumpfile.dmp fromuser=sourceschema touser=destschema
但这只会创建结构,所有表都是空的。
我错过了什么吗? (dumpfile包含数据)
TXS
答案 0 :(得分:1)
检查表空间的配额,以获取表所有者的用户。