Database Administration (MOSC)

MOSC Banner

Howto create custom db user to execute procedures in apps.fnd_user,pkg

edited Feb 14, 2013 4:05AM in Database Administration (MOSC) 3 commentsAnswered
Dear all,

We need to update Oracle EBS user passwords from our AD. Our plan is to use the following procedure call to perform that task.

declare

l_ok BOOLEAN;

begin

  l_ok := apps.fnd_user_pkg.changepassword('JOHN','secret01');

end;

The problem is that we need a new db user with limited rights to preform that task and thus not need to use the apps account. We created a new db user with execute rights on this procedure. Unfortunately this does not work, since the call errors out because of lack of rights on packages used by fnd_user_pkg.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center