Required to manage objects.
            The MANAGE ANY OBJECT PRIVILEGES system privilege allows a user to
                perform management-related tasks, such as:
            
                - Grant any object-level privilege (INSERT, UPDATE, DELETE, SELECT, ALTER,
                        REFERENCES or EXECUTE) on objects owned by any user
 
- Revoke any object-level privilege granted by the object owner or another
                        user with MANAGE ANY OBJECT PRIVILEGES system privilege
 
             
         
Grant this system privilege using the WITH ADMIN OPTION, WITH NO
				ADMIN OPTION, or WITH ADMIN ONLY OPTION clause. If you do not specify a clause, the
				default is WITH NO ADMIN OPTION.