Skip to content

Oracle – SQL – demo deadlock

create table t (processed_flag varchar(1)); create bitmap index t_idx on t(processed_flag); From Tom Kyte “Expert Oracle Database Architecture – 3rd Edition” insert into t values (‘N’); declare pragma autonomous_transaction; begin insert into t values (‘N’);… 

Mini Keepass – Database File from iPhone to PC

Move keepass Database File from iPhone to PC tap Share icon (square/arrow) at bottom centre select “copy to (Google) Drive” save it somewhere on the drive In Google Drive, find the file and tap three… 

Oracle VM – Collect diagnostic info

Collect diagnostic info for Oracle Virtual Machine Manager and Servers If you are experiencing issues with OVM, and an SR is opened, Oracle support will request diagnostic information. The shell session below shows collection of…