- 论坛徽章:
- 0
|
我安装了INFORMIX ,然后用ADO连接,查找竟然没有它自带的系统表,
[informix@localhost informix]$ oninit -i
This action will initialize Informix Dynamic Server;
any existing Informix Dynamic Server databases will NOT be accessible -
Do you wish to continue (y/n)? y
16:28:35 Informix Dynamic Server Started.
Tue Oct 30 16:28:36 2007
16:28:36 Event alarms enabled. ALARMPROG = '/home/informix/etc/no_log.sh'
16:28:36 Booting Language <c> from module <>
16:28:36 Loading Module <CNULL>
16:28:36 Booting Language <builtin> from module <>
16:28:36 Loading Module <BUILTINNULL>
16:28:41 Dynamically allocated new virtual shared memory segment (size 8192KB)
16:28:41 Informix Dynamic Server Version 9.40.UC1E1 Software Serial Number AAA#B000000
16:28:43 Informix Dynamic Server Initialized -- Complete Disk Initialized.
[informix@localhost informix]$ 16:28:43 Checkpoint Completed: duration was 0 seconds.
16:28:43 Checkpoint loguniq 1, logpos 0xcc, timestamp: 82
16:28:43 Maximum server connections 0
16:28:43 Dataskip is now OFF for all dbspaces
16:28:43 On-Line Mode
16:28:43 Building 'sysmaster' database ...
16:28:50 Logical Log 1 Complete, timestamp:30208.
16:28:50 Booting Language <spl> from module <>
16:28:50 Loading Module <SPLNULL>
16:28:51 Unloading Module <SPLNULL>
16:28:55 Loading Module <SPLNULL>
16:28:59 Unloading Module <SPLNULL>
16:29:00 Logical Log 2 Complete, timestamp:45232.
16:29:03 'sysmaster' database built successfully.
16:29:04 'sysutils' database built successfully.
不知道为什么,那些像syschunks, sysptprof,syschunks,sysdbspaces…………都没有
目前似乎只有'sysmaster' 'sysutils' 这两个? |
|