ASM Initialization Parameters: ASM_DISKSTRING,ASM_DISKGROUPS

ASM  Initialization Parameters Some of the important parameter in Oracle ASM are asm_diskstring This parameter limit the set of disks that Automatic Storage Management considers for discovery. The parameters default value is NULL. This default causes ASM to find all of the disks in a platform-specific location to which it has read/write access. This parameter […]

ASM Initialization Parameters: ASM_DISKSTRING,ASM_DISKGROUPS Read More »

How to recreate central OraInventory in Oracle RAC

We may come across the situation where we are checking the patches in Real application cluster installation using opatch and we are getting below errors for oracle central orainventory $ opatch lsinventory Oracle Interim Patch Installer version 1.0.0.0.55 Can not get details for given Oracle Home LsInventory: OPatch Exception while accessing O2O OPATCH_JAVA_ERROR : An

How to recreate central OraInventory in Oracle RAC Read More »

How to start and stop mysql on Linux

MySQL is a open source database widely used in Industry. If the MySQL. is hosted on Linux platform,here are the steps to stop and start the MySQL. /etc/init.d/mysqld  status The above gives the status of the mysql service /etc/init.d/mysqld  stop The above gives the stop of the mysql service /etc/init.d/mysqld  start The above gives the

How to start and stop mysql on Linux Read More »

Scroll to Top