
Oracle Database: 18c dbca Segmentation Fault
In this short blog I talk about Segmentation fault (core dumped) error when launching dbca. [oracle@18cbox ~]$ dbca Segmentation fault (core dumped) whenever dbca was launched - in silent or...
A journey from Database Administrator to Data Administrator.
In this short blog I talk about Segmentation fault (core dumped) error when launching dbca. [oracle@18cbox ~]$ dbca Segmentation fault (core dumped) whenever dbca was launched - in silent or...
In this short blog, I am going to cover on how to create a database using dbca command line using silent method export ORACLE_BASE=/u01/app/oracle # Set it as per your...
In this blog I discuss on how to create compartments in Oracle Cloud. Compartments are an essential component and one of the key differentiators of OCI compared to other cloud...
In this blog we are going to understand how to de-install an Oracle restart configuration. You must de-install all linked Database binaries - before de-installing Oracle Restart or Grid Infrastructure....
In this blog I am going to install Oracle Restart using Silent Method. UI installations are not always supported for Oracle installations, so understanding to install in Silent is an...
This query is to check on Database backups history from v$ views. It provides below 1. BACKUP NAME 2. STATUS 3. START TIME ...
This blog is in continuation with my previous blog of Pre-req completion for Restart Installation on OEL 7.3 In this blog we do the installation. unzip -qq LINUX.X64_180000_grid_home.zip Run pre-req check cd...