No, exp and imp are in fact Oracle executables (imp.exe and exp.exe in \bin). You can call them through WinExec of course. You could even extend the TOracleScript command syntax by adding your own imp and exp commands. To do so, write a TOracleScript.OnCommand event handler and call these executables with the appropriate parameters.