-
Check Oracle datapump job status
-
Query Oracle Schema Size
-
How to run Oracle datapump export
-
Removing Oracle Nodeapps from a node in a cluster
Some quick notes on removing Oracle Nodeapps in a cluster. Take a note of current config of node using: srvctl config nodeapps -n nodename -a To remove nodeapps: srvctl remove nodeapps -n o2hp113 To re-create: srvctl add nodeapps -n nodename -o $ORACLE_HOME -A xxx.xxx.xxx.xxx/255.255.255.0/laninterface .
-
Oracle OCR ocrcheck, ocrdump, ocr backup, ocr restore
Oracle OCR 101: ocrcheck – Status of Oracle Cluster Registry ocrdump – The ocrdump command can be used to dump the OCR, by default it will output to a text file in the current directory. ocrconfig -showbackup – will show the current status of the automatic OCR backups and location. ocrconfig -restore FILENAME – will…
