명령 행 에서 Oracle 모니터 다시 시작
1587 단어 OaclesqllinuxSQL ServerUP
그래서 나 는 궁금 했다.Oracle 서버 에 있 는 모니터 가 작 동 하지 않 았 는 지 생각 합 니 다.
PUTTY 를 통 해 Linux 서버 에 원 격 으로 로그 인,
su - oracle
루트 사용자 에서 Oacle 사용자 로 전환 합 니 다.
시스템 사용자 로 sqlplus 에 로그 인하 고 명령 을 실행 합 니 다.
startup
서비스 메 인 프로그램 이 시작 되 었 음 을 알 립 니 다.
lsnrctl start
모니터 를 다시 시작 한 후 클 라 이언 트 에서 Oracle 서버 에 순조롭게 연결 되 었 다.
참고 글:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/network004.htm
키워드: Oracle listener start
Starting and Shutting Down the Listener
The Oracle listener is set up to start automatically whenever your server machine is restarted. However, when your system encounters unforeseen circumstances, or when you have manually stopped the listener, you can restart it at the command line. To do so, use the following:
lsnrctl start
You can use Enterprise Manager to stop the listener. To do so, navigate to the Listener: listener_name page by clicking Listener on the Home page. To shut down the listener, click Stop.
You can also stop it at the command line using the following:
lsnrctl stop
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
activemq 5.5 의 입문 은 설치, 시작, 데이터베이스 지속 화 를 포함한다Apache ActiveMQ 5.5.0 은 주로 유지보수 버 전 으로 130 개가 넘 는 문 제 를 복 구 했 으 며 대부분 bug 와 개선 이 었 다. Improved performance for offline d...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.