PrepAway - Latest Free Exam Questions & Answers

Which of the following will allow a client to access the database stored on the server?

Given the following information:
Protocol: TCP/IP
Port Number: 5000
Host Name: DB_SERVER
Database Name: TEST_DB
Database Server Platform: Linux
Which of the following will allow a client to access the database stored on the server?

PrepAway - Latest Free Exam Questions & Answers

A.
CATALOG DATABASEtest_db AS test_db REMOTE TCPIP SERVER db_server PORT 5000
OSTYPE LINUX;

B.
CATALOG TCPIP NODE 5000 REMOTE SERVERdb_server OSTYPE LINUX;
CATALOG DATABASE test_db AS test_db AT NODE db_server AUTHENTICATION SERVER;

C.
CATALOG TCPIP NODEdb_server REMOTE db_server SERVER 5000 OSTYPE LINUX;
CATALOG DATABASE test_db AS test_db AT NODE db_server AUTHENTICATION SERVER;

D.
CATALOG TCPIP NODEdb_server REMOTE db_server PORT 5000 OSTYPE LINUX;
CATALOG DATABASE test_db AS test_db AT NODE db_server AUTHENTICATION SERVER;

One Comment on “Which of the following will allow a client to access the database stored on the server?


Leave a Reply