JavaScript is required

Lựa chọn nào sau đây là ko đúng?

A.
A. Oracle creates a profile named DEFAULT when the database is created
B.
B. Profiles cannot be renamed
C.
C. DEFAULT is a valid name for a profile resource
D.
D. Nguồn SESSIONS_PER_USER trong profile DEFAULT có gtrị khởi tạo là 5
Trả lời:

Đáp án đúng: D


Câu hỏi yêu cầu tìm phát biểu không đúng về profile trong Oracle. Ta xét từng phương án: * **A. Oracle creates a profile named DEFAULT when the database is created:** Đúng. Oracle tự động tạo profile DEFAULT khi database được tạo. * **B. Profiles cannot be renamed:** Đúng. Không thể đổi tên profile sau khi đã tạo. * **C. DEFAULT is a valid name for a profile resource:** Sai. DEFAULT không phải là tên hợp lệ cho một tài nguyên profile. DEFAULT là tên của một profile, không phải tài nguyên. * **D. Nguồn SESSIONS_PER_USER trong profile DEFAULT có gtrị khởi tạo là 5:** Đúng. Giá trị khởi tạo của SESSIONS_PER_USER trong profile DEFAULT là UNLIMITED, chứ không phải là 5. Vậy, phương án C là phương án sai.

Câu hỏi liên quan