How to Add Service to Databaseby Ed ChenMarch 6, 2021May 29, 2022There're two ways to add a service to a database (non-CDB): DBMS_SERVICE Create Service It's an administration package for managing services of a database. SRVCTL… Read More »How to Add Service to Database
How to Set Server-Side Transparent Application Failover (TAF)by Ed ChenFebruary 5, 2020January 19, 20222 CommentsI have talked about how to set client-side Transparent Application Failover (TAF) pretty much. This time, we turn to server-side TAF. There're 2 ways to… Read More »How to Set Server-Side Transparent Application Failover (TAF)