Default Databases

Information about Oracle's default database systems

Oracle uses the concept of schemas rather than separate databases, but there are several important default schemas:

SchemaDescription
SYSTEMInternal system database
SYSAUXAuxiliary system database

These schemas contain valuable information about the database structure and can be targeted during SQL injection attacks.

Back to Knowledge Base