473,508 Members | 2,281 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to reduce and avoid spool space error in Teradata

12 New Member
Hello,

How will I be able to reduce the Spool of my query below:



LOCKING ROW FOR ACCESS

SELECT

VCCN863.ORDER_ID AS ORDER_ID,
VCCN863.EVENT_ORIGINATOR_NM AS ATTUID,
VCCN863.BAN AS BAN,
VCCN863.EXCEPTION_EVENT_TS AS BEGIN_TIME

FROM TELCO_UNREG_RETAIL_VIEWS.VCCN863_EXCEPTION_EVENT_H IST VCCN863
INNER JOIN TELCO_UNREG_RETAIL_VIEWS.VCCN863_EXCEPTION_EVENT_H IST VCCN863_END
ON VCCN863.ORDER_ID = VCCN863_END.ORDER_ID
and vccn863.EVENT_TYPE_NM = 'Item Pkg'
and vccn863_end.EVENT_TYPE_NM = 'Item Msg'
and vccn863.package_method_nm = 'Worklist Manager'
INNER JOIN TELCO_UNREG_RETAIL_VIEWS.VCCN863_EXCEPTION_EVENT_H IST VCCN863_END2
on VCCN863_END .order_id = VCCN863_end2.order_id
and VCCN863_END2.EVENT_TYPE_NM = 'Item Pkg'
and VCCN863_end2.PACKAGE_METHOD_NM = 'Assign To Me'


WHERE VCCN863.EXCEPTION_EVENT_TS between timestamp '2009-09-05 00:00:00'
and timestamp '2009-09-07 00:00:00'


GROUP BY
VCCN863.ORDER_ID,
VCCN863.EVENT_ORIGINATOR_NM ,
VCCN863.BAN ,
VCCN863.EXCEPTION_EVENT_TS ,

ORDER BY 4
Sep 11 '09 #1
5 9691
debasisdas
8,127 Recognized Expert Expert
what exactly you mean by reduce the Spool of my query below ?
Sep 13 '09 #2
iceman23
12 New Member
To be able to avoid getting an error of out of spool space error what is the best thing for me to do?
Sep 14 '09 #3
amitpatel66
2,367 Recognized Expert Top Contributor
Please post what exactly you tried and what is the error oracle is throwing?
Sep 15 '09 #4
iceman23
12 New Member
The error I got was No more Spool space for <USER>
Sep 16 '09 #5
amitpatel66
2,367 Recognized Expert Top Contributor
Please provide more insight about the error. Any ORA Error number?
Sep 17 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

226
12318
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type...
1
1532
by: francois | last post by:
I'm looking for C++ classes library to be used instead of STL. As I'm working on a tiny embedded system 16MB up to 32MB, I need to reduce memory footprint needed by the STL due to its genericity....
8
2979
by: CoolPint | last post by:
Is there any way I can reduce the size of internal buffer to store characters by std::string? After having used a string object to store large strings, the object seems to retain the large...
12
4635
by: jdokos | last post by:
Does anyone know of any good sources (white papers, etc.) regarding migrating from Teradata to DB2 UDB EEE? We are in the very beginning stages of investigating this as an option for some of the...
3
7975
by: nolanmadson | last post by:
I'm creating a front-end for some Teradata user maintenance tables in MS Access. I've started having problems in occasionally not being able to insert or update records in these tables. I've been...
1
3034
by: Watermark | last post by:
i want to access mails from /var/spool/mail directory through php using browser instade of shell prompt. so i m under apache user & group. i placed d php script file in /home by changing ...
1
2159
by: akaley | last post by:
HI.. iam using Spool ..for loading the data into file from select statement.. iam facing some problems...Please give me u r valuable suggestion.. This is the sample code used by me.. set...
5
8424
by: daves1 | last post by:
Hi, I am running an sql script in oracle to spool a csv file. I am using the following set up: Define name='JOE' spool names.txt set linesize 200 set pagesize 50000 set heading off set...
1
5013
by: napstar | last post by:
I have a table in oracle 7.3 and I use SQLPLUS 8.0.6.0.0 to work with is DB.I would like to know how to spool the contents of a table to a txt file. i tried this spool c:\companies.txt SELECT ...
0
7324
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7042
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7495
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5627
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5052
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4707
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3181
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
418
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.