Search Results

Search: Posts Made By: t_sanjeev
7,581
Posted By t_sanjeev
Similarly you can use 'join' command
Similarly you can use 'join' command
4,256
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,892
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 04:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy