Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by merge in oracle?

1029


When do I need to use a semicolon vs a slash in oracle sql?

1141


How to use existing values in update statements using oracle?

1110


How to get execution path reports on query statements?

1043


How to build data dictionary view an new database?

1050


What is difference between sid and service name in oracle?

1006


How to select some rows from a table in oracle?

1125


How many types of tables supported by oracle?

1118


How to create a new view in oracle?

1127


How to execute a stored program unit?

1128


What are the different windows events activated at runtime ?

2944


Why we use bulk collect in oracle?

1112


How to connect to a local oracle 10g xe server?

1032


How to convert csv to table in oracle?

1043


why should i declare foreign key constraint as self relation instead of binary relation in tables ?

2089