Last week, I wanted to lay hands on latest incarnation of Oracle 18c Express Edition, a free version.
Unfortunately, not for Mac, available for selective flavours of Linux and Windows. I had Ubuntu 18.4 on VirtualBox, could not install easily. Gave up.
Thought of laying hands on AWS cloud, it comes with RDS Oracle service. However, it does not offers 18cXP out of box. Various other flavours, expensive licensed versions are supported.
Developer instinct prompted me to try on a raw EC2 instance of Oracle Linux 7 (based on Fedora).
Since both OS and Database are from same vendor, expected it to be smooth affair.
Alas a nightmare was waiting !
Started with VPC, with both private and public Subnets and a Security Group. Installation of Database was smooth as per the documentation, connection worked fine from within the same instance.
Real challenge emerged, when tried to connect to it from SQL Developer on my Mac or any other ec2. Tried all hacks to sort it, but of no avail.
As a debug strategy to get an insight of issue, tried another instance of RHEL with an older, 11g version of XE worked.
After trials and changes, realised some firewall like issue, is preventing traffic from other hosts post installation of Oracle 18c XE.
Finally after manipulating firewall to allow traffic on specific port, could make it work!
Here’s the command for same:
// Assuming port # is 1521, similarly to allow access to EM and APEX, we may have to open ports 5500 and 8080 (or whatever configured)
sudo firewall-cmd –permanent –zone=public –add-port=1521/tcp
sudo firewall-cmd –reload
Installation of this version or database on OL, modifies firewall,
https://oracle-base.com/articles/linux/linux-firewall#iptables
Please feel free to share your experiences.
Happy Explorations
слот тренер
April 3, 2025 — 1:55 pm
Онлайн-слоты — это одна из востребованных разновидностей игр в мире ставок.
Смысл игровых автоматов состоит в вращении барабанов, что создают комбинации.
Каждый автомат имеет отличающиеся функции, разнообразные иконки и специальные бонусы, которые увеличивают шансы на выигрыш.
Слоты делятся на ретро-стильные и современные, где можно встретить уникальные механики.
честные слоты
Многие ценят эти игры за интуитивность и возможность расслабиться без необходимости запоминать сложные комбинации.
Современные игровые механики обычно предлагают дополнительные бонусные игры, что добавляет динамики.
Как результат, слоты остаются очень популярным вариантов отдыха в мире азартных игр.
Awaiting moderation