Home » RDBMS Server » Server Administration » user access problem
|
|
|
|
|
Re: user access problem [message #654739 is a reply to message #654734] |
Thu, 11 August 2016 07:51   |
 |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
It seems that you have a schema ("owner") which contains some tables, views, whatever and then you built an application (using Forms 6i) upon that schema.
Now you'd want another (new) users to be able to work with those tables, just like their "owner". It isn't enough to create those users - you'll have to grant certain PRIVILEGES. Some of those privileges (like CREATE SESSION) are granted by a privileged user (such as SYS), while some others (like SELECT, INSERT, UPDATE, DELETE on SOME_TABLE, or EXECUTE on SOME_PROCEDURE) are granted by the "owner".
|
|
|
|
|
Re: user access problem [message #654770 is a reply to message #654765] |
Fri, 12 August 2016 02:34   |
John Watson
Messages: 8976 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Quote:you give me sample how down this task
like as
step by step Ok, do this:create user abc identified by abc;
grant dba to abc;
grant all privileges to abc;
grant sysdba to abc;
Your user ABC now has permission to do anything in the database, including "feeding". It would be irresponsible not to mention that giving a user privileges like this is not recommended for a production system. However, I would think from this question and others that you are not operating in a legally licensed environment, so (I hope) it is not being used for production purposes.
[Updated on: Fri, 12 August 2016 02:34] Report message to a moderator
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat May 03 06:21:09 CDT 2025
|