# Problème de connexion à Oracle

DevFeed: [Problème de connexion à Oracle](<https://devfeed.tech/articles/probleme-de-connexion-a-oracle-26062.md>)

Original publisher: [Read original article](<https://blog.arkey.fr/2015/11/06/probleme-de-connection-a-oracle/>)

Author: brice.dutheil@gmail.com (Brice Dutheil)

Published: 2015-11-06T22:33:53Z

Content type: tutorial

Language: fr

Sources: [The Coffee Workshop](<https://devfeed.tech/sources/the-coffee-workshop.md>)

Topics: [Java](<https://devfeed.tech/topics/java.md>), [Randomizer](<https://devfeed.tech/topics/randomizer.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [POSIX](<https://devfeed.tech/topics/posix.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [firewall](<https://devfeed.tech/tags/firewall.md>), [http](<https://devfeed.tech/tags/http.md>), [java](<https://devfeed.tech/tags/java.md>), [jvm](<https://devfeed.tech/tags/jvm.md>), [linux](<https://devfeed.tech/tags/linux.md>), [posix](<https://devfeed.tech/tags/posix.md>), [random](<https://devfeed.tech/tags/random.md>)

## AI overview

This article examines two causes of Oracle database connection problems that can lead to HTTP timeouts: insufficient system entropy and firewall connection termination. It explains how Java and POSIX random sources affect blocking behavior and discusses the security trade-off between /dev/random and /dev/urandom.

## Source excerpt

Deux problèmes assez courant peuvent survenir sur les connexions à une base de donnée Oracle. Ces problèmes peuvent être à l'origine de timeout sur les connexions HTTP, etc... Ces deux problèmes touchent deux choses totalement différente, l'entropie du système et la coupure de connexion par un firewall.