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

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

SELECT all rows and columns Oracle

Oracle /

Oracle SQL SELECT Statement

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

Recent Posts

  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • RAPTOR Editions
  • Flowgorithm Conditional Breakpoint Statement
  • Flowgorithm Read Numbers from File Example
  • Search Text File Flowchart Example
  • Flowgorithm Turtle Graphics Symbols
  • Draw Circle using Flowgorithm Turtle
  • Draw Parallel Lines using Flowgorithm Graphics

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version