The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
shellscript problem
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
shellscript problem
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-06-2007
zing_foru
Registered User
Join Date: Mar 2007
Posts: 36
Try below code
#!/bin/csh -f
sqlplus tkyte/tkyte << "EOF"
set serveroutput on
declare
a number:=5;
begin
dbms_output.put_line( 'a:='||a );
end;
/
spool
off
"EOF" >> tmp.csh 2>&1
zing_foru
View Public Profile
Find all posts by zing_foru