5 pts.
 Giving Permission
Hi, I am studing databases in a iSeries. All my objects are in librarie called DB1_T2. I need to give access to the professor so he can read all my data and execute my functions. How can I do that via the command line. Thanks a lot.

Software/Hardware used:
ASKED: May 21, 2008  6:46 AM
UPDATED: May 21, 2008  12:14 PM

Answer Wiki:
Hi, Probably easiest to grant authority :- GRTOBJAUT OBJ(yourlib/*ALL) OBJTYPE(*ALL) USER(yourprofessor) AUT(*ALL) Regards, Martin Gilbert.
Last Wiki Answer Submitted:  May 21, 2008  8:36 am  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hello,
I suggest you reading this.
Bye

 9,660 pts.