
Copy user using DBMS_METADATA
Hi friends, How to copy one user to make another user same as without any objects. In another words we can say that how to copy empty user with all grants,privileges and roles for creating same another user. Yes it can be possible using DBMS_METADATA package. How can we do that? Let see example of […]