<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛 - Caché</title>
    <link>http://bbs.cqsztech.com/forum.php?mod=forumdisplay&amp;fid=74</link>
    <description>Latest 20 threads of Caché</description>
    <copyright>Copyright(C) 重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 07 Jun 2026 11:00:54 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.cqsztech.com/static/image/common/logo_88_31.gif</url>
      <title>重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛</title>
      <link>http://bbs.cqsztech.com/</link>
    </image>
    <item>
      <title>进入/退出IRIS终端</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33321</link>
      <description><![CDATA[先确保打开实例
#iris start IRDB

# 进入IRIS终端
iris session 实例名

#退出 IRIS 终端
%SYS&gt;halt

#关闭实例
#iris stop IRDB]]></description>
      <category>Caché</category>
      <author>Inkcup</author>
      <pubDate>Sun, 12 Apr 2026 11:18:41 +0000</pubDate>
    </item>
    <item>
      <title>Caché标准版和health版的区别</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33311</link>
      <description><![CDATA[标准版和health版的区别：
如何选择：选 Health版：如果你的应用是医疗行业的，需要处理HL7、FHIR等医疗数据标准，或者要对接电子病历、影像系统等。这个版本会大大简化医疗数据的开发工作。
选 标准版：如果你的应用不属于医疗行业（如金融、物流、企业ERP），或者只 ...]]></description>
      <category>Caché</category>
      <author>Inkcup</author>
      <pubDate>Thu, 09 Apr 2026 08:59:07 +0000</pubDate>
    </item>
    <item>
      <title>CACHE 通过SQL语句获取模式，表，进程</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=31304</link>
      <description><![CDATA[--查询有哪些模式

SELECT SCHEMA_NAME 
FROM INFORMATION_SCHEMA.SCHEMATA WHERE NOT SCHEMA_NAME %STARTSWITH \'%\'


--查当前NAMESPACE下有哪些表

SELECT DISTINCT TABLE_SCHEMA,TABLE_NAME
FROM INFORMATION_SCHEMA.TABLES 
where  substr(TABLE_SCHEMA,1 ...]]></description>
      <category>Caché</category>
      <author>郑全</author>
      <pubDate>Sun, 12 Nov 2023 11:20:45 +0000</pubDate>
    </item>
    <item>
      <title>CACHE数据库在终端上如何使用命令列出所有的数据库</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=31289</link>
      <description><![CDATA[USER&gt;do ##class(%CSP.Util.SMNavigatorPane).GetAllDatabases(.strong)

USER&gt;zw strong
strong(\&quot;CACHE\&quot;)=\&quot;^^d:\\cache\\mgr\\cache\\\&quot;
strong(\&quot;CACHEAUDIT\&quot;)=\&quot;^^d:\\cache\\mgr\\cacheaudit\\\&quot;
strong(\&quot;CACHELIB\&quot;)=\&quot;^^d:\\cache\\mgr\\cachelib\\\&quot;
stron]]></description>
      <category>Caché</category>
      <author>郑全</author>
      <pubDate>Sun, 05 Nov 2023 08:15:32 +0000</pubDate>
    </item>
    <item>
      <title>CACHE数据库如何通过终端列出所有数据库信息</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=31271</link>
      <description><![CDATA[--列出所有的数据库

USER&gt;w ##class(%CSP.Util.SMNavigatorPane).GetAllDatabases(.database1)
9
USER&gt;zw database1
database1(\&quot;CACHE\&quot;)=\&quot;^^d:\\cache\\mgr\\cache\\\&quot;
database1(\&quot;CACHEAUDIT\&quot;)=\&quot;^^d:\\cache\\mgr\\cacheaudit\\\&quot;
database1(\&quot;CACHELIB\&quot;)=\&quot;^^d:\\ca]]></description>
      <category>Caché</category>
      <author>郑全</author>
      <pubDate>Thu, 26 Oct 2023 04:18:55 +0000</pubDate>
    </item>
    <item>
      <title>CACHE数据库管理门户的地址</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=31253</link>
      <description><![CDATA[见下面
http://IP:57772/csp/sys/UtilHome.csp]]></description>
      <category>Caché</category>
      <author>郑全</author>
      <pubDate>Sat, 21 Oct 2023 10:15:36 +0000</pubDate>
    </item>
    <item>
      <title>CACHE 数据库控制台命令的使用</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=31250</link>
      <description><![CDATA[--1.进入控制台
[root@cache-server ~]# ccontrol session cyyy

--2.列出多少名字空间

USER&gt;DO ##class(%SYS.Namespace).ListAll(.result)

USER&gt;zw result                                  
result(\&quot;%SYS\&quot;)=\&quot;\&quot;
result(\&quot;DOCBOOK\&quot;)=\&quot;\&quot;
result(\&quot;SAMPLES\&quot;)=\&quot; ...]]></description>
      <category>Caché</category>
      <author>郑全</author>
      <pubDate>Thu, 19 Oct 2023 05:01:23 +0000</pubDate>
    </item>
    <item>
      <title>CACHE 数据库 ccontrol 工具的使用</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=31249</link>
      <description><![CDATA[--1.查看当前实例名字

[root@cache-server ~]# ccontrol default
CYYY


--2.查看当前实例情况
[root@cache-server ~]# ccontrol view

Instance \'CYYY\'   (default)
        directory: /tmp/cyyy
        versionid: 2016.2.0.736.0
        conf file:  ...]]></description>
      <category>Caché</category>
      <author>郑全</author>
      <pubDate>Thu, 19 Oct 2023 04:46:41 +0000</pubDate>
    </item>
    <item>
      <title>如何在CACHE数据库控制台列出所有命名空间</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=31235</link>
      <description><![CDATA[利用 ListAll  在CACHE数据库控制台列出所有命名空间

SZTECH&gt;DO ##class(%SYS.Namespace).ListAll(.result)

SZTECH&gt;zw result
result(\&quot;%SYS\&quot;)=\&quot;\&quot;
result(\&quot;DOCBOOK\&quot;)=\&quot;\&quot;
result(\&quot;SAMPLES\&quot;)=\&quot;\&quot;
result(\&quot;SZTECH\&quot;)=\&quot;\&quot;
result(\&quot;USER\&quot;)=\&quot;\&quot;]]></description>
      <category>Caché</category>
      <author>郑全</author>
      <pubDate>Tue, 10 Oct 2023 15:33:42 +0000</pubDate>
    </item>
    <item>
      <title>Caché 数据库是什么</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=31234</link>
      <description><![CDATA[Caché 是一个数据库吗，对的，确实是一个数据库，如果我们直接在网上搜，可能会搜到CACHE是一个内存的缓存，不是我们这里的Caché 数据库，看到这个单词 ：Caché 头上长了牛角，不太好输入，看来牛呀 。

我第一次听说，还是我们一个用户，贵州XX医院，重新选择HIS ...]]></description>
      <category>Caché</category>
      <author>郑全</author>
      <pubDate>Tue, 10 Oct 2023 11:05:03 +0000</pubDate>
    </item>
    <item>
      <title>CACHE数据库最新版本下载地址</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=31233</link>
      <description><![CDATA[CACHE数据库最新版本，可以在官方网站下载：

https://evaluation.intersystems.com/Eval/community-download

目前官方网站上的版本，LINUX，只支持LINUX 8，9,不再支持LINUX 7]]></description>
      <category>Caché</category>
      <author>郑全</author>
      <pubDate>Tue, 10 Oct 2023 10:40:04 +0000</pubDate>
    </item>
    <item>
      <title>Caché 数据库 2016.2.0.736 在ORACLE Linux7.9 下安装</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=31232</link>
      <description><![CDATA[看到前面有很多安装 Caché数据库的文档 都是在 WINDOWS上安装的居多，本文主要是在LINUX上安装 。

1.下载Caché数据库安装介质

    目前官网上只能下载IRIS版本，如果想下载以前的版本，可以通过他人网盘分享的进行

    链接：https://pan.baidu.com/s/1gWYFD ...]]></description>
      <category>Caché</category>
      <author>郑全</author>
      <pubDate>Tue, 10 Oct 2023 10:30:42 +0000</pubDate>
    </item>
  </channel>
</rss>