Tell me how to give the user full rights to the objects that he created? And on the creation of objects of course :)

    1 answer 1

    to create objects

    GRANT CREATE TABLE, CREATE PROCEDURE,.. TO <user> 

    Permissions for objects created by a user are set in the general order within his rights on the base and server