If Tom owns a table. Use the CASCADE keyword to drop it : Drop User « User Previliege « Oracle PL / SQL






If Tom owns a table. Use the CASCADE keyword to drop it

 


drop user Tom cascade;

 

Related examples in the same category

1.Create a user and then drop it
2.Create user, grant permission and drop user