3

I need to give Oracle XML report access to only some users and not responsibility specific.For eg only 3 users can run a particular concurrent program and no one else.

Please suggest all the possible ways to achieve it.

Barbaros Özhan
  • 59,113
  • 10
  • 31
  • 55
Nikhil
  • 151
  • 1
  • 3
  • 20

1 Answers1

0

According to my knowledge the only possible way to achieve that would be to check in the BEFOREREPORT module if the logged in user is one of the ones enlisted in your 'white list'

jalsh
  • 801
  • 6
  • 18