Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: imp & exp

Re: imp & exp

From: Yassir Khogaly <yassir_at_khogaly.freeserve.co.uk>
Date: Wed, 25 Nov 1998 14:14:39 -0000
Message-ID: <73h3db$ptk$1@newsreader4.core.theplanet.net>


Re : imp-000017 oracle error 1917 encountered

Problem Description:



This scenario happens when an error occurs at import time. If any grant, index, constraint, trigger, etc. for a particular table fails, then all subsequent similar objects related to that table will fail as well. Scenario:
Therefore, there are four GRANT statements associated with table scott.emp, and since usr2 was dropped, the GRANT statement on behalf of usr2 fails with an ORA-01917: "user or role 'USR2' does not exist". However, what is *not* expected is that both usr3 and usr4 did not get the SELECT privilege on scott.emp, which is not right. IMP should attempt to execute as many SQL statements as possible, as there are no dependencies among
these GRANT statements.
 Possible Errors:
IMP-17  the following statement failed with ORACLE error 1917
IMP-3  ORACLE error 1917 encountered
ORA-1917  user or role '<name>' does not exist.


Received on Wed Nov 25 1998 - 08:14:39 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US