I would like to know the syntax to call datapump commands (expdp/impdp) logged as 'sys as sysdba' from a remote machine.
I know that when logged on the machine which runs the database, I can use :
expdp \"/ as sysdba\"
However, I cannot find how to do this from a remote machine, for example, these does not work :
expdp 'SYS@SID AS SYSDBA'
expdp "SYS AS SYSDBA"@SID
In both case, the error message is :
LRM-00108: invalid positional parameter value [...]