How to update rows in table, suppose i have lacks of rows in
table how to update total table with update statement.
Can u please any one answer this question with update
statement.

Answers were Sorted based on User's Feedback



How to update rows in table, suppose i have lacks of rows in table how to update total table with ..

Answer / kt

If you go for a direct update statement, it will hang (as u
have indicated that ur table has lakhs of records).
So its better to analyze the table or go for dbms_stats.
After that fire ur update statement
update <table_name> set <column_name> = .......
where ...........

Is This Answer Correct ?    3 Yes 3 No

How to update rows in table, suppose i have lacks of rows in table how to update total table with ..

Answer / anil

write on anonyms block...
create one cursor and update the rows in a table with the
help of cursor...bcs ur table size is very large.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What are the different types of trigger and explain its various uses and functions?

0 Answers  


What are the basic element of Base configuration of an oracle Database ?

2 Answers  


Explain oracle’s server parameter file.

0 Answers  


What are the data types in oracle?

0 Answers  


What is background process in Oracle?

0 Answers   MCN Solutions,






What is a package in oracle?

0 Answers  


What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.

0 Answers  


what is difference between table and view? where to use views? thanks in advance!

1 Answers  


does the query needs a hint to access a materialized view?

1 Answers  


How many memory layers are in the oracle shared pool?

0 Answers  


Can we create trigger on view in oracle?

1 Answers  


Describe varray?

0 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)