> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/desktop/keeperdb/keeperdb-2.3.0.md).

# KeeperDB 2.3.0

### KeeperDBとは <a href="#what-is-keeperdb" id="what-is-keeperdb"></a>

**KeeperDB**は、高速で安全なクロスプラットフォーム対応のデータベース管理ツールです。KeeperPAM接続の中で利用するほか、Windows、macOS、Linux向けのスタンドアロンデスクトップアプリとしても利用できます。

PostgreSQL、MySQL、SQLite、Microsoft SQL Server、Oracle、Amazon Redshiftに対するクエリ実行、データ探索、運用作業を、単一のインターフェースから行えます。

KeeperDBはエンジニアおよびデータサイエンティスト向けに構築されています。DBeaver、MySQL Workbench、pgAdminなどの従来のツールに代わる製品です。KeeperPAMでは、パスワードレスで完全管理された環境内で主要なデータベース運用ワークフローを利用できます。

クイックリンク: [製品ドキュメント](/keeperpam/jp/privileged-access-manager/keeperdb.md) | [今すぐダウンロード](https://www.keepersecurity.com/ja_JP/download.html?t=db)

***

### バージョン2.3.0の概要 <a href="#version-230-summary" id="version-230-summary"></a>

KeeperDB 2.3では、Oracle Client不要のネイティブなOracle接続に対応しました。また、SQL Server向けにMicrosoft Entra IDおよびWindows認証を追加しています。

さらに、接続の復旧、保存済み接続の管理、SQLエディタの動作を改善しました。あわせてアクセシビリティを強化し、セキュリティ関連の依存関係を更新しました。

{% hint style="info" %}
KeeperDB 2.3はスタンドアロン版として利用できるほか、Keeperゲートウェイ1.8.7にも組み込まれています。
{% endhint %}

### Oracle Client不要のOracle接続 <a href="#oracle-support-without-oracle-client" id="oracle-support-without-oracle-client"></a>

KeeperDBにはネイティブのOracleドライバーが内蔵されています。Oracle Instant Clientをインストールする必要がなくなりました。

すべてのプラットフォームで接続でき、KeeperPAMプロキシ経由の接続にも対応しています。Oracle側でセッションが終了した場合でも自動的に接続を復旧します。直接Oracle接続向けにSSL/TLSを構成できるようになりました。

### SQL Server向けMicrosoft Entra IDサインイン <a href="#microsoft-entra-id-sign-in-for-sql-server" id="microsoft-entra-id-sign-in-for-sql-server"></a>

Azure SQLおよびMicrosoft Entra ID対応のSQL Serverへ、Microsoftアカウントを使用して接続できます。

* **Microsoftアカウントでサインイン:** ブラウザで認証を行い、MFA、パスキー、条件付きアクセスに対応します。認証完了後は自動的に接続されます。
* **アクセストークンによる接続:** Entra IDのアクセストークンを直接貼り付けて接続することもできます。
* **トークンをディスクに保存しない:** 保存済みのEntra ID接続では、再接続時に新たなサインインが求められます。

### SQL Server向けWindows認証 <a href="#windows-authentication-for-sql-server" id="windows-authentication-for-sql-server"></a>

すべてのプラットフォームで `DOMAIN\user` 形式の認証情報を使って接続できます。

### 接続の信頼性向上 <a href="#more-resilient-connections" id="more-resilient-connections"></a>

アイドルタイムアウト、フェイルオーバー、セッション終了などにより切断された接続を検出し、次回クエリ実行時に自動で再接続するようになりました。この機能は、SQL Server、PostgreSQL、MySQL、Amazon Redshift、Oracleで利用できます。

### 保存済み接続の改善 <a href="#saved-connection-improvements" id="saved-connection-improvements"></a>

* 接続一覧に名前、ホスト名、データベース名、認証の詳細を表示。NTLMおよびEntra IDはタグとして表示されます。ユーザー名での検索にも対応しています。
* 再接続時は既存のプロファイルを更新し、重複した接続を作成しないよう改善。
* **\[設定]** で認証方法を含む接続設定の全面編集に対応。編集時も暗号化設定などの詳細なオプションは保持されます。

### エディタとワークスペースの改善 <a href="#editor-and-workspace-improvements" id="editor-and-workspace-improvements"></a>

* SQL文を部分選択した場合、選択したSQLのみが実行されます。
* 確認ダイアログ表示中は、キー入力がエディタへ送られないよう改善。
* 更新通知から直接ダウンロードページへのアクセスが可能になりました。

### アクセシビリティ <a href="#accessibility" id="accessibility"></a>

キーボード操作およびスクリーンリーダーへの対応をアプリ全体で改善しました。

* ダイアログおよびオーバーレイ表示中はフォーカスが適切に保持されます。
* サインインの進行状況を含むステータス変更をスクリーンリーダーで通知。
* ログイン画面や設定画面でフォームラベルを改善し、コントラストに関する不具合が解消されました。

これらの変更は、WCAG 2.1 AAおよびSection 508への継続的な取り組みの一環です。

### リソース <a href="#resources" id="resources"></a>

* [KeeperDBドキュメント](/keeperpam/jp/privileged-access-manager/keeperdb.md)
* [KeeperDBプロキシドキュメント](/keeperpam/jp/privileged-access-manager/keeperdb-proxy.md)
* [KeeperDB機能紹介ページ](https://www.keepersecurity.com/ja_JP/features/keeper-db/)
* [KeeperAIドキュメント](/keeperpam/jp/privileged-access-manager/keeperai.md)
* [KeeperPAM機能紹介ページ](https://www.keepersecurity.com/ja_JP/privileged-access-management/)

### ロードマップ <a href="#roadmap" id="roadmap"></a>

お客様のフィードバックに基づき、毎月更新を公開しています。機能リクエストや不具合の報告は、<pam@keepersecurity.com>までご連絡いただくか、[Redditコミュニティページ](https://www.reddit.com/r/KeeperSecurity/)へご投稿ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/desktop/keeperdb/keeperdb-2.3.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
