# 전환

- [전환 가이드](https://docs.tibero.com/technical-guides/topics/migration/migration-guide.md)
- [전환 전 확인](https://docs.tibero.com/technical-guides/topics/migration/migration-guide/pre-migration-considerations.md): 본 장에서는 전환 전 고려사항에 대해서 설명합니다.
- [전환 방법](https://docs.tibero.com/technical-guides/topics/migration/migration-guide/migration-methods.md): 본 장에서는 DB를 전환할 때 사용하는 방법들에 대해서 설명합니다.
- [전환](https://docs.tibero.com/technical-guides/topics/migration/migration-guide/migration.md): 본 장에서는 타사 DB 중 Oracle에서 Tibero DB로 전환하는 절차 및 방법을 설명합니다.
- [데이터 타입 비교](https://docs.tibero.com/technical-guides/topics/migration/migration-guide/data-types.md): 본 장에서는 Tibero와 다른 DBMS의 컬럼 데이터 타입을 비교하여 설명합니다.
- [대용량 이관](https://docs.tibero.com/technical-guides/topics/migration/massive-migration.md): 대용량 데이터 이관 방법 및 고려사항, 예제와 데이터베이스 성능 개선에 대해 안내합니다.
- [대용량 데이터 이관 예제](https://docs.tibero.com/technical-guides/topics/migration/massive-migration/massive-migration-example.md): 대용량 데이터 이관 방법의 예제를 설명합니다.
- [성능 개선 방법](https://docs.tibero.com/technical-guides/topics/migration/massive-migration/methods-for-performance-improvement.md): 상황별 DBMS 성능 개선 방법에 대해 설명합니다.
- [SQL 변환 및 전환](https://docs.tibero.com/technical-guides/topics/migration/sql.md): 기존 데이터베이스를 Tibero DBMS로 전환하는 Table Migrator 유틸리티에 대해 안내합니다.
- [수행 방법](https://docs.tibero.com/technical-guides/topics/migration/sql/execution-method.md): DB 전환 전 고려사항에 대해서 설명합니다.
- [DB 파라미터 지정](https://docs.tibero.com/technical-guides/topics/migration/sql/parameter-configuration.md): 데이터베이스 파라미터 지정 과정을 예시와 함께 설명합니다.
- [수행 예제](https://docs.tibero.com/technical-guides/topics/migration/sql/execution-example.md): Table Migrator 유틸리티로 Oracle(Source DB)에서 Tibero(Target DB)로 DBMS 전환을 수행하는 예제입니다.


---

# Agent Instructions: 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/technical-guides/topics/migration.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.
