Let’s discuss about Oracle Database and Server Reboot Request. When Oracle Database services / cluster services are running on the server which is scheduled for server reboot then you will be asked to stop the database services. It’s always recommended to shutdown your database before releasing your database server for reboot. There are various reasons…
Category: HOWTO
Export A Table with Specific Columns in Oracle 19c
Yesterday, someone asked in whatsapp group about how to take expdp backup of a table with specific columns or Export A Table excluding few Columns. Hence today I am going to cover how to export ( expdp) a table with specific columns only That is you will be excluding the columns of table which you…
crsctl stop cluster -all vs crsctl stop crs in Oracle 19c
What is the difference between crsctl stop cluster -all vs crsctl stop crs. What all process will be running. Today we will share all the details about it. Crsctl stop cluster -all Honestly so far I haven’t got chance to use this command though Oracle says this will be used in Maintenance. Please note you…
How to Clear Socket Files in Oracle RAC 19c
Hello Readers, You might be thinking why we are clearing network socket files in oracle 19c RAC configuration. How to Clear Socket Files in Oracle RAC. How often we need to clear it. What are the location of the socket files. How to clear socket files in Oracle RAC 19c. What happens if you clear…