Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
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
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