Create two user-defined roles in database adventureworks

Assignment Help Database Management System
Reference no: EM131299451

Lab Manual

In the first part of this lab you will learn how to protect the data in the Oracle database by implementing security via profiles, roles, and privileges. You will also use object privileges to protect individual tables or columns.

You can use Oracle Data Dictionary list at https://ss64.com/orad/. Use CTRL+F to search the page. Oracle uses self-explanatory names for tables, views and columns.

In the second part of this lab you will learn how to protect the data in the SQL Server database by implementing security via security policies, roles, and privileges. You will also use object privileges to protect individual tables or columns.

Use INFORMATION_SCHEMA reference at https://msdn.microsoft.com/en-us/library/ms186778.aspx

The requirement of the lab is listed as deliverables. The deliverable is abbreviated as "D" in this manual.

Deliverables

NOTE: do not use GUI, you have to provide SQL code. Check out "Lab4Tutorial.docx" for tutorials.

D1 - D12 need to completed using Oracle

D1. Create the following three user-defined roles that are shown in the table below and assign them the specified permissions for the

OE.CUSTOMERS table.

Role

Select

Insert

Update

Delete

account_managers



CREDIT_LIMIT only

 

customer_service


 

sales_reps

 

Include SQL scripts:

D2. Create user user1. Assign role account_manger to user1

Include SQL scripts:

D3. Use SQL Plus to login as user1 and test permissions.

List all steps you performed to test permissions add screenshot with results

D4. Close SQL Plus. Assign role sales_reps to user1

Include SQL scripts:

D5. As a part of an auditing process your company is conducting, you are required to report all users who have been granted system privileges with ADMIN option.

These users can grant system privileges to other users. Write a query that will display users and their privileges. (Hint: use data dictionary SYS_PRIVS)

Include SQL scripts, number of rows and screenshot of the results

D6. As a part of an auditing process your company is conducting, you are required to report all users who have been granted object privileges with GRANT option.

These users as well as object owners can grant object privileges to other users. Write a query that will display owner, grantee and table name. (Hint: use data dictionary TAB_PRIVS)

Include SQL scripts, number of rows and screenshot of the results

D7. Write SQL statement that lists all roles AND users (without repetition) who have access to the OE.CUSTOMERS table.

Include SQL scripts and screenshot of the results

D8. Do you see ACCOUNT_MANAGERS on the list generated from D7? Why?

D9. How can you check that whether ACCOUNT_MANAGERS have permission to update only one column in CUSTOMERS table?

Include SQL scripts and screenshot of the results

D10. Create an Oracle profile OE_PROFILE to limit database resources using the following criteria:

a. Logon time-2 hours
b. Idle time-3 minutes
c. CPU time required per call-1 second
d. 1 block per query

Include SQL scripts:

D11. Assign profile OE_PROFILE to user1.

Include SQL scripts:

D12. Test that IDLE time setting in the profile works.

Outline steps and provide SQL queries if necessary

D13 - D22 need to completed using SQL Server

D13. Create two user-defined roles in database AdventureWorks that are shown in the following table and assign them the specified permissions for the PURCHASING.Vendor table:

Role

Select

Insert

Update

Delete

account_managers

fin_clerk

AccountNumber, Name, CreditRating, and ActiveFlag

 

CreditRating and ActiveFlag

 

Include SQL scripts:

D14. Use data dictionary to check that permissions were granted correctly in D13. Hint: check column permissions and table permission separately.

Include SQL scripts and screen shots of the results:

D15. Use Computer Management to create local Windows user with user name sam. (Right click My Computer - Mange - Local Users and Groups - Right click - New)

You don't need to include anything for this step.

D16. Grant sam permission to logon to SQL server and AdventureWorks database.

Include SQL scripts:

D17. Open new query window and run statement "execute as login" to execute queries as sam (see chapter slides). Try to select NAMES from Vendor table.

Include SQL scripts and screen shots of the results:

D18. Switch to the previous query window (the one you used to run query in D16) and Assign role fin_clerk to sam.

Include SQL scripts:

D19. Switch to the "new" query window (the one you opened in #6) and try AGAIN to select NAMES from Vendor table when you logged as sam.

Include SQL scripts and screen shots of the results:

D20. Try to delete vendor with VendorID = 1 when you logged as sam (Explain the result). Include SQL scripts and explain the result.

D21. Explain in detail the use of the DENY statement in SQL Server.

Provide example on how to restrict access to a column VendorID in a table

D22. Create a password policy that password expires in 60 days and locks the user's account if the password is entered incorrectly four times in a row. Document the process

Step-by-step instructions and screenshot of successful operation.

Reference no: EM131299451

Questions Cloud

Determine the heat loss from the surface of the lake : Determine the heat loss from the surface of the lake by radiation, free convection, and evaporation.
Create class named incident that consists of public property : Create a class named Incident that consists of one public property for each column in the Incidents table and a method named CustomerIncidentDisplay that formats an incident for display on the Customer Survey page.
Complete the flexible budgets for sales volumes : Complete the flexible budgets for sales volumes of 10,000, 12,000, and 14,000 units.
Sources of upward bias in the rate : Suppose you calculate a grocery price inflation rate. Using the arguments presented in the chapter, explain possible sources of upward bias in the rate you calculate, relative to the actual trend of food prices.
Create two user-defined roles in database adventureworks : Create two user-defined roles in database AdventureWorks that are shown in the following table and assign them the specified permissions for the PURCHASING.Vendor table:
Management plan including contingency plans : Develop key success factors, budget, and forecasted financials, including a break-even chart. Create a risk management plan including contingency plans for the identified risks.
Compute the direct labor rate variance : Compute the direct labor rate variance and the direct labor efficiency variance. Indicate whether each variance is favorable or unfavorable.
Formulate a linear programming model to solve given problem : devise a busing plan that will minimize the total number of student miles bused.- Formulate a linear programming model to solve this problem.
What is the correlation between unemployment and inflation : How can you support your position?Please answer the following question by integrating research, examples and opinion. Your answer should be no less than 300 words in length.Proper citation, referencing and material integration is required.

Reviews

Write a Review

Database Management System Questions & Answers

  Delete movies collection using aggregation pipeline approach

Delete movies collection and re-create it using the aggregation pipeline approach - Add attribute gender: male/female to each document in the actors collection

  Creates a database named personnel

Write an application that creates a database named Personnel. The database should have a table named Employee, with columns for employee ID, named position, and hourly pay rate.

  You are hired by northwind as a database administrator you

you are hired by northwind as a database administrator. you are required to integrate some database script solutions

  Explain why log records could be written between the begin

Explain why log records could be written between the begin checkpoint and end checkpoint records.

  Develop a uml class diagram that illustrates the data items

Develop a UML class diagram that illustrates the data items for your program. List the decisions the program must make. References to the data items in the previous step should be used where appropriate

  Perform a functional dependency analysis

Sample data and make any assumptions you need about the company. Make any comments about the approach that you are going to follow, as you see fit - Perform a functional dependency analysis, and include it as part of your deliverables, for every s..

  Determine the functional dependencies

Using your knowledge of Premiere Products, determine the functional dependencies that exist in the following table. After determining the functional dependencies, convert this table to an equivalent collection of tables that are in third normal fo..

  Advantages and inconveniences of new relational scheme

Compare activity (quite theoretical) of the disk (in number of bytes) required for each of both relational. Write down the advantages and inconveniences of new relational scheme.

  Build relatively well normalized relational database

If we added hats in 3 sizes and 3 colors and 3 styles, discuss briefly how many additional tables you 'uld add to the design.

  Explain thoughts on database design process

Explain thoughts on database design process this far. You have learned about first three phases of process: defining mission statement and mission objectives, analyzing current database, and creating data structures.

  Implement the query find total number of orders submitted

Find the total number of orders submitted in 2015. List all distinct customer IDs (O_C_ID) who submitted the largest number of orders in 2014. Find the total number if orders submitted by each customer.

  Assignment on database and data warehousing design

a design document and a revised project plan. You must submit both sections as separate files for the completion of this assignment. Label each file name according to the section of the assignment it is written for.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd