DB2 – LDAP

  • Post author:
  • Post category:DB2
  • Post comments:3 Comments

Introduction LDAP is Lightweight Directory Access Protocol. LDAP is a global directory service, industry-standard protocol, which is based on client-server model and runs on a layer above the TCP/IP stack.…

Continue ReadingDB2 – LDAP

DB2 – Roles

  • Post author:
  • Post category:DB2
  • Post comments:0 Comments

Introduction A role is a database object that groups multiple privileges that can be assigned to users, groups, PUBLIC or other roles by using GRANT statement. Restrictions on roles A…

Continue ReadingDB2 – Roles

DB2 – with XML

  • Post author:
  • Post category:DB2
  • Post comments:0 Comments

This chapter describes use of XML with DB2. Introduction PureXML feature allows you to store well-formed XML documents in columns of database tables. Those columns have XML database. Data is…

Continue ReadingDB2 – with XML

DB2 – Views

  • Post author:
  • Post category:DB2
  • Post comments:0 Comments

This chapter describes introduction of views, creating, modifying and dropping the views. Introduction A view is an alternative way of representing the data stored in the tables. It is not…

Continue ReadingDB2 – Views

DB2 – Sequences

  • Post author:
  • Post category:DB2
  • Post comments:0 Comments

This chapter introduces you to the concept of sequence, creation of sequence, viewing the sequence, and dropping them. Introduction A sequence is a software function that generates integer numbers in…

Continue ReadingDB2 – Sequences

DB2 – Triggers

  • Post author:
  • Post category:DB2
  • Post comments:0 Comments

This chapter describes triggers, their types, creation and dropping of the triggers. Introduction A trigger is a set of actions, which are performed for responding to an INSERT, UPDATE or…

Continue ReadingDB2 – Triggers