Dropping a user with DBA Authority
I need to drop a user that has DBA authority -- this person is no longer with the company ... other than the tables in that particular user's schema...
1. will any grants that this user made be lost when i drop the user?
2. will any stored procs; functions;packages; package bodies etc be lost IF that user created those while being logged in with a proxy to another schema? ---
0