Oracle create procedure privilege?

Puneet Kushwah

If i have a create procedure privilege and don't have update privilege and if in procedure i wrote a update statement so will it update or give me an error?

vishad

By default Oracle uses the definer rights model for detemining the available privileges for running a procedure. It means that by default the procedure will execute with the privileges of the schema in which it is defined.

So if your schema does not have privilege to UPDATE a table used in the procedure, you will get an error.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Creating a Procedure in Oracle to create View

From Dev

Create a stored procedure in a package oracle

From Dev

Insufficient privilege in oracle

From Dev

How to create a table inside of a procedure in Oracle?

From Dev

How to create a table inside of a procedure in Oracle?

From Dev

Not able to create temp table in stored procedure in Oracle

From Dev

Privilege for CREATE AGGREGATE FUNCTION

From Dev

Privilege for CREATE AGGREGATE FUNCTION

From Dev

Why doesn't Oracle think my user has the "Create Session" privilege when I try to connect?

From Dev

Oracle Indexes EXECUTE object privilege

From Dev

Create .exe in Qt with admin privilege

From Dev

How to create a procedure in an oracle sql script and use it inside the script?

From Dev

Create input table parameter for calling Oracle stored procedure in C#

From Dev

How to create a user in OpenAM with create realm privilege?

From Dev

ORACLE PL/SQL - GRANT/REVOKE Privilege

From Dev

How to grant "grant create session" privilege?

From Dev

Create user with superuser privilege using Apache brooklyn

From Dev

Procedure created with CREATE PROCEDURE Defaults with ALTER PROCEDURE

From Dev

procedure using loop in oracle

From Dev

call procedure Oracle apex

From Dev

PHP and oracle Stored procedure

From Dev

Oracle stored delete procedure

From Dev

Calling procedure in oracle apex

From Dev

Oracle procedure to move tablespace

From Dev

Oracle Stored Procedure problems

From Dev

Procedure in oracle wont run

From Dev

Transaction and Procedure in Oracle

From Dev

call procedure Oracle apex

From Dev

Oracle procedure ref cursor