Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
6k views

Ways to avoid eager spool operations on SQL Server

I have an ETL process that involves a stored procedure that makes heavy use of SELECT INTO statements (minimally logged and therefore faster as they generate less log traffic). Of the batch of work ...
3
votes
1answer
212 views

Counting the number of printed pages in C#

I am developing a print spool monitor to count the number of pages that are printed by a certain printer. I am new to this area, so I am using the following article as my reference. Print Monitor ...
2
votes
4answers
195 views

Coldfusion 9, How do you Empty an “Undelivered Mail Queue”

I have roughly 9,000 undelivered messages in my mail spool in Coldfusion 9. As far as I can tell the only way to manage these messages is to manipulate them 10 at a time through the CF Admin GUI. ...
1
vote
2answers
101 views

How to create a oracle sql scrpt spool file

I have a question about spooling the the results of my program. My sample sql script looks like this. whenever sqlerror exit failure rollback set heading off set arraysize 1 set newpage 0 ...
1
vote
1answer
111 views

Oracle query output is incomplete when spooled to file

Recently I've had to increase the volume of an data extraction script and I've found the output to be missing some data that is present in the source tables. Can anyone suggest some ideas for what ...
1
vote
1answer
138 views

SQL script cshell

I am doing this in my cshell script sqlplus $ORA_UID/$ORA_PSWD @${SQL}test.sql ${DATA}${ext1}thats trying to get output from test.sql script.. in my sql script i am dumping output to spool &1 .. ...
1
vote
0answers
466 views

Java print service API: send job to printer spool?

I am using Java print service API to select PrintService and then pass it to JasperReport's JRPrintServiceExporter. The basic idea is to just send a document to the provided PrintService. It is ...
1
vote
1answer
205 views

Oracle Spool adds extra LF

I have a Spool of a Select as : SET SERVEROUTPUT ON WHENEVER SQLERROR EXIT 1 set heading off set feedback off set termout off set echo off set verify off set pagesize 0 set line 1000 set trimspool ...
1
vote
5answers
6k views

SQLPlus - spooling to multiple files from PL/SQL blocks

I have a query that returns a lot of data into a CSV file. So much, in fact, that Excel can't open it - there are too many rows. Is there a way to control spool to spool to a new file everytime 65000 ...
1
vote
7answers
4k views

oracle sql plus spool

I'm using sql plus to execute a query (a select) and dump the result into a file, using spool option. I have about 14 millions lines, and it takes about 12 minutes to do the dump. I was wondering if ...
1
vote
2answers
917 views

Stop spool printing the sql query used (Oracle)

I have this running in SQLplus set feedback off set pagesize 0 spool TypeDrop.sql select distinct 'drop type '||object_name|| ';' from user_objects where object_type='TYPE'; spool off It prints ...
1
vote
2answers
767 views

Clear the heading in Oracle spool

I have spooled a file before running the below command and got the output like this, I have set heading off, feedback off SET HEADING OFF SET FEEDBACK OFF SPOOL D:\TEST.TXT SELECT SYSDATE FROM DUAL; ...
1
vote
1answer
107 views

How to tell SQLexec not to wrap characters?

I'm using Oracle 11g. Also using the spool command to get the output of a query to a file. The problem is that sqlexec is wrapping the characters and making my life miserable. Now under normal ...
1
vote
2answers
1k views

Oracle Unicode Spooling

How can I spool data from a table to a file which contains Unicode characters? I have a sql file which I execute from SQL*Plus screen and its content is: SET ECHO OFF SET FEEDBACK OFF SET HEADING ...
1
vote
0answers
72 views

Counting colour and grayscale print jobs

I'm writing a small application that's supposed to count the number of colour and grayscale jobs going to local printers. It's meant to cross reference with what the printer records. If there is any ...
0
votes
1answer
40 views

how do you spool from a stored procedure that is executed through a database link?

I am using a UNIX script to run sql code that kicks off a stored procedure via database link. I can get the procedure to complete successfully, however none of the DBMS outputs are spooled to the ...
0
votes
2answers
86 views

How to send 12 000 emails via Swiftmailer in Symfony2?

Sometimes we need to send many emails. We are selecting users by 100, for each user create mail, send it (add to spool), make $em->clear(). But even in production env we cann't send much than 4000 ...
0
votes
1answer
55 views

Symfony send-email task does not work

I have problems with sending mails in Symfony 1.4.14 project with Propel 1.6 (sfPropelORMPlugin). When I am trying to run: ./symfony project:send-emails --message-limit=2 --time-limit=20 I am getting ...
0
votes
0answers
32 views

The spool table created by ejabberd on MySQL doesn't have a PK. Is this a bug or a feature?

Is this a bug (I could manually create a PK for it), or is this a feature?
0
votes
0answers
30 views

How can I generate spool files in tmp extension instead of SHD and SPL?

It´s a simple question, I Have some problems with SHD and SPL files that are generated in some desktops when someone want printing something. In others desktops that generated TMP files, I can print ...
0
votes
0answers
30 views

Spool doesn´t printing PDF files using JMuPDF

I´m working with one application that uses JMuPDF applet to generate de view of a document and I can print this document. But these days I notice that some machines don´t permitted to print some kind ...
0
votes
0answers
31 views

How to determine which printer eats CPU on Windows 2003

Our customer has many printers on his server. And sometimes the spoolsv.exe consumes about 100% of CPU. Please advice me how to determine what printer driver causes this problem (without disabling of ...
0
votes
1answer
40 views

Oracle spool Number rounding

I am calculating sum of all sales order (by multiplying quantity and price of a sales order - assume one sale order has only one item and using the sum function) in SQL query and I am spooling the ...
0
votes
1answer
63 views

How to create a “Spool” service for a class in C#

I am looking into a C# programming fairly scrub to the language. I would like to think I have a good understanding of object oriented programming in general, and what running multiple threads means, ...
0
votes
0answers
87 views

how create spool file in local memory not on sdcard

I made a application which use the Send2Printer application for the printing purpose. all thing is doing well, if i hit print command then this application works fine and print my text on the local ...
0
votes
1answer
72 views

Obtain full path of desktop using plsql

I'm trying to obtain the full path of the server's desktop using a plsql script. running the script on the server itself. There seems to be no methods inside plsql to retrieve it. I need to spool the ...
0
votes
1answer
184 views

Simulate Oracle SPOOL in Java

HI, I am converting a shell script to a Java program. The shell scripts runs an sql statement and spool the file to an external text file. I want to simulate this in Java. (The output file must be in ...
0
votes
0answers
156 views

How do I automatically save print spooler events as a csv file in a particular folder?

Could this be done for example in the task scheduler with a perl script in a batch file? I want to auto save the Windows print spooler events as a .csv (it is .evtx by default) and save it to a folder ...
0
votes
2answers
611 views

sqlplus spooling: How to get rid of first, empty line?

I'm doing the following spooling statement: SET VERIFY OFF SET FEEDBACK OFF SET HEADING OFF SET TRIMSPOOL ON SET TERM OFF SPOOL &pathRelations START scripts/relations.sql &parent SPOOL OFF ...
0
votes
2answers
784 views

How to select spool's filename from table in sqlplus

how could I select the name of my spool filename from a table in sqlplus? I have something like: SPOOL ON SPOOL XXXXXXXXX.bkp SELECT * FROM my_table WHERE field1='value'; SPOOL OFF And want the ...
0
votes
1answer
251 views

C# Debug Visualizer throug reflection: get value of property contained in complex object using Reflection

Suppose you have a list of 100 complex nested object, and you want to spool all the values of a propery (identified by a pattern) of some subobject. IE: ...
0
votes
2answers
993 views

Spooling a query containing an XMLTYPE column using sqlplus

I have a query that concatenates (manually by ||) a handful of columns, one of which is an XMLTYPE field (calling getClobVal() on it) . If I spool the query output using sqlplus with the following ...
0
votes
1answer
148 views

postfix re-processing of spool - ubuntu

This is not technically a programming question but perhaps someone can help me. Yes, it's totally off topic, but i'm desperate for help as I'm no expert at this type of thing. We had a problem on our ...
0
votes
2answers
683 views

Windows print spooler limitations?

Is there a limit on how many print jobs can be queued up in the Windows Print Spooler?
0
votes
5answers
848 views

oracle spool query

I have written the sql by name cashload.txt on unix box and kept it on the following location on unix box: exit |sqlplus -s batch/password@SW_TEST @/soft/checkfree/AccurateBXG/scripts/cashload.txt ...
0
votes
1answer
627 views

Printing only starts after last page spools

I'm having a problem that printing in VB.net where any network printer i choose is waiting untill the last page is spooled before printing begins. However i'm looking to have it begin printing after ...