How does Oracle manage database security? Discuss.
Database security can be classified into two categories:
- system security
- data security.
प्रत्येक डेटाबेस उपयोगकर्ता के साथ संबद्ध एक ही नाम से एक स्कीमा है डिफ़ॉल्ट रूप से, प्रत्येक डेटाबेस उपयोगकर्ता बनाता है और इसी स्कीमा में सभी ऑब्जेक्ट्स तक पहुंच होती है।
डेटाबेस की सुरक्षा को दो श्रेणियों में वर्गीकृत किया जा सकता है: सिस्टम सुरक्षा और डेटा सुरक्षा
System security includes mechanisms that control the access and use of the database at the system level. For example, system security includes:
सिस्टम सुरक्षा में ऐसे तंत्र शामिल होते हैं जो सिस्टम स्तर पर डेटाबेस के उपयोग और उपयोग को नियंत्रित करते हैं। उदाहरण के लिए, सिस्टम सुरक्षा में शामिल हैं:
• valid user name/password combinations,
• the amount of disk space available to a user’s schema objects, and
• the resource limits for a user.
• वैध उपयोगकर्ता नाम / पासवर्ड संयोजन,
• किसी उपयोगकर्ता की स्कीमा वस्तुओं के लिए उपलब्ध डिस्क स्थान की मात्रा, और
• उपयोगकर्ता के लिए संसाधन सीमाएं
System security mechanisms check whether a user is authorised to connect to the
database, whether database auditing is active, and the system operations that a user has been permitted to perform.