- Posts: 3957
What are the components of the DBMS environment?
- ekatsa
- Topic Author
- Offline
- Admin
Less
More
2 weeks 5 days ago #3324
by ekatsa
What are the components of the DBMS environment? was created by ekatsa
What are the components of the DBMS environment?
Please Log in to join the conversation.
- ekatsa
- Topic Author
- Offline
- Admin
Less
More
- Posts: 3957
2 weeks 5 days ago #3325
by ekatsa
Replied by ekatsa on topic What are the components of the DBMS environment?
Components of a database management system (from google)
- Storage engine.
- Query language.
- Query processor.
- Optimization engine.
- Metadata catalog.
- Log manager.
- Reporting and monitoring tools.
- Data utilities.
- all code that manages the engnine
- database languages like SQL, PL/SQL (internal)
- database languages + code that communicate an external language like PRO*C
- tools to write reports, forms like rpt/rpf, Oracle Forms in oracle and more
- monitoring, tuning tools
- tools to import data like SQL*Loader
- backup utilities
- recovery utilities
- security utilities to not loose data (like simulation of Trash Bin)
- software of other companies as cluster Sun Cluster 3.1 (fault tolerant tech like spacecrafts)
- and many more
Please Log in to join the conversation.
Time to create page: 0.174 seconds