Scans your site and returns information about your SSL implementation and certificate. Helpful for debugging and validating your SSL configuration.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
no,...
select test_code,test_id,test_nam
to_char(test_open_date,'mm
to_char(test_close_date,'m
from vw_test
where test_id is not null AND curr_status ='Active'
AND test_open_date >= TO_DATE('07/01/2004','MM/D
AND test_close_date <= TO_DATE('07/18/2006','MM/D
group by test_code,test_id,test_nam
to_char(test_open_date,'yy
to_char(test_close_date,'y
to_char(test_open_date,'mm
to_char(test_close_date,'m
recommended
order by test_name, to_date(test_open_date,'YY