Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
capture status of sqlplus login
Name: T Ritesh Date: November 29, 2003 at 22:32:52 Pacific OS: Solaris CPU/Ram: 256
Comment:
I have a unix shell script which accesses the database through sqlplus. I want to check the status of login into sqlplus. At present i check for the status using following code.
sqlplus -s $id/@domain @pwd > @$sqlstatus
if [ $(grep "ERROR" $sqlstatus) -ne 0 ] then -------- fi
Summary: When you first login, there is a Solaris logo on the left right size of that login panel. Anyone knows the name of that file or what size (in pixel) that file is? I am trying to change that logo to ...
Summary: I want to be able to return my exit status command rather than rsh exit status when I execute a remote back. rsh host1:ufsdump.... I want to know the status of ufsdump instead of rsh when rsh command ...