ORA-12528 TNS Listener All Appropriate instances are blocking new connections
This is a brand new error message with Oracle 10g. Here is what Oracle has to say: All instances supporting the service requested by the client reported that they were blocking the new connections. This condition may be temporary, such as at instance startup. And here are what Oracle advices as action: Attempt the connection again. If error persists, then contact the administrator to check the status of the instances. And what we have to say: This error usually crops up when you are starting up your database, or just started up your database. This is actually a known problem with Oracle 10g where a SHUTDOWN IMMEDIATE is followed by a STARTUP MOUNT. If this where the case it would be solved by issuing a SHUTDOWN to the database and then again issuing a STARTUP. This should solve the problem. However there might be some scenarios where this error might occur even if you are starting your database after a restart of the ope...