Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: hi alll......How can i connect to oracle9i db and fetch the data from specific tables using shell script

Re: hi alll......How can i connect to oracle9i db and fetch the data from specific tables using shell script

From: gazzag <gareth_at_jamms.org>
Date: 5 Dec 2006 02:39:37 -0800
Message-ID: <1165315177.281034.224620@73g2000cwn.googlegroups.com>


sybrandb wrote:
> If you know Unix shell scripting, you must be aware you can use
> <env var>=`sqlplus username/password_at_service @script`
>
> provided you have
> set newpage 0 pagesize 0 feedback off
> in your script.
>
> Hth
> --
> Sybrand Bakker
> Senior Oracle DBA

Additionally, call SQL*Plus with its "-s" flag.

HTH -g Received on Tue Dec 05 2006 - 04:39:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US