how to we delete a row using varray

Answers were Sorted based on User's Feedback



how to we delete a row using varray..

Answer / ganga

We can't delete records from varray by using delete method.

Is This Answer Correct ?    2 Yes 0 No

how to we delete a row using varray..

Answer / dinesh

Yes we can not delete single element from varray using DELETE method but we can delete last element from VArray using TRIM method

means if your varray name is V1 then
V1.trim delete last element from varray.

Is This Answer Correct ?    0 Yes 0 No

how to we delete a row using varray..

Answer / dinesh

Type CC is Varray(5) of number;
c CC:=CC(1,2,3,4,5);
Begin
c.trim /* Delete last 5th Element with thier place holder from varray*/
c.trim(3)/*remove last 3 element with thier place holder from varra
c.delete/* delete all the varray.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.

11 Answers   Wipro,


what is main def between plsql/table and array?

1 Answers   Oracle,


What is Database Link ?

2 Answers  


Youre getting high busy buffer waits - how can you find whats causing it?

1 Answers  


How to get execution path reports on query statements?

0 Answers  






How to write date and time literals in oracle?

0 Answers  


Can we create trigger on view in oracle?

1 Answers  


What is user managed backup in Oracle?

0 Answers   MCN Solutions,


How can we Update a table with out using UPDATE command?

1 Answers  


What is ceil and floor in oracle?

0 Answers  


wirte the syntax of update query?

3 Answers   IBM,


what is the syntax of INSERT command?

7 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)