Admin Project
Admin Project
• SALES
• PRODUCTION
• HR
• MARKETING
Question2
Configure the necessary network details using the (NETMGR) to ensure users in the TEST pluggable
database and other department pluggables are able to connect and perform their database.
Question3
Ensure that all pluggable databases are opened automatically on startup of the container database.
Question4
State and explain the various forms of startups and shutdowns in oracle 12c database and when to use
each of them
Question5
Put the database in archive log mode and ensure the following
Question6
Create the following tablespaces with appropriate sizes and save in a folder called LEARN under
/home/[yourname]/directory
Question7
List data dictionary tables and v$views that gives information about the following database, pdbs,
tablespaces, datafiles, redologs group, redologs files, control files users, profiles.
Question8
Query the data dictionary to give gist example of information about the terms or objects mention above.
Question9
Create the following common users and grant privileges to be a par with the system user
• Brock
• Paul
• Charlotte
• Roman
Question10
Create three (3) local users for each department. Prefix the users with the department letters.
Question11
Export the hr users from the TEST pluggable using both exp and expdp. Label the dump file with
appropriate names for each EXPORT.
NB: the dump files should be exported under a folder called TEST_export in the
/home/[username]/directory. The oracle directory should also point to his newly created TEST_export
directory.
Question12
The company will like to change the current location for all the newly created tablespaces to the default
location for datafiles for the database. As the dba ensure this task is performed successfully.
Question13
The company after successfully moving all tablespace will like to ensure to ensure
Question14
Demonstrate how to backup the following
a. Individual datafile
b. Multiple datafiles
c. Tablespaces
Question15
The spfile and the control file are very vital files for the database. Issue sql
statements on how to backup these files.