Posts

Showing posts from May, 2016

Configuring Security store for Oracle IAM environment - IDM domain

Preparing for configuration of secure store export IAM_HOME=/u01/app/Middleware/Oracle_IDM1 Lets see the help for configuresecuritystore.py oracle_common/common/bin/wlst.sh IDM_HOME/common/tools/configuresecuritystore.py -h --help Prints usage message. -d --domaindir The directory of domain. -s --datasource The data source of security store configured in domain. It is optional, default value is "opss-DBDS". -f --farmname The security store farm name. It is optional, default value is the domain name. -t --servertype The policy store type, using "DB_ORACLE", "DB_DERBY", or "OID". It is optional, default value is "DB_ORACLE". -j --jpsroot The distinguished name of jpsroot. It is optional, default value is "cn=jpsroot". -m Option to control domain configuration and data migration. It...

Deinstalling Oracle DB 12c software

There are some situations that demands us to uninstall the installed software. same thing happen for me today I was trying to install the Oracle Database 12c in silent mode the logs tells that there is some prerequisites not matched. Hence the installation log retured with non zero value that is 6 . When should I need to Deinstall ? To re-install my target Oracle Database 12c software, I need to uninstall the existing installation. If you need to go for higher version of Database then take proper backup of your data then proceed for this deinstallation. Steps to Deinstall Oracle  To uninstall Oracle Database 12c: First navigate to the ORACLE_HOME  Then find deinstall directory that is containing the deinstall command script. Execute like shell script use ./deinstall without any parameters to procced to uninstall the Oracle Database - Keep observing the terminal where it shows all that is doing in background to remove the software.  Note that deinstall command automatic...