Ingres 2006 - Character-based Querying and Reporting Tools User Guide |
|||
|
ISBN : - |
Order a printed copy of this book from Amazon --UNAVAILABLE-- |
||
![]() Cover Design - Ingres 2006 - Character-based Querying and Reporting Tools User Guide |
For your free electronic copy of this book please verify the numbers below. (We need to do this to make sure you're a person and not a malicious script) | ||
|
Sample Chapter From Ingres 2006 - Character-based Querying and Reporting Tools User Guide Copyright © Ingres Corporation |
|||
Before Starting IngresYou or the system administrator must install Ingres on your computer before you can use the program. For installation instructions for your operating system, see the appropriate Getting Started guide.Enabling Access to the DatabaseIngres provides access to data stored locally on your computer, or if you are connected by a network, to data stored remotely on other nodes as well. Your database always resides on a remote host computer. Access the database through a server installed on the remote host.To access a database, you must have been given access to it by the database administrator. Additionally, your system must meet the following requirements to enable access to local and remote databases:
Check with your system administrator for the status of access to local and remote databases on your system from your terminal. Check with the database administrator for a particular database to determine whether you have permission to access it. About Your DatabaseIngres is a relational database management system, which stores data in integrated collections called tables. An Ingres database can consist of any number of tables containing data of a variety of types. In addition to tables, the database contains other objects, such as forms, JoinDefs, reports, and applications you create to manipulate your data, as well as system catalogs that keep track of the objects associated with the database.For a complete introduction to Ingres database concepts, see the Database Administrator Guide. System Catalogs and the Catalogdb UtilityA system catalog is set up for each database created. The system catalog is a table that holds information about the database as you work with it. These system catalogs make up the data dictionary. System catalogs store specifications for the tables, indexes, forms, reports, and queries associated with a specific database.You can review the information stored in the system catalogs by using the following statements, operations, or commands:
Creating and Maintaining DatabasesWhen you create a database, you become the database administrator (DBA) for that database. The DBA creates an Ingres database with the system-level command createdb. Unless the DBA specifies that a database must be private, all databases created by the DBA are public and accessible to other users. The DBA is responsible for maintaining the database, and only the DBA who created the database can remove (destroy) it. Destroying a database removes all tables and objects associated with that database. In this environment, the DBA is the person who creates and maintains the database on the remote host computer. The remote host computer is connected to a PC through a network that provides access to the database.For more information about creating, maintaining, and destroying databases, see the Database Administrator Guide.
|
|||