Multiple choice technology While creating a new database connection the connection description be in which format? hostname:port:sid hostname:sid:port port:sid:hostname 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.