0% found this document useful (0 votes)
26 views4 pages

Practical-6 Aim:: Emp - 33 (Local Table) Emp - 22 (Remote Table)

The document describes steps to vertically and horizontally fragment an employee database table across different sites. For vertical fragmentation, fragments are created on local and remote tables based on the employee table. A database view is then created to combine the fragmented data. Similarly for horizontal fragmentation, fragments of the employee table are stored locally and remotely, and a view is made to join the fragmented data. The steps involve creating database links, views, and using SQL commands.

Uploaded by

james_shergil
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
26 views4 pages

Practical-6 Aim:: Emp - 33 (Local Table) Emp - 22 (Remote Table)

The document describes steps to vertically and horizontally fragment an employee database table across different sites. For vertical fragmentation, fragments are created on local and remote tables based on the employee table. A database view is then created to combine the fragmented data. Similarly for horizontal fragmentation, fragments of the employee table are stored locally and remotely, and a view is made to join the fragmented data. The steps involve creating database links, views, and using SQL commands.

Uploaded by

james_shergil
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 4

Shankersinh Vaghela Bapu Institute Of Technology

Practical-6 Aim: Design vertical database fragments and horizontal database fragments on employee
table, store two fragments on different sites. create a database view to generate a single view of data that combines the data from both the fragments.

Steps For Vertical Fragmentation:


Emp_33 (Local table) Emp_22 (Remote table)

1. Goto object browser Create DataBase Link

Distributed Database Application and System

Page 1

Shankersinh Vaghela Bapu Institute Of Technology

2. Goto object browser Create View

3. Goto SQLSQL command

Distributed Database Application and System

Page 2

Shankersinh Vaghela Bapu Institute Of Technology

Steps For Horizontal Fragmentation:


Emp_11 (Local table) Emp33 (Remote table)

1.

Goto object browser Create DataBase Link

2. Goto object browser Create View

Distributed Database Application and System

Page 3

Shankersinh Vaghela Bapu Institute Of Technology

3. Goto SQLSQL command

Distributed Database Application and System

Page 4

You might also like