Delete Schema/User

4226
1
Jump to solution
01-06-2015 03:47 AM
SimonEarnshaw
New Contributor III

What is the best way to delete a schema/user from ArcSDE/Oracle?  Sure you can create a user using ArcToolbox, but there is no delete user!?

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor

Hi Simon,

You would need to do this using the DROP USER command, for example in SQL*PLUS.  Here is a helpful link:

Oracle Drop User Cascade

View solution in original post

1 Reply
JakeSkinner
Esri Esteemed Contributor

Hi Simon,

You would need to do this using the DROP USER command, for example in SQL*PLUS.  Here is a helpful link:

Oracle Drop User Cascade