Networking
10 QuestionsQuestion:
Script abc.sql must be executed to perform a certain task. User HR with password HR exists in the target database and the account is unlocked. The TNSNAMES.OR A file is up to date. Examine this command attempted by the user: $ sqlplus hr/hr@orcl @abc. Wha t will happen and why?
- E. The command succeeds and HR will be connected to the orcl database instance, and the abc script will be executed.
Question:
Which two statements are true about the PMON background process?
- C. It frees resources held by abnormally terminated processes.
- D. It rolls back transactions when a process fails.
Question:
Which two statements are true about the tools used to configure Oracle Net Services?
- B. Enterprise Manager Cloud Control can be used to centrally configure net service names for any database server target.
- D. Oracle Net Manager can be used to locally configure naming methods on a database server.
Question:
Which three statements are true about a dedicated server configuration?
- B. A dedicated server process may be reused by a new session after the session using that process terminates.
- C. A dedicated server process communicates directly with a client or middle-tier process once the session is established.
- F. A dedicated server process can be spawned without a listener when using local clients.
Question:
Which statement is true about database links?
- E. A public database link can be used by any user allowing remote database instance connectio n for selecting schema data.
Question:
Which statement is true about database links?
- C. A database link created in a database allows a connection from that database's instance to the target database's instance, but not vice versa.
Question:
Which three statements are true about the tools used to configure Oracle Net Services?
- C. Enterprise Manager Cloud Control can be used to centrally configure net service names for any database server target.
- D. Enterprise Manager Cloud Control can be used to centrally configure listeners on any managed database server.
- F. Oracle Net Manager can be used to locally configure naming methods on a database server.
Question:
Which three functions are performed by dispatchers in a shared server configuration?
- A. Sending shared server session responses back to requesters on the appropriate connection.
- B. Writing inbound requests to the common request queue from all shared server connections.
- D. Receiving inbound requests from processes using shared server connections.
Question:
In one of your databases, the user HR has the password HRMGR. You wa nt to connect to a database instance whose listener listens on port 1531 by using this statement: CONNECT HR/HRMGR@orcl. No name server is used. Which statement is true about ORCL?
- B. It must resolve to a valid connect descriptor in the client's tnsnames.ora file.
Question:
Which two statements are true about advanced connection options supported by Oracle Net for connection to Oracle?
- C. Connect Time Failover requires the connect string to have two or more listener addresses configured.
- E. Load Balancing can balance the number of connections to dispatchers when using a Shared Server configuration.