RelationalDBDesign
SiteMap
Network Config
Network Admin
Network Topology
Network Topology
«Prev
Network Topology
Oracle Certification
Networking Overview
History Oracle Networking
Evolution Network Protocols
Oracle Networked Computers
DB Evolution
Distributed Data
Distributed DB Features
Local Autonomy
Fragmentation Independence
Oracle Topology Overview
DB Links Connectivity
Join Tables Remote Sites
TNS
Inter Communication
SQL App Connection
SQL Handles Connections
SQL Net Version 1
SQL Net Enhancements
Distributed DB Connectivity
Networking Conclusion
Net Services Architecture
Net Parameter Files
Network Component Tools
Components Functions tnsnames.ora
protocol.ora File
TCP.NODELAY option
sqlnet.ora File Location
Sqlnet ora File Characteristics
Net Communications Process Level
Create Oracle DBlink
Database Link Connection
SQLnet Architecture Conclusion
ServerSide Configuration
sqlnet Client/Server Components
Listener Manages Oracle Connection
Configuring Oracle Listener
Oracle Net Assistant
Net Assistant Naming Methods
Route Client connection Requests
Set TNS Timeout Value
Setting Listener Password
lsnrctl Listener control Utility
Start listener using lsnrctl
Stop Listener via lsnrctl
Setting Up Protocol Listeners
Client side Configuration
Windows Client Architecture
NET Configuration Assistant
Running Oracle Installer
Oracle TNS - Quiz
Each question is worth one point. Select the best answer or answer for each question.
1.
Which of the following is not a valid way to establish an initial connection to an Oracle database?
Please select the best answer.
A.
With a TNS connect string (
t:host:database
)
B.
With a database link (
select * from customer@ny;
)
C.
With a server connect string (
sqlplus /@fred
)
D.
With a telnet session
2.
What is the name of the Oracle meta-table used to view database link information?
Please select the best answer.
A.
DBA_TABLES
B.
DBA_DB_LINKS
C.
DBA_SYNONYMS
D.
DBA_2PC_PENDING
3.
Which of the following files are used to supply the server IP address?
Please select all the correct answers.
A.
The file /etc/hosts
B.
The file /etc/services
C.
The file tnsnames.ora
D.
The file sqlnet.ora
4.
Which of the following files supplies the protocol information for outgoing Oracle requests?
Please select the best answer.
A.
listener.ora
B.
sqlnet.ora
C.
/etc/hosts
D.
tnsnames.ora