tags:

views:

8

answers:

1

Any one help me regarding orcal querry to drop user object?

A: 

The following statement drops the user, jones and all associated objects and foreign keys that depend on the tables owned by jones.

DROP USER jones CASCADE;

Oracle® Database Security Guide

Sudantha