- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
启动INFORMIX(国外英文)
启动INFORMIX
First, start and close the Informix database
1. auto start Informix
Start the Online command as: OnInit
But in general, the boot command is set up in the /etc/rc2.d directory, named S96informix, so that when the OS is started, Online starts.
Edit the file /etc/rc2.d/S96informix as follows:
INFORMIXDIR=/usr/informix
INFORMIXSERVER=picc_online
ONCONFIG=onconfig.picc
Export INFORMIXDIR NFORMIXSERVER ONCONFIG
INFORMIXDIR/bin/oninit
Modify the file properties as follows: $chmod, +x, /etc/rc2.d/S96informix
2. auto close Informix
Close the Online command as: onmode -ky
However, the general situation is as follows: the command is closed in the /etc/rc0.d directory, and the name is K01informix so that when the operating system is turned off, the Online is then closed.
Edit the file /etc/rc0.d/K01informix as follows:
INFORMIXDIR=/usr/informix
INFORMIXSERVER=picc_online
ONCONFIG=onconfig.picc
Export INFORMIXDIR INFORMIXSERVER ONCONFIG
INFORMIXDIR/bin/onmode -ky
Modify the file properties as follows: $chmod, +x, /etc/rc0.d/K01informix
This article comes from programming portal: /database/extra/200912/13366.htm
Two, Informix Online common working mode
Offline (stop state)
Quiescent (system maintenance status)
Online (running mode)
Three, manage Informix Online disk space
When Online is initialized, a DBSPACE named rootdbs is created automatically. The rootdbs stores the management information for Online, including the physical logs, logical logs, and so on. When you build a database or table, if you do not specify DBSPACE as the default, the library or table is built in rootdbs. So, if you want to build a library or table in a DBSPACE, you must specify the DBSPACE name in the SQL statement. If the database name is stores, we will build this database in workdbs DBSPACE, and the SQL statement follows:
Create, database, stores, in, workdbs;
In addition, when building chunk or DBSPACE, you specify the original disk device name path, the required disk space size, and the o
您可能关注的文档
- 乔丹百项记录文库(国外英文).doc
- 乙酸乙酯性质(国外英文).doc
- 九九级妇幼卫生专业本科流行病学答案(国外英文).doc
- 九大职场进修管理方向提升工作能力(国外英文).doc
- 九年级(上)物理9《大气压_气体压强与流速的关系》(国外英文).doc
- 九年级化学下册知识点(人教课标版)(国外英文).doc
- 九年级化学酸碱盐(国外英文).doc
- 乡村社会学学习辅导(三)(国外英文).doc
- 书上学不到的驾驭知识(国外英文).doc
- 买车提车要领汇编(国外英文).doc
- (正式版)DB6110∕T 022-2022 《植保无人机核桃“一喷三防”作业规范》.docx
- (正式版)DB61∕T 920-2014 《地理标志产品 泾阳茯砖茶技术规范》.docx
- (正式版)DB6110∕T 028-2023 《食用菌菌种标签标识规范》.docx
- (正式版)DB61∕T 922-2020 《家政服务指南 居家养老护理》.docx
- (正式版)DB61∕T 921-2020 《家政服务指南 母婴生活护理》.docx
- (正式版)DB6110∕T 019-2022 《连翘质量控制技术规范》.docx
- (正式版)DB6110∕T 027-2023 《红仁核桃丰产栽培技术规范》.docx
- (正式版)DB61∕T 910-2014 《地理标志产品 兴平辣椒》.docx
- (正式版)DB61∕T 939-2014 《家政服务指南 搬家》.docx
- (正式版)DB61∕T 923-2014 《地理标志产品 黄龙核桃》.docx
原创力文档


文档评论(0)