0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【SilverSQL】第15章

Last updated at Posted at 2025-09-15

第15章

データディクショナリビュー

データディクショナリはデータベースに関する様々な管理情報が格納された読取り専用の表の集合。

unnamed.jpg

動的パフォーマンスビュー

データベースがOPEN(ユーザーがデータベースにアクセスできる状態)で使用されている間に動的に更新される仮想表。

動的パフォーマンスビューはデータベース管理者によるパフォーマンスの監視や、Oracle Enterprise Manager(システム管理ツール)によるデータベース情報の取得に使用される。

動的パフォーマンスビューに格納される情報

  • 初期化パラメータに関する情報
  • セッションに関する情報
  • SQLの統計情報

主な動的パフォーマンスビューのパブリックシノニムには次のようなものがある。

  • V$DATABASE:データベースに関する情報
  • V$PARAMETER:初期化パラメータに関する情報
  • V$SESSION:セッションに関する情報
  • V$DATAFILE:データファイルに関する情報
  • V$SQL:実行されたSQLに関する統計情報
  • V$TABLESPACE:表領域に関する情報

全てのデータ・ディクショナリ・ビュー、動的パフォーマンス・ビューの名前と説明はDICTIONARYというビューに格納されている。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?