> For the complete documentation index, see [llms.txt](https://docs.tibero.com/prosync/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/prosync/administration/admin/command.md).

# 명령어

다음은 ProSync Admin Utility 명령어를 표현하는 사용법의 예이다.

```
COM[MAND] param {choice1|choice2} [option] [arg]*
```

위의 예를 기준으로 ProSync Admin Utility에서 사용하는 명령어의 문법을 해석하는 방법은 다음과 같다.

<table><thead><tr><th width="136">항목</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>대괄호([ ])</td><td><p>대괄호([ ])에 포함된 내용은 입력하지 않아도 명령어를 실행할 수 있다.</p><p>위의 예에서 COMMAND 명령어의 뒷부분(MAND)과 option, arg는 명령 프롬프트에 포함되지 않을 수 있다.</p></td><td></td></tr><tr><td>중괄호({ })</td><td><p>중괄호({ })에 포함된 내용은 반드시 입력해야 명령어를 실행할 수 있다.</p><p>위의 예에서 choice1과 choice2는 중괄호({ }) 내에 있고 버티컬 바(|)로 분리되어 있으므로 둘 중 하나는 명령 프롬프트에 포함되어야 한다.</p></td><td></td></tr><tr><td>버티컬 바(|)</td><td>버티컬 바(|)로 분리된 내용은 그 중 하나를 선택한다.</td><td></td></tr><tr><td>애스터리스크(*)</td><td>애스터리스크(*)로 표시된 내용은 포함되지 않을 수도 있고, 여러 번 포함될 수도 있다. 위의 예에서 arg는 대괄호([ ]) 바로 뒤에 애스터리스크(*)가 있으므로 포함되지 않을 수도 있고, 한 번 이상 포함될 수도 있다.</td><td></td></tr><tr><td>대소문자</td><td>명령어는 대소문자를 구분하지 않는다.</td><td></td></tr></tbody></table>

ProSync Admin Utility에서 사용할 수 있는 명령어는 다음과 같다.

<table><thead><tr><th width="136">명령어</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td><a href="/pages/InDO5A42Popjqky6haQg#host">! / HOST</a></td><td>운영체제의 명령어를 실행한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#undefined">@</a></td><td>스크립트를 실행한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#undefined-1">/</a></td><td>현재 버퍼 내의 명령문을 실행한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#alter">ALTER</a></td><td>ProSync의 동기화 대상 테이블을 추가/제거 하거나 파라미터 값을 변경한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#exit-quit">EXIT / QUIT</a></td><td>ProSync Admin Utility를 정지한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#help">HELP</a></td><td>도움말을 출력한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#pause">PAUSE</a></td><td>사용자가 입력한 INST_ID에 속한 Extract 프로세스의 작업을 멈춘다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#resume">RESUME</a></td><td>사용자가 입력한 INST_ID에 속한 Extract 프로세스의 작업을 재개한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#set">SET</a></td><td>ProSync Admin Utility의 시스템 변수를 설정한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#show">SHOW</a></td><td>ProSync Admin Utility의 시스템 변수 및 각 프로세스의 파라미터를 출력한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#shutdown">SHUTDOWN</a></td><td>사용자가 입력한 INST_ID의 프로세스 혹은 매니저 프로세스를 정지한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#startup">STARTUP</a></td><td>사용자가 입력한 INST_ID의 프로세스 혹은 매니저 프로세스를 실행한다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#status">STATUS</a></td><td>전체 프로세스, 사용자가 입력한 INST_ID의 프로세스 혹은 매니저 프로세스의 상태를 확인하는 명령어이다.</td><td></td></tr><tr><td><a href="/pages/InDO5A42Popjqky6haQg#monitor">MONITOR</a></td><td>Instance의 apply 프로세스가 Target DB에 반영 중인 Query의 정보를 출력한다.</td><td></td></tr></tbody></table>

{% hint style="info" %}
**참고**

각 명령어에 대한 자세한 설명은 [명령어 목록](/prosync/administration/admin/command/lists.md)에서 확인할 수 있다.
{% endhint %}

###


---

# 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/prosync/administration/admin/command.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.
