TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Oracle

Oracle Administrative User Accounts

Overview

Oracle automatically creates some administrative user accounts for performing administrative tasks. These accounts have special privileges. Some of the administrative accounts are as follows:

  • SYS
  • SYSTEM
  • SYSBACKUP
  • SYSRAC
  • SYSDG
  • SYSKM

It is recommended to create at least one additional administrative user account and grant privileges to that account.

SYS schema

The SYS user is automatically created by default with all the
privileges. All base tables that are critical for the functioning of the database are stored in the SYS schema.

SYSTEM user created automatically during the database install and assigned DBA role.

We can check all the users created using the following query:

Connect to the database as SYS AS SYSDBA. Issue the SQL query to check all users.

SELECT username FROM all_users;

Oracle Administrative Accounts

Related Posts

Download SQL Developer

Oracle /

Download Oracle SQL Developer

Oracle Databse 19c Download

Oracle /

Install Oracle 19c Database On Windows 10

ORA-01109 Database Not Open

Oracle /

Fix ORA-01109: database not open Error

Oracle SQL Update Statement

Oracle /

Oracle SQL Update Statement

Oracle SQL Insert Statement

Oracle /

Oracle SQL INSERT Statement

‹ Oracle SQL BETWEEN Operator with Examples› Connect to Oracle Database from SQL*Plus on Windows

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version