Error message
Execute Query failed.
Error type: Odbc error. Odbc operation attempted: SQLExecDirect.
ORA-01652: unable to extend temp segment by 128 in tablespace
CAUSEA possible cause is that the User ID being used to query the database is assigned to temporary tablespace that is not large enough.
ACTIONFor a resolution, there are two options available and these need to be handled by the database administrator:
1. Increase the size of the temporary tablespace which can be used to query the database.
2. Switch the User ID being used to query the database to a user that has a larger temporary tablespace.