Minimalistic Oracle

Minimalistic Oracle contains a collection of practical examples from my encounters with Oracle technologies. When relevant, I also write about other technologies, like Linux or PostgreSQL. Many of the posts starts with "how to" since they derive directly from my own personal experience. My goal is to provide simple examples, so that they can be easily adapted to other situations.

Friday, August 29, 2014

Login storm against database caused exhausted library cache

›
One of our databases experienced massive contention in the shared pool, in form of wait events alerted as "library cache locks". ...
1 comment:
Thursday, August 28, 2014

How to use the case statement in a shell script, with case-insensitive input

›
Use the pipe (|) character for each possible case: echo "TABLESPACE REPORT FOR $ORACLE_SID" stty echo echo "All tablesp...
Tuesday, August 26, 2014

How to find the SID, serial# and their operating system process ID from the database

›
A simple statement to find the SID, serial# and their operating system process ID from the database: SET LINES 300 PAGES 300 SET TRIMSPOOL...

What is the meaning of the "10G 11G" value in DBA_USERS.PASSWORD_VERSIONS?

›
When the value of DBA_USERS.PASSWORD_VERSIONS is shown as "10G 11G", it means that both old and new-style hash values are availabl...
Monday, August 25, 2014

How to use trace event 10046

›
ALTER SESSION SET max_dump_file_size = unlimited; ALTER SESSION SET tracefile_identifier = 'normal_run_with_trace_10046'; ALTER SES...
Friday, August 1, 2014

Why are there multiple rows in V$SESSION_LONGOPS when running an RMAN backup?

›
Answer: When performing an RMAN backup, V$SESSION_LONGOPS will be populated with two types of rows: Detailed rows : Captures the progress...
Tuesday, July 15, 2014

What is the difference between the columns PID and SPID in v$process?

›
The PID column is an internal counter that oracle uses for its own processes. It is incremented by one for every new process. Consequently, ...
‹
›
Home
View web version

About Me

My photo
Name: Vegard Kåsa
My career as an Oracle DBA startet in 2001, when I acceptet a request to take on the responsibility as my current employer's DBA. From that point and onwards, managing Oracle databases has kept me busy and engaged. I enjoy my work, and particulary appreciate the constant learning and devlopment that comes with the job. From 2014, I am self-employed through my company Oric Consulting AS (Norway), and from 2024 Oric Consulting AB (Sweden) I currently live in Göteborg, Sweden, with my family.
View my complete profile
Powered by Blogger.