메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

CRSCTL 명령어: 편집 역사

DB CAFE

차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2024년 9월 30일 (월)

  • 최신이전 00:342024년 9월 30일 (월) 00:34Dbcafe 토론 기여 4,349 바이트 +4,349 새 문서: == crsctl 명령어 == * oracle docs *:https://docs.oracle.com/database/121/CWADD/GUID-6A4E73C4-E1A0-4D90-B69A-7B2B4DAB66BA.htm#CWADD91595 === crs autorestart Enable/Disable === * Run as root user <source lang=sql> $GRID_HOME/bin/crsctl enable crs CRS-4622: Oracle High Availability Services autostart is enabled. $GRID_HOME/bin/crsctl disable crs CRS-4621: Oracle High Availability Services autostart is disabled. </source> === crs Stop/Start === <source lang=sql> -- stop crs...