Running scripts using TOAD through Editor
Provide the Source Path and the Destination path and execute the script from Editor > Execute as Script.
- Example to run Oracle
script using TOAD via Editor
@'C:\ORCLAI\ExtractORCLAI.SQL' 'C:\ORCLAISQLEDT' 'US' 'APPS' 'VIS' 'ENGLISH' 'US'
Note:C:\ORCLAI\ExtractORCLAI.SQL is the location of SQL script and C:\ORCLAISQLEDT is the location for extracted data.
Note: Codeless extraction may fail if some unknown unicode characters are not parsed.