awk ' /<Connection/{i=0} {a[++i]=$0} /SCB_ERSDC02/{f=1} /<\/Connection>/ && f {for(j=1;j<=i;j++){print a[j]};exit} ' file