A WOMEN IN TECHNOLOGY PANEL: WORK LIFE BALANCE

We hoped it might let up, but post-pandemic life is busier than ever with more meetings, hiring and retention challenges, and a constant stream of new curveballs. Then there's the whole host of pressures and demands we face outside of work. How do we manage it all? Well, maybe we don’t have to—at least, not alone. Join us for this Women in Tech panel to learn from two experts in our community and stay till the end to participate in Q&A!   

On the way to the “Least Privilege Principle” – Privilege Analysis with the Oracle Database by Markus Flechtner

As a DBA you probably know the situation: one of the first SQL commands when installing third-party software is “GRANT DBA TO ..”. Or: the developers in your own development department don’t know which privileges they need in the database – and first demand DBA rights in the development environment. And then the security officer appears on stage and says “everyone may only get the rights he really needs” – the well-known least privilege principle is required. But how can this be found out? Since database version 12c Oracle offers the feature “Privilege Analysis” for this purpose. Unfortunately, the use