Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> 2 Day DBA Course: perception check
I'm working through the 2 Day DBA Course for 10g.
I notice that on p. 4-3 ("Configuring the Network Environment") the "Easy Connect Naming" is discussed. It states the the connect string is formed as follows:
CONNECT username/password_at_host [:port] [/service_name]
Then it supplies a specific example:
CONNECT scott/tiger_at_my-server:1521/mydb
My question: Since the service name already includes the port information, isn't the explicit inclusion of the port number in the example redundant? Wouldn't the following also be acceptable as a connect string:
CONNECT scott/tiger_at_my-server/mydb
Thank you.
-- David Grove - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "I think not," said Descartes, and disappeared.Received on Thu Jan 27 2005 - 12:23:33 CST
![]() |
![]() |