SP2-0734: unknown command beginning "impdp"

oracle, oracle10g

Solution

`SP2-0734` is a SQL*Plus error.

`impdp` is a standalone utility, not a SQL*Plus command. You need to run it from the OS command line.

-- This means that impdp is Windows command, not part of sqlplus :-) --

Problem

Need Help .. i am Importing a `.DMP` file on my database , when i am writing my impdp query on SQL , it is returning with this error I have no idea what this error is SP2-0734: unknown command beginning "impdp ... " Rest of the line ignored my command is ``` impdp user/pass directory=DUMPS dumpfile=filedumpname.dmp logfile=name.log full=yes ```

Original source