How to connect SQL Developer Connection Tutorial Video

Database Connection Details for SQL Tools: 

  • Open Oracle SQL Developer.
    Once it loads, click the “+” icon or select New Connection.
  • Enter your connection details:
    • Connection Name: Anything you like
    • Username: Your schema name
    • Password: Enter your password
  • Under the Connection Type, choose Basic.
    Then fill in the following database parameters:
    • Host: teal.maxapex.net
    • Port: 1555
    • Service Name: XEPDB1
  • Test the connection.
    Click Test to make sure everything is correct.
    If it shows Status: Success, you’re good to go.
  • Click Connect.
    You’re now connected to your Oracle database schema.

 

  • sql developer, sqlconnection, oracle
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Oracle Text not working on Linux

Oracle Text executable ctxhx requires libstdc++.so.5 library whereas most Linux distribution...

ORA-00603: ORACLE server session terminated by fatal error

If you get following error in SQL Developer:ORA-00603: ORACLE server session terminated by fatal...

How to Set Up a Database User and an Oracle APEX Workspace on Your Server

Connect to Serverssh user@hostname   Switch to Oracle Usersudo su - oracle Connect as...