Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: cloning a user ! ( Oracle 7 on SCO UNIX)
haddadiank_at_my-dejanews.com wrote:
> There is an application that works fine with a user defined
> previously by
> its developer. Now, I want to define a new user that act just like the
>
> original one. But in all the forms I get the ORA-00942 message.
>
> I have no access to developer or sources of the application. What must
> I do
> for new user to have the same privileges as the original one so it
> become
> able to do everything the original user does with the application.
>
> - Regards, Kawa Haddadian
>
> -----== Posted via Deja News, The Leader in Internet Discussion
> ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member
> Forum
CONNECT OLD_USER_NAME/PASSWORD GRANT ALL PRIVILEGES TO NEW_USER; Vitaliy Mogilevskiy DBA Kittrich Corporation. Received on Sun Sep 27 1998 - 02:39:03 CDT
![]() |
![]() |