How does Oracle manage database security? Discuss.
Oracle includes security features that control the accesssing and using of a database. For example, security mechanisms in Oracle:
ओरेकल में सुरक्षा संबंधी सुविधाएं शामिल हैं जो एक्सेसबेस और डेटाबेस का उपयोग नियंत्रित करती हैं। उदाहरण के लिए, ओरेकल में सुरक्षा तंत्र:
• prevent unauthorised database access, Oracle
• prevent unauthorised access to schema objects, and
• audit user actions.
• अनधिकृत डाटाबेस एक्सेस, ओरेकल को रोकें
• स्कीमा ऑब्जेक्ट्स पर अनधिकृत पहुंच को रोकने, और
• ऑडिट उपयोगकर्ता क्रियाएं
Associated with each database user is a schema by the same name. By default, each
database user creates and has access to all objects in the corresponding schema.