System_context

Why is sys_context used for providing privileges in Oracle?

Questions by raut.shubhangi1

Showing Answers 1 - 1 of 1 Answers

reyazan

  • Oct 16th, 2009
 

The sys_context function can be used to retrieve information about the Oracle environment.

The syntax for the sys_context function is:

sys_context( namespace, parameter, [ length ] )

namespace is an Oracle namespace that has already been created. If the namespace of 'USERENV' is used, attributes describing the current Oracle session can be returned.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions