Multiple choice technology

While creating a new database connection the connection description be in which format?

  1. hostname:port:sid

  2. hostname:sid:port

  3. port:sid:hostname

  4. sid:port:hostname

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Database connections in Oracle environments typically use the format hostname:port:sid. For example: 'myserver:1521:ORCL' where 1521 is the default Oracle port and ORCL is the SID.