User Profile

Collapse

Profile Sidebar

Collapse
sanjeet
sanjeet
Last Activity: Sep 26 '06, 03:18 PM
Joined: Sep 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sanjeet
    replied to Loading data into CSV files
    I added a ; works now.

    Ok I tried this in SQL PLUS and it works only thing is it wraps in multiple lines and not just one line.

    Is there a way to have the data to be displayed in one line and not in multiple lines?
    set echo off newpage 0 space 0 pagesize 0 feed off head off trimspool on
    spool AdvisorClientGr oupFact.txt
    select MONTH_DSI_ID || ',' || GRP_DSI_ID || ',' ||ADV_DSI_ID || ',' || GRP_STAT_DSI_ID...
    See more | Go to post

    Leave a comment:


  • sanjeet
    started a topic Loading data into CSV files

    Loading data into CSV files

    I am trying to load some data into CSV files but I get this error message:

    ORA-00922, missing or invalid option.

    set echo off newpage 0 space 0 pagesize 0 feed off head off trimspool on
    spool AdvisorClientGr oupFact.txt
    select MONTH_DSI_ID || ',' || GRP_DSI_ID || ',' ||ADV_DSI_ID || ',' || GRP_STAT_DSI_ID || ',' || VALUE_TIER_DSI_ ID || ',' || PLATFM_DSI_ID || ',' || FP_STAT_DSI_ID || ',' || ORG_DSI_ID ||...
    See more | Go to post
No activity results to display
Show More
Working...