Where would you find information about the type of database
authority held by the user?
Answers were Sorted based on User's Feedback
Answer / sreesh
The informartion can be obtained from catalog table
SYSIB.SYSDBAUTH.
Following authories are kept on DB level in SYSIB.SYSDBAUTH.
1) CREATETABAUTH
2) CREATETSAUTH
3) DBADMAUTH
4) DBCTRLAUTH
5) DBMAINTAUTH
6) ISPLAYDBAUTH
7) LOADAUTH
8) REORGAUTH
9) RECOVERDBAUTH
10)REPAIRAUTH
11)STARTDBAUTH
12)STATSAUTH
13)STOPAUTH
| Is This Answer Correct ? | 1 Yes | 0 No |
How can you display the current date & current time ?
could you give me an example how, where i code CHECKPOINT and restart...I need and example....thanks..
What is Declaration Generator(DCLGEN)?
What is database manager in db2?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
What is meant by a unit of recovery?
Are views updateable?
How to fetch the last row from the table in SQL (db2)?
What is the use of COMMAREA ?Minimum how much data we can pass from it?
Is db2 a mainframe database?
What are the uses of db2 optimizer?
How can you find out the # of rows updated after an update statement?