Question: ( a ) A profile is a database object which used to set the limit to the database resources and define the database users' behavior
a A profile is a database object which used to set the limit to the database
resources and define the database users' behavior to prevent users from
wasting the resources. List SIX password management policies discussed
in the class. Describe each functionality of this policies.
marks
b Write the following instruction using SQL scripts that will login as user and
create a custom profile then applied to the DIECS user.
To begin, into your instance as the SYSTEM user with UTAR
password.
create a new profile named FESPROFILE that will do the following:
Limit the number of failed login attempts to in a row.
Limit the time required to lock the password to minute.
Change the password every minutes.
Allow the user hours to change the password after it expires.
Allow a previous password be reused after minutes if the
password already been changed times.
Create user FES with ORACLE password and DEFAULT profile.
Create grant CONNECT, GRANT ANY PRIVILEGES and
UNLIMITED TABLESPACE to the FES user.
Write SQL script that will apply the SCOTTPROFILE to DIECS user.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
