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 |
What are the benefits of using the db2 database?
i want to delete 20th million record how ?
What is the difference between drop table and delete table?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
What is the SQL Communications Area and what are some of its key fields?
What is the difference between group by and order by?
What is -904 sql code? How to resolve it?
How do you simulate the EXPLAIN of an embedded SQL statement in SPUFI/QMF? Give an example with a host variable in WHERE clause)
Can we use select * statement in cobol program without giving field names ???
The only place of VSAM KSDS in DB2 is?
cursor with hold explain ?
How would you find out the total number of rows in a db2 table?