viernes, 13 de junio de 2008

Oracle Database 10g Instalation for Solaris SPARC 64-Bit)

Implementing Optimal Flexible Architecture

You can install different products with the same release number in the same
Oracle base directory, for example:

/u01/app/oracle/product/10.2.0/db_1/u01/app/oracle/product/10.2.0/client_1

You can install the same product more than once in the same Oracle base directory, for example:
/u01/app/oracle/product/10.2.0/db_1/u01/app/oracle/product/10.2.0/db_2

Instalacion

Extracting the Installation Files

To uncompress each file, enter a command similar to the following:

$ gunzip filename.cpio.gz

To extract the installation files, enter a command similar to the following:

$ cpio -idcmv <

Mounting Discs

Switch user to root:

$ su - root

If necessary, enter the following command to eject the currently mounted disc, then remove it from the drive:

# eject


Insert the appropriate disc into the disc drive.

To verify that the disc mounted automatically, enter the following command:

# ls /dvd/dvd0

If this command fails to display the contents of the disc, enter a command similar to the following to mount it:

# /usr/sbin/mount -r -F hsfs /dev/dsk/cxtydzs2 /dvd

If Oracle Universal Installer is displaying the Disk Location dialog box, enter the disc mount point directory path, for example:


Disc mounted automatically:

/dvd/dvd0


Disc mounted manually:

/dvd


Running Oracle Universal Installer

$ cd /tmp
$ /directory_path/runInstaller

$ ./runInstaller

Oracle Enterprise Manager Database Control

Use a Web browser to access the Database Control

http://host:port/em


$ORACLE_HOME/install/portlist.ini file:

Enterprise Manager Console HTTP Port (db_name) = 1158

The installation reserves the first available port from the range 5500 to 5519. For example, if you installed Oracle Database on host mgmt42, and the Database Control uses port 1158, use the following

http://mgmt42:1158/em

Oracle Enterprise Manager displays the Database Control login page.
Log in to the database using the user name SYS and connect as SYSDBA.
Use the password that you specified for the SYS account during the installation.

# cat /etc/project

# su - oracle

$ id -p

No hay comentarios: