> 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/releasenote/3.4.0.md).

# 3.4.0

> #### Release Highlights
>
> * AI Assistant 기능 추가
> * Schema Tree - Profile 추가

## 신규 기능

### AI Assistant 기능 추가

* AI Assistant 기능이 추가되었습니다.

[Tibero Studio Manual](/tiberostudio/about.md#ai-assistant)

### Schema Tree - Profile 추가

* Create / Edit / Drop Profile 기능이 추가되었습니다.
* Profile Properties 기능이 추가되었습니다.

[Profile](/tiberostudio/about/schema-tree-browser/profile.md)

## 변경 사항

### 오류 개선

#### SQL Editor

* Data Export > SQL에서 특정 건수 이후부터 개행이 삽입되는 현상 수정하였습니다.
* Result Table > Copy Row 비정상적으로 동작하는 현상 수정하였습니다.
* Trace 기능 수행 시 탭 UI 요소 겹치는 현상 수정하였습니다.
* SQL Editor에서 DDL문 작성하고 Trace 수행 시 무한 Loading 발생하는 현상 수정하였습니다.
* ALTER SESSION CURRENT\_SCHEMA 수행 후 Plan 기능 수행 시 정상적으로 적용되지 않는 현상 수정하였습니다.
* 특정 길이 이상의 쿼리 수행 시 전체 SQL이 파싱되지 않는 현상 수정하였습니다.

#### Schema Tree Browser

* IMS-352974: DBA 권한이 없는 Connection에서 Search Object 수행 시 에러 발생하는 현상 수정하였습니다.
* IMS-352936: Table Properties > Data탭에서 Export 시 오브젝트명 출력되지 않는 현상, NLS Format 적용되지 않는 현상 수정하였습니다.

### 기능 개선

#### Plan 기능 개선

* Plan 기능 실행 시, 기본으로 Text 탭이 선택되도록 변경하였습니다.
* Plan - Tree 탭에서 Detail View 를 제거하고, 기본으로 표시되는 정보를 변경하였습니다.
* Plan - Tree 탭에서 데이터 크기에 맞게 자동으로 테이블 셀의 크기가 조정되도록 변경하였습니다.
* Plan - Tree 탭에서 Cell Context Menu에 View Value 기능을 추가하였습니다.
* Plan - Tree 탭에서 셀 복사 시 트리 Depth에 따라 들여쓰기가 반영되도록 변경하였습니다.
* Plan - Tree 탭에서 셀 복사 시 컬럼 헤더도 함께 복사되도록 변경하였습니다.

#### Trace 기능 개선

* 3.3 버전의 SQL Trace 기능을 Autotrace로 명칭 변경하였습니다.
* Autotrace 에서 Plan UI를 제거하고, 모든 데이터를 하나의 영역에 표시하도록 변경하였습니다.
* Autotrace 에서 Vertical Tab 추가하였습니다.
* Autotrace에서 plan stats에 들여쓰기가 반영되도록 수정하였습니다.
* SQL Trace 기능 추가하였습니다.

#### Data Export 기능 개선

* Export > TXT 에서 Add a delimiter Start/End 옵션 기본값 false로 변경하였습니다.
* Export > SQL 에서 Include Create Table Statement 옵션 추가하였습니다.
* Export > Table 에서 Mapping an Exiting Table 옵션 추가하였습니다.

#### SQL Editor 기능 개선

* SQL Editor > Describe (F11) 기능 추가하였습니다.
* SQL Editor > Word wrap 기능 기본값 체크 해제로 변경하였습니다.
* SQL Editor 에서 Run Query 기능 수행 시 헤더 주석까지 포함되도록 변경하였습니다.
* SQL Editor에서 Loading UI에 현재 경과 시간 표시 기능 추가하였습니다.
* SQL Editor - Bind Variable 창에서 Data Type 일괄 변경 기능 추가하였습니다.

#### 기타

* Preference > Result Table Settings > Default Fetch Size 옵션을 Input Field 로 변경하였습니다.


---

# 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.tibero.com/tiberostudio/releasenote/3.4.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.
