A. Command Reference : General Command Syntax : Delimited Identifiers Used on Authorization Parameters
 
Share this page                  
Delimited Identifiers Used on Authorization Parameters
You can use delimited identifiers to specify a username for the ‑u flag, a groupid parameter for the ‑G flag, or a roleid for the ‑R flag on the command line. A general example is:
sreport my_database myfile -u”user 5” -G”group 2”
Here are examples:
Windows:
sreport my_database myfile -u’”user 5”’ -G’”group 2”’
Linux:
sreport my_database myfile -u’”user 5”’ -G’”group 2”’