> For the complete documentation index, see [llms.txt](https://docs.tibero.com/tibero-manuals/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/tibero-manuals/getting-started/introduction/introduction-guide.md).

# Tibero DBMS 안내서

티베로 DBMS 관리 방법에 대해 안내합니다.

## 개요 <a href="#undefined" id="undefined"></a>

Tibero를 관리하는 방법에 대해 안내합니다.

본 안내서는 Tibero7(이하 Tibero)를 사용하여 데이터베이스를 생성하고 원활한 Tibero의 동작을 보장하는 데이터베이스 관리자(Database Administrator, 이하 DBA)를 대상으로 합니다.

### **필요사전지식**

* 데이터베이스의 이해
* RDBMS의 이해
* 운영체제 및 시스템 환경의 이해
* UNIX 계열(Linux 포함)의 기본 지식

### **시스템 사용 환경**

<table><thead><tr><th width="171">.</th><th>요구 사항</th></tr></thead><tbody><tr><td>Platform</td><td>HP-UX 11i v3(11.31)</td></tr><tr><td></td><td>Solaris (Solaris 11)</td></tr><tr><td></td><td>AIX (AIX 7.1/AIX 7.2/AIX 7.3)</td></tr><tr><td></td><td>GNU (X86, 64, IA64)</td></tr><tr><td></td><td>Red Hat Enterprise Linux 7 kernel 3.10.0 이상</td></tr><tr><td></td><td>Windows(x86) 64bit</td></tr><tr><td>Hardware</td><td>최소 2.5GB 하드디스크 공간</td></tr><tr><td></td><td>1GB 이상 메모리 공간</td></tr><tr><td>Compiler</td><td>PSM (C99 지원 필요)</td></tr><tr><td></td><td>tbESQL/C (C99 지원 필요)</td></tr></tbody></table>

### **안내서 구성**

본 문서는 총 3개의 장으로 구성됩니다.

{% tabs %}
{% tab title="Tibero 소개" %}
DBA 측면에서 Tibero의 기본 개념과 이를 구성하는 프로세스, 디렉터리 구조를 설명합니다.

🔎 [Tibero 소개 바로가기](/tibero-manuals/getting-started/introduction/introduction-guide/introduction-to-tibero.md)
{% endtab %}

{% tab title="Tibero 환경" %}
Tibero 환경을 위한 관리 툴, 디렉터리, 환경변수, 환경설정 파일에 대해서 설명합니다.

[🔎 Tibero 환경 바로가기](/tibero-manuals/getting-started/introduction/introduction-guide/tibero-environment.md)
{% endtab %}

{% tab title="Tibero 안내서 구성" %}
Tibero7에 대한 안내서 종류와 활용할 수 있는 방법을 소개합니다.

[🔎 Tibero 안내서 구성 바로가기](/tibero-manuals/getting-started/introduction/introduction-guide/tibero-guides.md)
{% endtab %}
{% endtabs %}

#### 문서 다운로드

{% file src="/files/Zy4msQmxh0GYnZOLJ0mb" %}


---

# 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/tibero-manuals/getting-started/introduction/introduction-guide.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.
