Database security
Database security consists of two aspects: object security and authentication. Object security refers to the process of determining whether a user who has access to the database is authorized to access particular database objects. Authentication refers to the process of determining whether a user is authorized to access the database. To ensure security, object security and authentication use the concept of groups. This section first describes the group concept, and then describes how the LN Oracle driver provides object security and authentication.