ORA-01031 after impdp completed.
After impdp (on 11.2.0.3), the imported user cannot connect with the following error:
SQL> connect p8itdevadmuser/<password>@tedtst03;
ERROR:
ORA-00604: error occurred at recursive SQL level 1
ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_SESSION", line 101
ORA-06512: at "P8ITDEVADMUSER.SECPAC", line 8
ORA-06512: at "P8ITDEVADMUSER.SECPAC", line 34
ORA-06512: at "P8ITDEVADMUSER.SECPAC", line 50
ORA-06512: at line 2
SQL>
The user has 'create session' privilege
Thanks,