RelationalDBDesign
SiteMap
Database Analysis
Database Design
Extended DB Features
Oracle SQL Extensions
Language Support
«Prev
Next»
Extended Features
Partitioned Tables
Oracle Partitioning Explained
Partitioning Advantages
Table Range Partitioning
Index Partitioned Table
Local Index Partition
Global Index Partition
Modifying Partition Features
Dropping Oracle Partitions
Splitting Merging Partitions
Clustering Tables
Clustered Tables Advantages
Creating Oracle Cluster
Size Cluster Properly
Creating Cluster Key
Oracle Hash Cluster
Creating Hash Cluster
Deleting Hash Cluster
Clustering Conclusion
Index Organized
Index Organized Tables
Advantages Disadvantages IOT
Creating Table Index
Allocate Overflow Space
Deleting Altering IOT
Reorganize IOT
IOT Conclusion
Auditing Features
Auditing Oracle Entities
Enable Audit Feature
Audit SQL Statement
Access Audit Trail
Oracle System Privileges
Auditing Database Objects
Purge Audit Trail
Language Support
National Character Set
Using Profiles
Product Profile
Profile Table
Limit Command Access
Security Scheme
SQL WildCards
SQL Wildcard Characters
Removing Restriction
Target Profile
SqlPlus Utility
National Language Support for Oracle - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which features does Oracle use to support national languages?
Please select all the correct answers.
A.
Language-dependent data
B.
Language-independent data
C.
Language-dependent functions and messages
D.
Language-independent functions and messages
2.
Which is not a part of the
NLS_LANG
parameter?
Please select the best answer.
A.
Code page
B.
Character set
C.
Language
D.
Territory
3.
How can you set the value for the
NLS_LANG
parameter?
Please select all the correct answers.
A.
By altering the initialization file for the database.
B.
By setting a client environment variable.
C.
By using the
ALTER SESSION
command.
D.
You cannot set the
NLS_LANG
parameter; it always defaults.