> For the complete documentation index, see [llms.txt](https://docs.tibero.com/tiberostudio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tibero.com/tiberostudio/about/dba/sql-monitor.md).

# SQL Monitor

SQL Monitor는 데이터베이스 SQL 실행 상태를 실시간으로 모니터링하여 쿼리 최적화 및 성능 문제 해결을 지원하는 기능이다.

[**Global Navigation Bar (GNB)**](/tiberostudio/about/user-interface/global-navigation-bar.md)의 **\[DBA] > \[SQL Monitor]** 메뉴를 클릭하여 SQL Monitor 기능을 수행할 수 있다. 해당 메뉴는 **연결된 Connection이 존재할 경우**에만 활성화된다.

## Connection 선택하기

SQL Monitor에 사용할 **Connection 정보를 선택**하는 단계이다.\
Connection은 **하나만 선택 가능**하며, 항목 선택 후 **\[OK] 버튼 클릭** 또는 **더블 클릭**으로 진입할 수 있다.

이때 연결 가능한 Connection 정보가 하나만 있을 경우, 별도의 선택 없이 자동으로 해당 Connection으로 진입한다.

<figure><img src="/files/s3vXClBuqrMWUWTEjvnO" alt="" width="563"><figcaption><p>Connection 선택 창</p></figcaption></figure>

선택한 Connection에 **Select Any Dictionary 권한이 있을 경우**, 해당 연결에 대한 SQL Monitor 화면이 새 탭으로 열리며 데이터베이스 SQL 실행 상태를 조회하고 관리할 수 있다.

## SQL Monitor 화면 구성

SQL Monitor는 상단 영역과 하단 영역으로 구성되어 있으며,  ![](/files/f5cyBAtYXlIyErpW4gBg) 버튼 클릭 시 Scope 영역을 펼치거나 접을 수 있다.&#x20;

상단 영역에서는 실행중인 SQL의 상태를 확인할 수 있고, 하단 영역에서는 특정 SQL에 대한 Plan 정보, 실행 Session 정보 등을 추가로 확인할 수 있다. Scope 영역에서는 상단 영역 데이터의 정렬 상태, 값 필터 조건을 설정할 수 있다.

<figure><img src="/files/HYqqbXcJhWq3PGoY80nG" alt=""><figcaption><p>SQL Monitor 화면 구성</p></figcaption></figure>

{% content-ref url="/pages/6AgW0fk468RNfsu3hUs8" %}
[상단 영역](/tiberostudio/about/dba/sql-monitor/top.md)
{% endcontent-ref %}

{% content-ref url="/pages/kAxX4j01Y3Qkvhtcx9h9" %}
[Scope 영역](/tiberostudio/about/dba/sql-monitor/scope.md)
{% endcontent-ref %}

{% content-ref url="/pages/RC6xXYdBvG5AgSKS53hI" %}
[하단 영역](/tiberostudio/about/dba/sql-monitor/bottom.md)
{% endcontent-ref %}

###


---

# 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:

```
GET https://docs.tibero.com/tiberostudio/about/dba/sql-monitor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
