How to Make a WhiteList for DB Connectionby Ed ChenNovember 3, 2022November 18, 20222 CommentsDatabase Whitelist If there's only a few clients that use the database, we can make a whitelist to explicitly accept those clients. We take 2… Read More »How to Make a WhiteList for DB Connection
How to Make a BlackList for DB Connectionby Ed ChenNovember 2, 2022November 18, 2022Database Blacklist Unexpected connections may be seen in your listener log, we can make a blacklist to explicitly block those clients. We take 2 steps… Read More »How to Make a BlackList for DB Connection