单项选择题
You deploy more than one application to the same WebLogic container. The security is set on JavaEE level and all deployed JavaEE applications use the same security roles.
What is your recommendation for an architecture with those requirement?()
A.Combine all applications into a single one.
B.Define global roles on the WebLogic Domain level.
C.Use Ms Active Directory to keep the roles there.
D.Use Oracle Identity and Access Management solution to simplify the management.
E.Keep role mapping in the external WebLogic Role Mapped developed for that solution.
相关考题
-
单项选择题
WhichOracleWebLogicServerfeaturewouldyourecommendtoyourclientstoenableastand-alonemessageproducer,oragroupofproducersactingasonewithrespecttotheprocessingorder?()
A. Connecting Factory
B. Message Bridge
C. Unit-of-Order
D. Store-and-Forward -
单项选择题
You need to modify the STUDENTS table to add a primary key on the STUDENT_ID column. The table is currently empty.Which statement accomplishes this task?()
A. ALTER TABLE students ADD PRIMARY KEY student_id;
B. ALTER TABLE students ADD CONSTRAINT PRIMARY KEY (student_id);
C. ALTER TABLE students ADD CONSTRAINT stud_id_pk PRIMARY KEY student_id;
D. ALTER TABLE students ADD CONSTRAINT stud_id_pk PRIMARY KEY (student_id);
E. ALTER TABLE students MODIFY CONSTRAINT stud_id_pk PRIMARY KEY (student_id); -
多项选择题
Which three are DATETIME data types that can be used when specifying column definitions? ()
A. TIMESTAMP
B. INTERVAL MONTH TO DAY
C. INTERVAL DAY TO SECOND
D. INTERVAL YEAR TO MONTH
E. TIMESTAMP WITH DATABASE TIMEZONE
