What privilege is needed for a user to delete rows from tables in another schema?



What privilege is needed for a user to delete rows from tables in another schema?..

Answer / Rashi Seth

A user needs the DELETE ANY TABLE system privilege or the DELETE privilege on the specific table in another schema to delete rows. To grant the DELETE privilege, you can use the GRANT command as follows:nn`GRANT DELETE ON schema_name.table_name TO user_name;`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is Index Cluster ?

2 Answers  


How to create DSN..Explain?

2 Answers   Accenture, BeBo Technologies, Infosys,


What are the components of Logical database structure of ORACLE database?

4 Answers  


What is difference between truncate and delete?

1 Answers  


How do you ensure database security?

1 Answers  


Display the number value in Words?

1 Answers  


How to create a server parameter file?

1 Answers  


What is a dead lock in oracle?

1 Answers  


query to find the maximum no persons with same age(age colomn) from emp table

1 Answers  


How to run create database statement?

1 Answers  


Can select statements be used on views in oracle?

1 Answers  


How to create id with auto_increment on oracle?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)