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 is database alias db2?
If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?
Why cursor is used in db2?
Give some example of statistics collected during RUNSTATS?
Describe major components of db2?
How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
What is ibm db2 connect?
What is the function of logging in the db2 database?
Where besides the DB2 catalog is database object information stored by DB2?
What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?
i have one file having 100 of records? i want to display it like 20 records in one column and 20 records in another column total 40 records per page ? how ?
Can you tell me how can you find out the # of rows updated after an update statement?