The AskTOM team is taking a break over the holiday season, so we're not taking questions or responding to comments, but we might still sneak in a few Office Hours sessions! Thanks for being a member of the AskTOM community.
Thanks for the question, Siyavus.
Asked: May 09, 2024 - 1:04 pm UTC
Last updated: May 13, 2024 - 1:29 am UTC
Version: Oracle Databse Ent. 11.2.0.4 G
Viewed 1000+ times
set term off set feed off set colsep '|' set echo off set feedback off set linesize 1000 set pagesize 0 set trimspool on SET TERMOUT OFF spool '/backup/csv/Mytable.csv' SELECT /*+ parallel */ /*csv*/ col1 || '|' || col2 || '|' || col3 FROM MySchema.MyTable ; spool off exit;
All of the database utilities including Data Pump are explained in the Utilities guide.