Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a script to create three tablespaces named: SCHOOL, STUDENTS, SCORES and create three user accounts named: SCHOOL_USER, STUDENTS_USER, SCORES_USER. All user accounts must
Write a script to create three tablespaces named: SCHOOL, STUDENTS, SCORES and create three user accounts named: SCHOOL_USER, STUDENTS_USER, SCORES_USER. All user accounts must use their individual default tablespaces (e.g. User "school_user" should be mapped to "school" default tablespace). The temporary tablespace for all three users created must be TEMP. Grant all the three users 10m quota on their respective default tablespaces. [100 points] a. Run the script as "SYSTEM" user and attach the screenshots to your final project document. b. Run a command to display only the three tablespaces and users created in 1a and include the screenshot Discuss why it might be beneficial to assign all the three users to a single default tablespace instead of different ones. c. d. What is the primary function of a TEMP tablespace? e. Visualize users and tablespace from SQL Developer. Attach screenshots from SQL Developer. Tips: Read instructions on page2 on how to connect as a DBA in SQL Developer.
Step by Step Solution
★★★★★
3.50 Rating (160 Votes )
There are 3 Steps involved in it
Step: 1
Answ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started