- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
This page details common issues with setting up and using Database Monitoring with Oracle, and how to resolve them. Datadog recommends staying on the latest stable Agent version and adhering to the latest setup documentation, as it can change with Agent version releases.
Check the connectivity between the Agent and the monitored database by running one of these commands on the machine where the Agent is running, then investigating any errors:
nc -v <DB_SERVER> <PORT>
curl <DB_SERVER>:<PORT>
telnet <DB_SERVER> <PORT>
It’s important to specify the exact values for <DB_SERVER>
and <PORT>
that are configured for that instance in the oracle
configuration file.
Using the telnet
command as an example, the expected output for a correctly configured connection is
Trying <DB_SERVER_IP_ADDRESS>...
Connected to <DB_SERVER_NAME>.
Escape character is '^]'.
Ensure that the recommended Agent version for your hosting type is installed.
Ensure that the recommended Agent version for your hosting type is installed.
Ensure that the recommended Agent version for your hosting type is installed.
agent.log
Execute the permission grants listed in the Grant permissions step of the setup instructions for your hosting type.