IF THE DATABASE AND THE USER PROCESS ARE USING DIFFERENT CHARACTER SETS, HOW DOES DATA GET CONVERTED

8. If the database and the user process are using different character sets, how

does data get converted? (Choose the best answer.)

A. Data is not converted, which is why there may be corruptions if the

character sets are incompatible.

B. On data entry, the instance converts data to the database character set. On

retrieval, the user process converts to the client character set.

C. Oracle Net will convert, in both directions.

D. It depends on various NLS parameters.