Вы находитесь на странице: 1из 2

1.

Files act locally where as DBMS saves directly in a database


2. Saves in temporary locations where as DBMS in well arranged and permanent
data base locations
3. In File Sys., transactions are not possible where as various transactions like
insert,delete,view,updating etc r possible in DBMS
4. Data will be accessed through single or various files where as in DBMS, tables
(schema)
is used to access data
5. A "File manager" is used to store all relationships in directories in
File Systemswhere as a data base manager (administrator) stores the relationship in
form of structural tables
6. Last.... But not the least.... Data in data bases are more secure compared to data
in files!!
Great AnswerReport

Nishant2 11 months ago


Ads by Google
• Data Storage Solution
Data Collection Methods for capturing size, weight & ID.
www.mt.com/data-capture

1)recovery and back up can be done in dbms not in fs


2)multiple user interface is allowed in dbms
3)the changes made in one database will be applicable to all tables but not possible
in fs
4)data redundancy is removed in dbms not in fs
5)restricting unauthorized access in db
5)enforcing integrity constraint in dbms
6)representing complex relationship among data is possible in dbms
7)provide storage structures for efficient query processing
Disadvantages of File Processing Systems include:
1. Program-Data Dependence. File descriptions are stored within each application program
that accesses a given file.
2. Duplication of Data. Applications are developed independently in file processing systems
leading to unplanned duplicate files. Duplication is wasteful as it requires additional
storage space and changes in one file must be made manually in all files. This also results
in loss of data integrity. It is also possible that the same data item may have different
names in different files, or the same name may be used for different data items in
different files.
3. Limited data sharing. Each application has its own private files with little opportunity to
share data outside their own applications. A requested report may require data from
several incompatible files in separate systems.
4. Lengthy Development Times. There is little opportunity to leverage previous
development efforts. Each new application requires the developer to start from scratch by
designing new file formats and descriptions
5. Excessive Program Maintenance. The preceding factors create a heavy program
maintenance load.
6. Integrity Problem. The problem of integrity is the problem of ensuring that the data in
the database is accentuate.
7. Inconsistance data
8. Security

Вам также может понравиться