Which statement is true about the code with respect to creating a new connect identifier?

You add the following code in the tnsnames.ora file on a client PC:
sales=
(DESCRIPTION=
(ADDRESS= (PROTOCOL=TCP)(HOST=sales data) (PORT=1521) )
(CONNECT_DATA=
(SERVICE_NAME=sales.acme)))
Which statement is true about the code with respect to creating a new connect identifier?

You add the following code in the tnsnames.ora file on a client PC:
sales=
(DESCRIPTION=
(ADDRESS= (PROTOCOL=TCP)(HOST=sales data) (PORT=1521) )
(CONNECT_DATA=
(SERVICE_NAME=sales.acme)))
Which statement is true about the code with respect to creating a new connect identifier?

A.
It is created for the SALES database in the network domain ACME on the SALESDATA server.

B.
It is created for the SALESDATA database on the SALES server in the network domain called
ACME.

C.
It generates an error because the connect identifier name cannot be a part of
SERVICE_NAME.

D.
It generates an error because the server configuration mode (dedicated or shared) is not
specified.



Leave a Reply 2

Your email address will not be published. Required fields are marked *