Search Results

Search: Posts Made By: t_sanjeev
7,569
Posted By t_sanjeev
Similarly you can use 'join' command
Similarly you can use 'join' command
4,244
Posted By t_sanjeev
Its possible to do that, if you can share your...
Its possible to do that,
if you can share your SQL and shell scripts, with your requirement can help you.
4,891
Posted By t_sanjeev
Does each DB has its corresponding SERVER, like ...
Does each DB has its corresponding SERVER, like
SERVER1 DB1
SERVER2 DB2
SERVER3 DB3

if yes; then you can achieve this by
for i in `seq 1 3`; do
echo SERVER$i DB$i
done
Showing results 1 to 3 of 3

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