UTL_FILE is used to work with local files on the database server side. In this post I’ll explain why you might get ORA-29283 in RAC (but not only) and how
UTL_FILE is used to work with local files on the database server side. In this post I’ll explain why you might get ORA-29283 in RAC (but not only) and how
This is a short note just to say I’m happy to have my first GitHub project.A few months ago I wrote a blog post and a python script (on gist)
A little bit more than a month ago I spoke at OSWOUG event (and wrote this post about it). In the event, Jared Still talked about free tools for Oracle
I’ve written a few “diagnostics” posts in the past (you can see them all under the “Troubleshooting” category). People really like these type of posts, and I got many comments
My previous post about bypassing the listener was a big success. It actually broke my daily record (the previous one was the Oracle Challenge). Anyway, because of this success, I’ve
The listener is the first contact we make in order to connect to the Oracle database. Therefore, as DBAs, it is also the front-end component we can secure. There are
Why do We Need Listener Registration? In Oracle environment, we have a special component that listens to network requests to connect and pass them on to the instance. This is