Database Administration (MOSC)

MOSC Banner

spool off does not give the whole datafrom different fields

edited Nov 26, 2013 9:04PM in Database Administration (MOSC) 11 commentsAnswered ✓
Hello
I have an issue with an sql that I have registered and put on server to be executed.  I submit a report and it generate a csv file.  The issue is that I have quite a lot of data in the fields.  They are 4000 bytes.  I am concatenating the different fields to be extracted in the csv but the file gives me only part of the data. Could anyone help please.

The coding is as such

select to_char(sysdate,'yyyymmdd')||'.csv' date_column
from dual;

set array 100
set pages 0
set wrap on
set flush off
set feed off

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center