Hi Guys,
I am doing an import during which i got this error .
IMP-00017: following statement failed with ORACLE error 4021:
"GRANT EXECUTE ON "VCP_PMC_PKG" TO "HERNANDEZO""
IMP-00003: ORACLE error 4021 encountered
ORA-04021: timeout occurred while waiting to lock object NCC.VCP_PMC_PKG.
SQL> SELECT * FROM v$access WHERE object = 'VCP_PMC_PKG';
SQL> select oracle_username, os_user_name,locked_mode,object_name,object_type
from v$locked_object a, dba_objects b
where a.object_id=b.object_id;
2 3
no rows selected.
No users are connected to it as its not live (db) yet.So should i bounce the db and reimport once again.My parfile is
userid='/ as sysdba'
buffer=500000000
full=y
ignore=y
rows=n
indexes=y
constraints=y
grants=y
log=imp_VCP01I2.log
statistics=none
commit=y
do i have to drop indexes and reimport it once again?
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks