Skip to main content

Posts

Showing posts from June, 2017

Cómo solucionar ORA-12505, Listener no conoce actualmente de SID

Cómo solucionar ORA-12505, Listener no conoce actualmente de SID Este es un error muy común y realmente se chupar la sangre si no estás camino correcto. Intentaré explicarle sobre este error. Como se puede ver este error se muestra que el oyente está en marcha y en funcionamiento, pero no sirve el SID que está destinado a. Y sí primero usted necesita comprobar donde usted está haciendo frente a este error. Es en el lado del cliente o en el lado del servidor. Entonces, ¿cuál es el SID que está buscando este oyente? SID es el nombre de su base de datos o puede decir identificador de servicio, que es ayudar a identificar el servicio como utilizamos PROD para la producción de UAT para el servidor de pruebas. SID de la base de datos debe ser idéntico para evitar la confusión. Su longitud es de 8 caracteres sólo significa que no se puede extender más de 8 caracteres. ¿Cómo funciona el oyente? Como todos sabemos que es como un coche, que nos caen desde el aeropuerto al hotel, hahah lo siento,...

ORA-00240控製文件入隊持續超過XXX秒

ORA-00240控製文件入隊持續超過XXX秒 說明:控製文件排隊持有超過字符串秒 原因:1.當前進程沒有在最大允許時間內釋放控製文件入隊。        2.未經發布的Bug 7570453 - [3 RAC NODE] ORA-00240在升級到10.2.0.4.0之後啟動的問題已被調查,該錯誤被關閉為Not Bug。開發人員確認這只是一個警告,讓DBA知道一個CF入隊被持有超過120秒。這不是一個錯誤,如果CF入隊超過900秒(15分鐘),則不會發生錯誤。 當數據庫中有很多數據文件時,會發生該消息。 DBWriter(dbw0)由於不得不打開這些數據文件而花費太多的時間來釋放CF入隊。 操作:1.重新發出失敗的任何命令,並與事件信息聯繫Oracle支持服務。    2.建議通過減少數據庫文件的數量來減少這個時間。更多的是建議使用較少但較大的數據文件,而不是較小的數據文件。   如何照顧Oracle審計   什麼是Oracle 10天規則?

ORA-12505, TNS:listener does not currently know of SID given in connect descriptor

How to solve ORA-12505, Listener does not currently know of SID   This is very common error and really it will suck your blood if you are not right path. I will try to explain you about this error. As you can see this error is showing itself that listener is up and running but not serving  the SID that it is meant for. And yes 1st you need to check where you are facing this error. Is it on client side or on server side. So what is the SID this listener looking for? SID is name for your database or you can say service identifier, That is help to to identify the the service like we use PROD for production UAT for testing server. SID of Database should be identical to avoid the confusion. It's length is 8 character only that means you can not extend it more then 8 character. Now how listener works ? As we all know its like a car, That drop us from airport to hotel, hahah sorry I am not good in examples. So let me explain technically, whenever you try to make connection from ...