Import timeout affects the amount of time that tiImport will wait for a data source to return data.If you have a very large SQL query running on e.g. a slow Oracle database you can set the amount of time in seconds. Example:
/* Sets the import timeout to 1800 seconds */IMPORTTIMEOUT 1800

  • No labels