Oracle

Querying Long Running Jobs

Querying Long Running Jobs

Sometimes i want to see output details of a running datapump export job, but datapump’s job output shows only brief explanation and shows each process’s output after the process completed. In that case v$session_longops view helps us. This view displays status of jobs and some operations that run for longer than 6 seconds.
Read more »

Tags: ,
Posted in Oracle | No Comments »

How to use Oracle Data Dictionary?

Data Dictionary is the metadata of the oracle database. It contains all informations about the database objects.
Read more »

Tags: ,
Posted in Oracle | No Comments »

Mantıksal Standby Veritabanı Nasıl Oluşturulur? (III)

Fiziksel Standby Veritabanı Üzerinde Redo Apply İşlemini Durdurma Veritabanını fizikselden mantıksala çevirmeden önce redo apply işlemi durdurulur. ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;
Read more »

Tags: , ,
Posted in Oracle | No Comments »

Mantıksal Standby Veritabanı Nasıl Oluşturulur? (II)

Mantıksal Standby Veritabanını Oluşturma Kurulum dökümanında kullanılan isimler aşağıdaki tabloda gösterilmiştir.
Read more »

Tags: , ,
Posted in Oracle | No Comments »

Redo Log nedir?

Oracle dökümantasyonunda bir redo kaydı şu şekilde tanımlanmaktadır(1):
Read more »

Tags: , ,
Posted in Oracle | No Comments »

Sqlnet.ora ne için kullanılır?

SQL*NET mimarisi, Oracle veritabanı ile client araçlarının arasındaki network bağlantılarını sağlayan bir yazılım katmanıdır. Bu yazılım katmanının çalışmasını düzenleyen profil dosyalarından biri de sqlnet.ora dosyasıdır. Sqlnet.ora ile yapılabilecek ayarlamaları aşağıdaki gibi sıralayabiliriz.
Read more »

Tags: ,
Posted in Oracle | No Comments »

When listener log file grows

When the listener.log file grows, it is getting harder to tail logs. The log file must be reopened. There is no need to close listener service to reset the log file. After setting the logging state off just rename the log file, then set the logging state on again. Just three commands and it...
Read more »

Tags: , ,
Posted in Oracle | No Comments »

If OEM SSL certificate is expired

When i tried to start EM dbconsole got this “ERROR http: 14: Unable to initialize ssl connection with server, aborting connection attempt” in emagent.trc file. Then i realized that EM certificate is expired. You can check EM certificate state from any browser’s (IE, Mozilla etc.) security report. All you need is just “emctl secure dbconsole”...
Read more »

Tags: , ,
Posted in Oracle | No Comments »