Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Drop a user's objects - Reply
Kjetil;
U have probably thought of this but dynamic sql of type:
connect as user who's objects are to be dropped
select 'drop '||object_type, object_name from user_objects||';||
will probably fit the bill or have special reasons for not using dynamic
sql??.
p
>>> Kjetil Nordstrand <kjetil.nordstrand_at_KVAERNER-PULPING.SE> 01/13 6:03
am >>>
Folks,
is there a fast way to drop all the database objects of one specific user WITHOUT dropping the user itself ? This would save me a lot of time on regenerating database objects from Designer/2k.
/Kjetil
John F. Kennedy *********************************************************************Received on Mon Jan 15 1996 - 10:52:17 CST
![]() |
![]() |