ORA-39083 - During Impdp
Hi all,
My db is in 10.1.0.5
I took export of an table in my prod db and tried to import the table in preprod db.
But It threw the following error.
ORA-39083: Object type OBJECT_GRANT failed to create with error:
ORA-01917: user or role 'LFOPRODSELECT' does not exist
Failing sql is:
GRANT SELECT ON "LFO_UAT"."QUESTION" TO "LFOPRODSELECT"
Because of this error few of the constraints are not getting created.
Please help....
Thanks in advance