Tuesday, September 5, 2023

How to connect with PostgreSQL database using oracle SQLDeveloper ?

 

  • Check the current sqldeveloper tool version 





  • Download reqired postgres driver using below link 


https://jdbc.postgresql.org/download/


  • Configure & add driver in the sqldevloper tool as below  




  • After setup restart the sqldevloper tool  you will see the postgreSQL in option as below 






  • Use postgres db login details and make connection 





You did it

 !!!!! Congarutaions !!!!!



No comments:

Post a Comment

How to install package gTTS in python ?

  anurag@Anurags-MacBook-Air ~ % python3 -m pip show gTTS WARNING: Package(s) not found: gTTS anurag@Anurags-MacBook-Air ~ %   anurag@Anurag...