使用 Oracle IMP 给出错误 IMP-00058
Using Oracle IMP gives the error IMP-00058
我收到了一些 Oracle DMP 格式的数据,我正在尝试使用 imp 导入到 Oracle 数据库中。
我是运行命令:
imp <user>/<pass>@<tns> FILE=SI_DESIGN_SETS_12Mar2015.dmp
我得到结果:
Import: Release 11.2.0.1.0 - Production on Fri Mar 20 11:59:37 2015
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
IMP-00058: ORACLE error 1031 encountered
ORA-01031: insufficient privilegesUsername:
运行 这个命令与其他 dmp 文件在过去有效。关于如何克服此错误的任何想法?
万一有人想知道,我设法让他们重新生成它们并且奇怪地添加 "FEEDBACK=1000" 到导入命令实际上让一些旧的起作用了!
我收到了一些 Oracle DMP 格式的数据,我正在尝试使用 imp 导入到 Oracle 数据库中。
我是运行命令:
imp <user>/<pass>@<tns> FILE=SI_DESIGN_SETS_12Mar2015.dmp
我得到结果:
Import: Release 11.2.0.1.0 - Production on Fri Mar 20 11:59:37 2015
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
IMP-00058: ORACLE error 1031 encountered
ORA-01031: insufficient privilegesUsername:
运行 这个命令与其他 dmp 文件在过去有效。关于如何克服此错误的任何想法?
万一有人想知道,我设法让他们重新生成它们并且奇怪地添加 "FEEDBACK=1000" 到导入命令实际上让一些旧的起作用了!