danaxshoppe.blogg.se

Show database in oracle 10g
Show database in oracle 10g




  1. #SHOW DATABASE IN ORACLE 10G FULL#
  2. #SHOW DATABASE IN ORACLE 10G SOFTWARE#

#SHOW DATABASE IN ORACLE 10G FULL#

This is not a full database instance, just the memory structures and as such is very small and lightweight. The ASM functionality is controlled by an ASM instance. The new ASM functionality can be used in combination with existing raw and cooked file systems, along with OMF and manually managed files. The ASM functionality is an extention of the Oracle Managed Files (OMF) functionality that also includes striping and mirroring to provide balanced and secure storage. Overview of Automatic Storage Management (ASM)Īutomatic Storage Management (ASM) simplifies administration of Oracle related files by allowing the administrator to reference disk groups rather than individual disks and files, which are managed by ASM. Automatic Storage Manager (ASM) Enhancements in Oracle Database 11g Release 1.Initialization Parameters and ASM Instance Creation.Overview of Automatic Storage Management (ASM).Oracle Database Installation Guide 10g Release 1 (10.Home » Articles » 10g » Here Automatic Storage Management (ASM) in Oracle Database 10gĪutomatic Storage Management (ASM) is a new feature that has be introduced in Oracle 10g to simplify the storage of Oracle datafiles, controlfiles and logfiles.Post InstallationĮdit the "/etc/redhat-release" file restoring the original release information.įinally edit the "/etc/oratab" file setting the restart flag for each instance to 'Y'. Start the Oracle Universal Installer (OUI) by issuing the following command in the Disk1 directory.ĭuring the installation enter the appropriate ORACLE_HOME and name then continue with the installation. If you are using X emulation then set the DISPLAY environmental variable. #LD_ASSUME_KERNEL=2.4.1 export LD_ASSUME_KERNELĮdit the "/etc/redhat-release" file replacing the current release information (Fedora Core release 1 (Yarrow)) with the following. LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib export LD_LIBRARY_PATHĬLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib export CLASSPATH ORACLE_HOME=$ORACLE_BASE/product/10.1.0/db_1 export ORACLE_HOME ORACLE_BASE=/u01/app/oracle export ORACLE_BASE Login as the oracle user and add the following lines at the end of the ".bash_profile" file. Login as root and issue the following command.

show database in oracle 10g show database in oracle 10g

#SHOW DATABASE IN ORACLE 10G SOFTWARE#

SetupĬreate the directories in which the Oracle software will be installed. Note by Kent Anderson: In the event that pam_limits.so cannot set privilidged limit settings see Bug 115442. Run the following command to change the current kernel parameters.Īdd the following lines to the "/etc/security/nf" file.Īdd the following line to the "/etc/pam.d/login" file, if it does not already exist. # semaphores: semmsl, semmns, semopm, semmni Oracle Database 10g (10.1.0.2) SoftwareĪdd the following lines to the "/etc/nf" file.The article is based on a Fedora Core 1 Server Installation with a minimum of 2G swap and the following package groups installed.Īlternative installations may require more packages to be loaded, in addition to the ones listed below. In this article I'll describe the installation of Oracle Database 10g (10.1.0.2) on Fedora Core 1. Home » Articles » 10g » Here Oracle Database 10g (10.1.0.2) Installation On Fedora Core 1






Show database in oracle 10g