TOracleScript command exp/imp

Zugg

Member²
Hi,

i have try to execute an exp or imp into a TOracleScript but it seems to not run.

Does TOracleScript support commands like exp or imp ?
 
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.
 
Back
Top