- How do you know if the Oracle database on your computer is available?
- How can you tell if Oracle TNS Listener is up and ready to communicate?
- If the Oracle TNS Listener has not been started yet, how do you start the listener?
- What does "lsnrctl" utility do? What are the functions of the program?
- How do you use "lsnrctl" program?
- What information can "tnsping" provide us?
- How do you use "tnsping" command/program?
- What is OCI8?
- What are the major functions of OCI8? Provide at least one specific example of the OCI8 library?
- After you define Oracle connection parameters in oracle_parameter.php, you will need to include the parameter file in your main PHP program such as OracleStandardConnection.php. What is the difference between "include" and "include-once" functions?
|