Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
User accounts automatically created when Oracle Database is installed
Home
>>
Category
>>
Oracle (MCQ) questions and answers
>>
Administering and Managing an Oracle Database
Q. How many user accounts are automatically created when Oracle Database is installed?
- Published on 27 Jul 15
a.
4
b.
3
c.
2
d.
1
ANSWER: 2
Related Content
Oracle DBA (
67
)
Oracle Replication (
19
)
Oracle Architecture (
20
)
Oracle Transaction (
40
)
Administering and Managing an Oracle Database (
25
)
Managing Oracle Database Processes (
8
)
Oracle Control Files (
27
)
Oracle Redo Log (
23
)
Oracle Tablespaces (
24
)
Oracle Datafiles and Tempfiles (
13
)
Oracle Managed Files (
11
)
Oracle Schema (
26
)
Oracle Tables (
13
)
Oracle Indexes and Partitioned Tables (
24
)
Oracle Clusters (
24
)
Oracle Views, Sequences, and Synonyms (
15
)
Oracle Distributed Database concepts (
28
)
Discussion
Nirja Shah
-Posted on 28 Aug 15
- Two user accounts are automatically created with the database:
1. SYS (default password: CHANGE_ON_INSTALL) - When any database is created, the user SYS is automatically created and granted the DBA role.
- All of the base tables and views for the database's data dictionary are stored in the schema SYS.
- These base tables and views are critical for the operation of Oracle.
- To maintain the integrity of the data dictionary, tables in the SYS schema are manipulated only by Oracle.
- They should never be modified by any user or database administrator, and no one should create any tables in the schema of user SYS.
- Ensure that most database users are never able to connect using the SYS account.
2. SYSTEM (default password: MANAGER) - When a database is created, the user SYSTEM is also automatically created and granted the DBA role.
- The SYSTEM username is used to create additional tables and views that display administrative information, and internal tables and views used by various Oracle options and tools.
- Never create in the SYSTEM schema tables of interest to individual users.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲