Posts

Showing posts with the label OTN

OTN EMEA Tour 2017 Baku

Image
OTN EMEA Tour 2017 took place. Our city Baku also included this tour this year also. We (board of Azerbaijan Oracle User Group ) organized the biggest event at Baku  (Park in Hotel) by sponsored Azercell Telecommunication Company. This year 3 Oracle ACE Director   Bjorn Rost (Germany),  Gurcan Orhan (Turkey), Heli Helskyaho  (Finland) and an Oracle ACE Rene Antunez (Mexica)  are our guests. Attendees of our event listened very interesting Oracle technical topics at the event. Here is agenda of our event I want to share some photos  from event:  Keynote Speach by Oracle ACED Kamran Ageyev A. (Azerbaijan) Oracle ACE Director Heli Helskyaho (Finland)  Oracle ACE Director  Bjorn Rost (Germany) Oracle ACE Mahir M. Quluzade (Azerbaijan) Oracle ACE Mahir M. Quluzade (Azerbaijan) Oracle ACE Director Gurcan Orhan (Turkey) Oracle ACE Rene Antunez (Mexica) Speakers S...

I'm speaking at OTN EMEA Tour 2017 Baku

Image
Local Oracle User Groups from the EMEA region are cooperating for the fourth year in a row to organize a tour of the region. The OTN EMEA Tour brings a star-studded cast, consisting of some of the world’s best Oracle ACEs, ACE Directors and Rock Star Speakers to the region. Azerbaijan Oracle User Group (AZEROUG) also joined EMEA Tour since last year (2016). This year also will be organize OTN EMEA Tour 2017 Baku (20th, May 2017). I'm  speaking at OTN  EMEA Tour 2017 Baku, my topic is New Features of Oracle Database 12c Release 2 for DBAs and Developers. Here is about all speakers of OTN EMEA Tour 2017  See you at event soon.  Best Regards Mahir

OTN Appreciation Day: DBMS_MONITOR

Image
Today is OTN Appreciation day. In this reason Oracle bloggers share a blog post about himself favorite Oracle feature. This great idea coming from Tim Hall (@oraclebase). I also want share my favorite feature of Oracle Database. Here’s my contribution to the OTN Appreciation Day . How to Oracle working? - this question is interesting all of persons which is using Oracle database. Oracle trace files is very helpful for learn working mechanism of oracle processes. Each server and background process writes to a trace file. When a process detects an internal error, it writes information about the error to its trace file. DBMS_MONITOR is very good package for trace database, session, application, module... etc You can found your trace files in default folder : $ORACLE_BASE/diag/rdbms/SID/INSTANCE_NAME/trace Trace file is not more readable, you can use TKPROF for generate readable, text based file from trace files (*.trc) Read more about Application tracing https://docs....