Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: drop user cascade
rmohanvp_at_gmail.com wrote in news:1175824736.058252.263280
@q75g2000hsh.googlegroups.com:
> I am trying to drop a user which is also the schema owner, so as to
> make fresh import of schema. But some how I am the statement drop user
> scm1 cascade hangs, as I don't see any result after several hours.
>
> Can someone help to guide me what could be the problem.
>
> cheers
>
>
SQL> SHOW USER
displays what?
Prior to issuing the DROP USER command do: SQL> ALTER USER SET SQL_TRACE=TRUE What is the output from TKPROF after processing the *trc file? Received on Thu Apr 05 2007 - 21:38:50 CDT
![]() |
![]() |