To begin the installation process, locate therpm file you downloaded in the previous section and run the rpm command as follows: [root@phpxe tmp]# rpm -ivh oracle-xe-10.2.0.1-1.0.i386.rpm -------------------------------------------- You must run '/etc/init.d/oracle-xe configure' as the root user to [root@phpxe tmp]# -------------------------------------------- As the output of this installation step implies, you need to run/etc/init.d/oracle-xe configurenext. The dialog in Listing 27-2 prompts you for the administrative interface port number, the Oracle listener port number, the password for theSYSandSYSTEMaccounts, and whether you want to start Oracle automatically when your workstation boots. Listing 27-2.Oracle Database XE Installation Dialog on Linux [root@phpxe tmp]# /etc/init.d/oracle-xe configure -------------------------------------------- Oracle Database 10g Express Edition Configuration Specify the HTTP port that will be used for Oracle Application Express [8080]: Specify a port that will be used for the database listener [1521]: Specify a password to be used for database accounts. Note that the same Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]: Starting Oracle Net Listener... In this example, you accept the defaults for port numbers and startup options. The installer starts the listener, configures the database, and starts the administrative Web interface service. To access the Oracle Database XE administrative interface, navigate to the URL you see at the end of the installation dialog: http://127.0.0.1:8080/apex You should see the Oracle Database XE administrative interface you saw in Chapter 25. If you are using Debian Linux, the previous steps are the same except that you initiate the installation process using the Debian package manager as follows: dpkg -i oracle-xe-universal_10.2.0.1-1.0_i386.deb Please check back next week for the conclusion to this article.
blog comments powered by Disqus |
|
|
|
|
|
|
|