Kamran Agayev's Oracle Blog

Oracle Certified Master

Archive for January, 2012

Finding the folder that consumes more space in Linux OS

Posted by Kamran Agayev A. on 23rd January 2012

Sometimes we got some folders filled with unknown files either due to any bug where Oracle creates 100 files in a second :) or due to the OS bugs. And in some cases we’re not able to find in which folder files were created. For that, you can use the simplest command in Linux to get the output for the folders with its size sorted. Here’s the command:

[php]du -s /u01/* | sort -n -r

…….

28G     /u01/oracle/product/10.2.0/db_1/flash_recovery_area

……..[/php]

 

From the output you will get the folder which consumes more space

Posted in Administration, Oracle on Linux | 4 Comments »

My presentation at Oracle OpenWorld 2011 – San Francisco

Posted by Kamran Agayev A. on 12th January 2012

I’m getting a lot of emails from readers asking me to share my OpenWorld 2011 presentation files. So I decided to share it with you. Here, you can download the presentation with necessary video tutorials that I’ve shown at OpenWorld 2011. Download the .zip file and extract it under the folder C:\ and make sure you run the presentation from the following folder –c:\OOW 2011 – Kamran Agayev A\

Downloaded 3085 times

I’ve also uploaded a part of my speech to youtube, you can watch it online:

httpv://www.youtube.com/watch?v=5RPUxotUk9A&hl=en&fs=1&border=1

Posted in Uncategorized | 3 Comments »

Oracle Flashback Technologies – VIDEO Tutorial

Posted by Kamran Agayev A. on 6th January 2012

In this video tutorial I show practical demonstrations on all Flashback Technologies that are avaiable in Oracle

 

To download the .mp4 format of the video tutorial, use the following link:

http://www.kamranagayev.com/Video_Tutorials/Flashback_Technologies.mp4

Posted in Administration | 11 Comments »