Surely Mr Mohannad Ghawi would not be requesting
additional privileges for his own personal use, but
as a developer he would be requesting them on behalf
of the application he is working on, presumably
backed up by a technical designer, team leader or
manager who would confirm the business need as well
the apparent urgency of the situation.
Well developer will be in situation for "requesting additional privileges"
only if technical designer, team leader or manager forgot to concern such case during design of application!
In case of enterprise class application if often that
they must working properly in multi-user environment where
exists (of course) users with restricted privileges (e.g. no using DBMS_LOCK).
In that case helps following construct to avoid errors in
your application:
if user_with_restricted_privs then
own unsupported code, duplicate version of the Oracle functionality you have already paid for.
else
using Oracle functionality you have already paid for
end if;
Cheers!
Message was edited by:
Faust
Edit:
This "you have already paid for" apply not for users of XE
