Featured
-
No Featured Found!
Tags
how to import .dmp file in oracle database by command prompt
login as dba
SYNTAX-- imp userid/password@database_name file='path of dmp file' full=y
e.g- imp system/manager@orcl file='c:\dabasefile.dmp' full=y