TonyChan1514 / COMP231-001-Team7-F23

COMP231 - Software Development Project 1 (Team 7)
0 stars 0 forks source link

To fix database connection error “Cannot connect. No listener at host XXX port 1521.” occasionally #29

Open RainyCa opened 8 months ago

TonyChan1514 commented 8 months ago

It was hard to find out the reason as it was not happening every time. However, due to the effort of all teammates and we finally made it. We found that the oracle databse server listener will be closed whenever reboot. So we have to manual bring up the database listener everytime it reboot in order to make database workable.