Answers for "DROP USER command Oracle"

SQL
1

oracle drop user

-- Specify CASCADE to drop all objects in the user's schema before dropping user.
DROP USER MY_USER CASCADE;
Posted by: Guest on March-23-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language