DBA Tools

Troy

Member
Anyone know where I can find DBA type plug-ins for PL/SQL Developers. For example, create user, create tablespace, etc. that I might find in Oracle Enterprise Manager or Grid Control. I'm not look for a full featured plug-in, but just the most common task performed by a DBA. Thanks.
 
Tasks like user/role management and session management can already be performed from within PL/SQL Developer. For tablespace management there is no tool yet, and as far as I know there is no DBA Plug-In.
 
Back
Top