Month: February 2020

Buffer Cache Usage for a lob segment if cached

Oracle has added JSON support from 12.1.0.2. At various locations, e.g. Oracle XML DB Developer's Guide, JSON Developer's Guide, Oracle recommends "whenever you store JSON data in a BLOB or CLOB column you turn on the LOB cache option for that column. This option is turned off by default." So if a column of a … Continue reading Buffer Cache Usage for a lob segment if cached

Advertisement

SSH session disconectted with “Write Failed: broken pipe”

If you are like me working on *nix systems remotly on your daily life, you might have seen this error "Write Failed:broken pipe" before when you ssh hop to a different server from your current *nix terminal session. It's annoying when this happens -- you lose your connection to the remote system and you have … Continue reading SSH session disconectted with “Write Failed: broken pipe”

Input/output error — Rebooting Linux remotely

A few days ago, while I was doing an Oracle RMAN duplicate operation to set up another database on a Oracle Linux 6.10 system running on VMWare, the sytem went into a kernel panic state with the following messages: kernel:[217869.366586] NMI watchdog: BUG: soft lockup - CPU#8 stuck for 223s! [sadc:32354] kernel:[217869.366598] NMI watchdog: BUG: … Continue reading Input/output error — Rebooting Linux remotely