Typical URL - http://osprey7.npac.syr.edu:6666/CPS616/owa/ |
phone_pkg.get_person_by_name |
http - specifies protocol to use |
osprey7.npac.syr.edu:6666 - specifies hostname |
CPS616/owa - specific the OCI program that needs to be executed |
phone_pkg - specifies the PL/SQL package that owa will invoke |
get_person_by_name - specifies the PL/SQL procedure that owa will invoke |