BCA 7th Semester
Database Administration Board Question Paper 2023

Views: ...
tribhuvan university logo

Tribhuvan university

Faculty of Humanities & Social Science
OFFICE OF THE DEAN

2023

Bachelor In Computer Application

Course Title: Database Administration

Code No: CACS 485

Semester:VII

Full Marks:60 Pass Marks:24 Time:3 hours

Candidates are required to answer the question in their own words as far as possible.

Group A
Group B
Attempt any SIX question.
[6x5=30]
2.

What is partitioning? Explain the different method of table partitioning.

3.

As a DBA, explain how you can define a backup policy in your organization.

4.

What is multiplexing? Why is it needed! Write the steps of multiplexing the online redo log files.

5.

What is indexing? Why it is important in database? Explain the different guidelines to create index in database.

6.

Explain the oracle multitenant architecture with CDB and PDB concept.

7.

What is database administration? Explain the roles and responsibilities of DBA.

8.

Explain the different oracle net service components.

Group C

Attempt any TWO questions

[2x10=20]
9.

What do you mean by database recovery Explain in which situation database needs to be recovered. Explain the difference between crash recovery and media recovery. Also explain the steps involved in media recovery.

10.

Describe the memory structure of oracle database. Explain how PGA differs from SGA. Also explain about oracle instance and different components of SGA.

11.

What is privilege and why is it required? Explain the different system and object privileges used in ORACLE database with their importance. Write command to do following:
a) Create common user and local user.
b) Create a role, assign two system privileges on role and assign role to user.
c) Allocate unlimited space to user on 'users' tablespace
d) Create profile with following parameter.
i) Failed_login_attempts 2
ii) Idle time 5
iii) Sessions per user 3
e) Assign profile to the user.