When you want to use a database, you issue a CONNECT statement to get a connection. The database grants the connection after it authenticates your access and allocates resources to handle subsequent requests. The connection is active from the time the connection is granted, until the time you disconnect using a CONNECT RESET command.
[ Top of Page | Table of Contents | Glossary | Index ]