Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can one rename a database user (schema) with oracle9i ?
"Tanel Poder" <change_to_my_first_name_at_integrid.info> writes:
> No, there's no supported way of doing it with a simple command.
> Drop & recreate instead. If you got data under the user, then
> export; drop; recreate; import.
The 'imp' program provides here for the 'fromuser' and 'touser' option.
Harald
> "Luigi" <LuiginospamMarzella_at_libero.it> wrote in message
> news:ckj1b.257267$lK4.7950619_at_twister1.libero.it...
>> Dear all,
>> as stated on the subject I'd like to know if with Oracle 9i there's >> a built-in command to rename a user schema. Received on Fri Aug 22 2003 - 04:44:30 CDT