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