How to use Privileges in Oracle

In this article I will explain how to use Privileges in Oracle.
  • 1620
Introduction

Privileged Connections

Privileged connections are mostly provided to the database administrators so that they have all the rights related to the system. DBA can access the database with SYSOPER or SYSDBA privileges.

Data Source=myOracle;User Id=Username;Password=Password;DBA Privilege=SYSOPER;

Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.