Day 21: Informix(2)

Day 21: Informix(2)

环境设定

查询自己帐号预设的登入 shell 设定

对於 Informix DB 而言,是ksh

.profile

  • (A) .profile file

  • (B) Automate startup and shutdown on UNIX

    • environment variable
      • INFORMIXDIR

        the full path name of the directory in which the database server is installed

      • INFORMIXSERVER

        the sysmaster database can be updated (or created, if necessary)

        The sysmaster Database

      • INFORMIXSQLHOSTS

        If you store the information in another location, you must set the INFORMIXSQLHOSTS environment variable.

        The sqlhosts file and the SQLHOSTS registry key

  • (A+B) What's in .profile?

    export INFORMIXDIR=/usr/ifx_instance/informix_X
    export INFORMIXSQLHOSTS=$INFORMIXDIR/etc/sqlhost_X
    export INFORMIXSERVER=[主机]
    
师承谢门

<<:  Day 21 - 物件导向与向量2 - vector

>>:  Day-22 Spinner

DAY30 - [React] useMemo 与 後续

今日文章目录 前言 useMemo() 实作纪录 参考资料 後续 今天要练习 useMemo(),...

Day 11 : 函式的介绍

学完前面的一些程序观念後,我想来简单说一下函式的概念。 函式(function)简单来讲就是一个小程...

[Day07] 团队系统设计 - 规画迷思

前一篇文章,我提到来自 PO 与 QA 的两个张力-舒缓系统,是主管/ Scrum Master 下...

Day16 - this&Object Prototypes Ch3 Objects - Iteration 开头

作者说明 forEach()、every()、some() 三者在跑回圈运作上的差异 forEach...

@Day30 | C# WixToolset + WPF 帅到不行的安装包 [最终回]

哈哈, 其实拖了很久了! 今天来把最後剩下功能给补齐,修复跟移除, 只是我在看InstallView...