Od 14 września 2021 roku Java jest znów w pełni darmowa na nowej licencji Oracle No-Fee Terms and Conditions (NFTC). Przypomnijmy, że historia zatacza koło. Wracamy do czasu z przed stycznia 2019 roku gdzie jeszcze wtedy JDK 8 było całkowicie darmowe. Nie potrzeba było wykupywać wsparcia aby otrzymywać poprawki do najbardziej popularnej wersji Javy w tamtym okresie. Jeśli pragniesz przypomnieć sobie szczegóły tamtej zmiany zapraszam do artykułu, który to dokładnie opisuje: Czy Java jest nadal darmowa? Jeśli nie, to co teraz? Które JDK wybrać?
Czytaj dalej „Java znów darmowa! Dlaczego Oracle wycofuje się z płatnego JDK?”Tag: Oracle
How to Copy an Oracle Table Between Two Databases: Step-by-Step Guide
Very often, there is a need to test a scenario that runs in production. In such cases, we can use a lower environment, if available. Or try to replicate it on our own local machine. To do this, we must prepare everything as closely as possible to the original environment. If you’re using an Oracle database, you would likely want to copy an Oracle table between databases to prepare test data on your local database. Here is one solution that can help you quickly set up a local copy of production data.
In this tutorial, we will use a Docker image to set up a local Oracle database and connect from inside the Docker container to an external database using the HAProxy tool.
Czytaj dalej „How to Copy an Oracle Table Between Two Databases: Step-by-Step Guide”