Oracle uses the concept of schemas rather than separate databases, but there are several important default schemas:
| Schema | Description |
|---|---|
SYSTEM | Internal system database |
SYSAUX | Auxiliary system database |
These schemas contain valuable information about the database structure and can be targeted during SQL injection attacks.