The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Connecting to oracle database from shell script
.
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 to oracle database from shell script
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
9
(
permalink
)
07-03-2009
vidyadhar85
Moderator(The Tutor)
Join Date: Jun 2008
Location: INDIA
Posts: 1,400
Code:
echo "User Activated :: `echo $usrId`"
no need to use echo inside echo...
Code:
echo "User Activated :: $usrId"
will do...
vidyadhar85
View Public Profile
Find all posts by vidyadhar85
Find vidyadhar85's past nominations received
Find vidyadhar85's present nominations given