DROP MODEL MONITOR¶
지정한 모델 모니터 를 현재 또는 지정한 스키마에서 제거합니다. 삭제한 모니터는 복구할 수 없으며 다시 생성해야 합니다.
구문¶
DROP MODEL MONITOR [ IF EXISTS ] <monitor_name>;
매개 변수¶
monitor_name
삭제할 모델 모니터의 식별자를 지정합니다. 식별자에 공백, 특수 문자 또는 대/소문자가 혼합된 문자가 포함된 경우 전체 문자열을 큰따옴표로 묶어야 합니다. 큰따옴표로 묶인 식별자도 대/소문자를 구분합니다.
모델 식별자가 (
db_name.schema_name.monitor_name
또는schema_name.monitor_name
형식으로) 정규화되지 않은 경우 이 명령은 세션의 현재 스키마에서 모델을 찾습니다.
액세스 제어 요구 사항¶
권한 |
오브젝트 |
참고 |
---|---|---|
OWNERSHIP |
모델 모니터 |
OWNERSHIP is a special privilege on an object that is automatically granted to the role that created the object, but can also be transferred using the GRANT OWNERSHIP command to a different role by the owning role (or any role with the MANAGE GRANTS privilege). |