| Oracle9i Database Generic Documentation Addendum Release 2 (9.2) Part Number A97283-01 |
|
This chapter lists additions and corrections to Oracle9i XML Database Developer's Guide - Oracle XML DB, Release 2 (9.2).
This chapter contains the following topic:
The following are corrections to the Oracle9i XML Database Developer's Guide - Oracle XML DB document:
XMLAgg() in this release.
Oracle XML Database installation, includes a dynamic protocol registration that actually registers FTP and HTTP services with the local Listener. You can perform start, stop, and query with "lsnrctl". For example:
start: lsnrctl start stop: lsnrctl stop query: lsnrctl status
To change the FTP/HTTP port number, update the tags <ftp-port> and <http-port> in the file, /xdbconfig.xml in Oracle XML Database Repository. See Appendix A, "Installing and Configuring Oracle XML DB" and Chapter 19, "Using FTP. HTTP, and WebDav Protocols" for descriptions of how to update /xdbconfig.xml. After updating the port numbers dynamic protocol registration will automatically stop FTP/HTTP service on old port numbers and start them on new port numbers if the local Listener is up. Otherwise, restart the Listener after updating the port numbers. If Listener is running on a non-standard port (not 1521), in order for the protocols to register with the correct Listener the initialization parameter file must contain a local_listener entry that references a TNSNAME entry. This in turn points at the correct Listener.
After editing the initialization parameter you must regenerate the SPFILE entry using create SPFILE.
|
|
![]() Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|