How Many Processes In the Database Historically?
March 23, 2023The other day, I had an interesting challenge to look at. The maximum number of processes in the database instance… Continue Reading
The place where DBAs grow
The other day, I had an interesting challenge to look at. The maximum number of processes in the database instance… Continue Reading
How do I connect to a PDB? This is a common question among new DBAs, and a valid one indeed!We… Continue Reading
Today’s blog post came to my mind, as I am re-writing some scripts, written by others, with tones of concatenations… Continue Reading
You might be learning something new today, as I did when I ran the DBSAT Oracle utility! In the generated… Continue Reading
Continuing on the blog post series of Single-Row Character Functions, we are going to discuss and learn about the following… Continue Reading
In the single-row functions series, we are going to talk about Character Functions, the ones that manipulate the case. Because… Continue Reading
In the previous post, we started talking about Single Row Functions, which return a single value (row) for each row… Continue Reading
Do you remember what the two main categories of built-in functions are in Oracle? These categories are created based on… Continue Reading
Did you know that deferred segment creation was introduced in 11.2? Some DBAs might not be familiar with this concept… Continue Reading
Have you been in a situation where you had to prove the row count in a table has changed or… Continue Reading