Author Archives: George Valentin Voina

#Java #Weblogic : The server is in an incompatible state

By | November 19, 2018

WebLogic application server has its share of mind boggling error messages the same as its competition like WebSphere or JBoss. For some weird reason my servers (WebLogic version of a JVM instance) all dies and entered the weird state of “INCOMPATIBLE STATE”. Of course the author of that state label forgot to mention “incompatible with… Read More: #Java #Weblogic : The server is in an incompatible state »

Secure an #nginx or #apache website using #ssllabs.com

By | October 14, 2018

From time to time is good to perform a security audit to your Internet exposed services. Things change fast online so you have to keep up with the security reports to be able to maintain secure services online. My favorite tool for SSL related security audit is the great resource at www.ssllabs.com. The audit performed… Read More: Secure an #nginx or #apache website using #ssllabs.com »

#SQL to find dependency between tables in #Oracle database

By | February 12, 2025

There are times when we need to find which are the tables that depend on a given table. This is useful when cleanup or archiving jobs have to pe performed and the interconnection of constraints is becoming a nuisance. Lucky for us in the case of Oracle database is quite simple to search through all… Read More: #SQL to find dependency between tables in #Oracle database »