Getting started with HCL Informix®
This topic provides a brief tutorial to help you get started with HCL Informix® products whether you are new to Informix® or new to Informix® .
Get up and running
After you install Informix®, follow the steps in this tutorial to configure the database server, create and view a demonstration database, and perform basic administrative tasks. You install OpenAdmin Tool (OAT) for Informix® on a Linux™ or Windows™ operating system to become familiar with the database server.
You can use OAT to monitor and administer a database server that is installed on a different computer. You can use OAT to create database objects and storage spaces, and query data. See OpenAdmin Tool (OAT) for Informix® for details.
- Prerequisites:
- Install the Informix® database server on a computer that is running any supported operating system.
- Install with the default options on a computer that is running a supported Linux™ or Windows™ operating system. OAT is installed by default with Client SDK.
- Perform the necessary post-installation tasks, such as setting environment variables and starting the database server.
- If your database server and OAT are installed on separate computers, configure connectivity on both computers.
To get started with Informix® by using OAT:
- Start OAT:
- Linux: From the $INFORMIXDIR/OAT directory, run the StartApache script.
- Windows™: Choose Start > All Programs > OpenAdmin Tool (OAT) for Informix® > OpenAdmin Tool (OAT) for Informix®.
- Connect to the database server. On the Login page for OAT, complete the Server Details fields and click Login.
- Create a demonstration database:
- Click SQL Toolbox > Schema Manager.
- Choose Databases > Create demo database from the Actions menu.
- Choose a dbspace and click Create.
The stores_demo database appears in the list of databases. You can view and manage databases from this page.
- View information about the tables in the stores_demo database:
- Click SQL Toolbox > Databases. If prompted, enter the informix user name and password.
- In the list of Databases, click stores_demo. A list of tables in the database is displayed on the Tables page. From this page you can browse the tables, view information about columns, and view information about table partitions.
- Click the customer table to view the column information.
- Click the Table Browse tab to view the data in the customer table.
- View the health of the database server. Click Health Center > Health Advisor and click Run Health Advisor. The report shows in a separate browser window and contains results and recommendations about the database server, the databases, and the operating system. From the Health Advisor page, you can enable alarms, schedule tasks, and set up notification.
- Configure the database server by setting configuration parameters:
- Click Server Administration > Configuration.
- Select Recommendations from the Show list. All parameters with settings that do not follow the OAT recommendations are highlighted in yellow.
- To view or change a parameter, click the parameter name.
- View storage spaces. Click Space Administration > Storage. From this page, you can create, modify, and drop storage spaces and chunks.
- Back up the database server:
- Click Space Administration > Backup.
- Click Configuration, and then click Configure to start the Backup wizard.
Next steps
The database server Learn the basics of setting up the database server and performing routine administrative tasks.
Database design Find information to help you design, implement, and manage your Informix® databases. This document includes data models that illustrate different approaches to database design and shows you how to use structured query language (SQL) to implement and manage your databases.
Application Development with Informix® (ebook) Learn how to install Informix® and client products, create a connection between Informix® and clients, and develop applications.