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
Comments
Hello Ole,
Directly in the query or in some other specific location?
Thanks.
Please sign in to leave a comment.