How do I connect to a postgresql database using sql developer?



How do I connect to a postgresql database using sql developer?..

Answer / Avinash Singh Rawat

To connect to a PostgreSQL database using SQL Developer, you can follow these steps: 1. Open SQL Developer, 2. Click on 'New Database Connection', 3. Select 'PostgreSQL' as the product, 4. Enter your connection details (Host, Port, Service Name/SID, Username, Password), and click 'Test', then 'Save'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How do I connect to a postgresql database?

1 Answers  


Explain about concurreny with the help of MVCC?

1 Answers  


How to call postgresql function in asp net?

1 Answers  


How do you edit a table in pgadmin?

1 Answers  


How does clustering in improving the performance?

1 Answers  


What is postgres default password?

1 Answers  


How do I add a primary key in pgadmin?

1 Answers  


How many rows can postgresql handle?

1 Answers  


Why Update is too slow

1 Answers  


What is dual table in postgresql?

1 Answers  


Does google use postgresql?

1 Answers  


What is maximum size of table in postgresql?

1 Answers  


Categories