The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Connecting DB in the Shell Script to do SQL Query
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Connecting DB in the Shell Script to do SQL Query
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
03-27-2003
edog
Registered User
Join Date: Sep 2001
Location: Green Bay, WI
Posts: 66
here is another way:
horiz=`sqlplus -s scott/tiger@test_db <<END
set pagesize 0
set feedback off
set heading off
set echo off
set verify off
select sysdate from dual;
exit;
END`
edog
View Public Profile
Find all posts by edog
Find edog's past nominations received
Find edog's present nominations given