Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create unique Profile based on the following requirements: a. Password complexity should meet requirements for Ora12 Verify function. b. User may have up to 3

Create unique Profile based on the following requirements:

a. Password complexity should meet requirements for Ora12 Verify function.

b. User may have up to 3 concurrent sessions.

c. User may have up to 4 consecutive failed attempts to log in before the account is locked.

d. User may wait up till 120 days before their password must be changed.

e. User account will be locked for 1 hours after the specified number of consecutive failed login attempts.

f. Default values for other Profile parameters is acceptable

g. You should name the Profile PFirstnameLastname where Lastname and Firstname are your First and Lastname

2. Verify your Profile was successfully created by Creating and executing a SQL statement querying the appropriate Data Dictionary objects.

3. Create 2 users assign them to the Permanent Tablespace of Users with a Quota of 30M. Be sure to expire their passwords upon creation. Name the users as follows:

a. U1FirstnameLastname

b. U2FirstnameLastname

Where Firstname and Lastname are your first and lastname.

4. Create role allowing users assigned to be able to connect to the database and create tables. Name this R1FirstnameLastname where Firstname and Lastname are your first and lastname.

5. Create two tables in your (root/admin) schema. Name them User1Data and User2Data. The tables should contain a primary key and 3 additional columns of your choice. Insert 3 records into each table.

6. Provide privileges for U1FirstnameLastname and U2FirstnameLastname to be able to connect to the database and create tables. Be sure to use security best practices when assigning these privileges. In addition, provide one user the privileges to select from User1Data and Insert into User1Data. Provide the other user the privileges to select from User1Data and User2Data.

7. Prepare, execute a detailed test plan to verify the two users have all the privileges they need but no additional privileges. Be sure to test by logging in as those users, changing their passwords, connecting, creating table and then using the assigned privileges in the User1Data and User2Data tables and performing and documenting other tests as required.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Making a client profile with the given necessities remembers a movement of steps for Prophet Here is an organized one small step at a time explanation for making such a client profile Stage 1 Make the ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Holt McDougal Larson Geometry

Authors: Ron Larson, Laurie Boswell, Timothy D. Kanold, Lee Stiff

1st Edition

0547315171, 978-0547315171

More Books

Students also viewed these Databases questions

Question

Do I want people to be more like me?

Answered: 1 week ago