Search Results

Search: Posts Made By: manirsendhil
10,485
Posted By manirsendhil
Logging into oracle or SQL from shell script
Hi,

I have a shell script where I log on to sqlplus like this

log()
{
sqlplus -s scott/tiger <<!
select count(*) from EMP;
!
}

log

Here I have hardcoded/used the username : scott and...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 02:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy