Re: need to trim spaces from sqlplus output

  • From: Howard Latham <howard.latham@xxxxxxxxx>
  • To: norman.dunbar.capgemini@xxxxxxxxxxxxxxxxxxxxxxxxx
  • Date: Wed, 19 Jan 2011 08:10:56 +0000

You dont need to edit 32 scripts - just 1 login.sql.

On 19 January 2011 08:05, Dunbar, Norman (Capgemini) <
norman.dunbar.capgemini@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

> Morning all,
>
> try set colsep "" (two double quotes, nothing in between). The default
> is set colsep " " (one space).
>
>
> SQL> -- Default - one space.
> SQL> select dummy,dummy from dual;
>
> D D
> - -
> X X
>
> SQL> -- Underscore.
> SQL> set colsep _
> SQL> /
>
> D_D
> -_-
> X_X
>
> SQL> -- Nothing, just as nature intended!
> SQL> set colsep ""
> SQL> /
>
> DD
> --
> XX
>
>
> Cheers,
> Norm.
>
> Norman Dunbar
> Contract Senior Oracle DBA
> Capgemini Database Team (EA)
> Internal : 7 28 2051
> External : 0113 231 2051
>
>
> Information in this message may be confidential and may be legally
> privileged. If you have received this message by mistake, please notify the
> sender immediately, delete it and do not copy it to anyone else.
>
> We have checked this email and its attachments for viruses. But you should
> still check any attachment before opening it.
> We may have to make this message and any reply to it public if asked to
> under the Freedom of Information Act, Data Protection Act or for litigation.
>  Email messages and attachments sent to or from any Environment Agency
> address may also be accessed by someone other than the sender or recipient,
> for business purposes.
>
> If we have sent you information and you wish to use it please read our
> terms and conditions which you can get by calling us on 08708 506 506.  Find
> out more about the Environment Agency at www.environment-agency.gov.uk
> --
> //www.freelists.org/webpage/oracle-l
>
>
>


-- 
Howard A. Latham

Sent from my Nokia N97

Other related posts: