Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将我的查询从 Oracle 重写为 DB2 V9.1。
例如,我有以下查询,它返回特定程序和用户的会话。
SELECT sid FROM V$SESSION WHERE PROGRAM = 'example' AND USERNAME = 'testuser';
我还没有在 DB2 中找到存储此信息的正确表。会话信息存储在 DB2 中的什么位置?