Oracle Tablespace
-
- Posts: 2
- Joined: Tue Oct 10, 2017 12:44 pm
Oracle Tablespace
When running some RR reports the Temp Tablespace is being used up. Currently this is set at 2GB but it runs out and returns oracle error 1652 unable to extend tablespace.
=> RE: Oracle Tablespace
This would depend on the SELECT that is issued by the report and the table structure definitions within Oracle.____Kathleen__R&R Support
-
- Posts: 2
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Oracle Tablespace
Kathleen____Thanks for the update. The select will problably be from the default dialog. From your reply I am guessing this will do a full table scan?____
===> RE: Oracle Tablespace
You use Database->Show SQL to see the SELECT.____If there is no WHERE clause, then you would be getting back all records.____Kathleen__R&R Support__