1. Create an informix group and an informix user;
2. Modify the $ HOME/. profile file of informix, and add:INFORMIXDIR =/usr/informix (main directory of informix)
PATH = $ PATH: $ INFORMIXDIR/bin
Export INFORMIXDIR
Export PATH
3. modify the system core parameters, # vi/
We all know that Informix needs a log, but what each log does, what it means, and so on, we do a discussion below:
The first thing to note is that there are two types of Informix logs: One is the physical log, which holds the image of the data, and the other is the logical log, which is used to store the operation of everything.
In the initialized configuration, the physical and logical logs are not store
1. Set up Informix Group, Informix users;
2. Modify the $home/.profile file for Informix users by adding:
INFORMIXDIR=/usr/informix (informix的主目录) PATH=$PATH:$INFORMIXDIR/bin export INFORMIXDIR export PATH
3. Modify the system core parameters, #vi/etc/conf/cf.d/mtune
C
Brief introduction
Editor's note: In the work of the DBA, backups are becoming a chore that is not often considered. However, any good DBA can tell you that when a system failure occurs, the data should be recovered, and the backup will suddenly become the single most important thing for you and your management chain. Because the integrity of backups is critical, you need a backup tool that ensures integrity. What's the answer? Informix On-bar.
As t
INFORMIX uses the lock technology to solve the concurrency control problem of accessing the same object when multiple users access the database. INFORMIX supports complex and scalable locking technologies.
Lock type
INFORMIX has three different types of locks. They are used in different cases.
1. SHARED lock
The SHARED lock only retains the readability of object
We all know that informix requires logs. However, we will discuss the usage and significance of each log as follows:
The first thing to note is that there are two types of informix logs: Physical logs used to store the front image of data, and logical logs used to store the operation process of all things.
In the initial configuration, physical logs and logical logs are not stored in the root disk space. Th
Since the code set of the informix database is set to a en_us.8859-1, Chinese characters cannot be properly displayed due to this incorrect Character Set setting when using the drivers of csdk 2.8 and later. Here is a thorough solution:
The omnipotent Internet must keep this article forever!
Informix CSDK before 2.8, Garbage In, Garbage Out mode is used by default to process Chinese characters, if DB_LOC
Informix IDs database is widely used in various industries, such as finance, telecommunications and postal services, it is a multi-threaded relational database server, with symmetrical multiprocessor technology and single processor architecture, with advanced technology, performance and high reliability and high availability. It provides users with dynamic system management tools to monitor and manage database servers. With the increase of the number
Brief introduction
Openadmin Tool for Informix is a web-based console for monitoring and managing one or more IBM Informix database servers. The OAT greatly simplifies management, allowing you to drill down to resource usage, view performance statistics and remote execution management operations, and so on. In addition, Oat's built-in Plug-in Manager supports the expansion and customization of the oat func
This article mainly introduces the process of JDBC connecting to Informix IDs, mainly including environment description, JDBC Configuration and demo code.
1. Environmental description
OS: Windows XP Informix: IDS V10.00.TC1 JDBC: Informix JDBC Embedded SQLJ V2.20JC2
2.JDBC Configuration
After installing Informix JD
INFORMIX database is a product of IBM, which is a relational database and currently plays an important role in the financial industry. The only way to access the INFORMIX Database Using C is through
INFORMIX database is a product of IBM, which is a relational database and currently plays an important role in the financial industry. The only way to access the
Note: This scenario is intended for use by ASP to connect all types of databases through their own development components
Some enterprise databases now use Informix, and most developers have fewer operations on the database,
Because the current company has been eaten by IBM, and IBM main push is its DB2, not many
Using the OLE DB component, the connection is established through Server.CreateObject ("adodb.c
Create a federated database for DB2 UDB and Informix IDS using DB2 II
Cisco and Huawei network technology-the largest network content Teaching Resource Network (vlan9.com)
Http://www.qqread.com Author: Source: blog.chinaunix.net browse:
45
DB2 II is now called WebSphere II
Environment:Windows XP ProDB2 UDB v8.1 fixpak3DB2 II v8.1 fixpak3Informix IDS v10.00.tc1 (HA for IDS
Data fragmentation allows data storage to be controlled at the table level. "Table Fragmentation" is a feature of the Informix database. Users can group records or indexes in a table and store them in different locations so that data can be stored on multiple disks, thereby reducing competition for disk I/O. The scheme of data slicing and a set of dbspace stored in the fragment data constitute the "slicing strategy". There are two basic types of data
The informixseforlinux of this article is the compiled version:
Installation steps are as follows
Server environment: TurboLinux4.0 Chinese version, Kernel2.2.10,64m,pentium90 take SE as an example, ESQL/C is SQL embedded C development tools, connect no use, the friend with a good memory to tell me. (Assume your server is called Linux and decide to use Linux_se to do SE server name)
1. Establish Groupinformix,gid under 200
2. Set up the user Informix
Informix temporary tablespaceIn Informix databases, we often create temporary tables to process Temporary Information in applications. You can create a temporary table in either of the following ways:Use the select into temp statement to implicitly create a temporary tableUse the create temp TABLE statement to create a temporary tableIf the database adopts non-log mode, after dbspacetemp environment variabl
1. Introduction stored procedure (Stored Procedure) is a set of SQL statements that are compiled and stored in a database in order to accomplish a specific function. The user executes it by specifying the name of the stored procedure and giving the parameter (if the stored procedure has parameters). Stored procedures are an important object in a database, and any well-designed database application should use stored procedures. stored procedures are written by flow control and SQL stateme
On-bar Brief Introduction
On-bar is a fully scalable backup product for the Informix database. It allows you to run backups and restores in parallel, which allows you to significantly improve their speed, depending on the number of threads you choose to run. On-bar applies to Informix systems of any size.
If you want to reduce system backup and restore time, then On-bar can meet your requirements. On-bar
Before you start
This section explains what this tutorial teaches and how to derive maximum benefit from it.
About this tutorial
This tutorial describes the various features in RDA and explains how to use RDA with IDs. Learn how to generate physical models from a database by reverse engineering, transform business requirements into (logical and physical) models, and correlate domain elements to help identify important and confidential information in an IDS database.
Goal
In this tutorial, l
1. How do I view the version number of the Informix database in a UNIX environment?Onstat-Show:IBM Informix Dynamic Server Version 11.50.FC8--on-line--up 1 days 17:12:23--8641536 Kbytes11.50.fc8 rep version is 11.5, patch is FC8Hpux/juzhen/ccpqry/juzhen>onstat-IBM Informix Dynamic Server Version 11.50.fc6--on-line--up to days 00:26:11--9164472 Kbytes2. View the p
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.