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...


What is IMAGECOPY ?

Answers were Sorted based on User's Feedback



What is IMAGECOPY ?..

Answer / guest

Image copy is used to take the back up of the table after a
bulk update or insert. this can be used during recovery.
not sure if its a utility or function.

Is This Answer Correct ?    29 Yes 0 No

What is IMAGECOPY ?..

Answer / swetha dasari

it is a utility

Is This Answer Correct ?    14 Yes 1 No

What is IMAGECOPY ?..

Answer / samir kumar sahoo

It is a utility by using of which we can take the back up
of the tablespace after bulk update or insert operations.
it is generally used for recovery process.

Is This Answer Correct ?    15 Yes 3 No

What is IMAGECOPY ?..

Answer / prashanth

We Can take the imagecopy of tablespaces as well. we can do
so by using COPY Utility.

Is This Answer Correct ?    12 Yes 2 No

What is IMAGECOPY ?..

Answer / srinivasa yadav

WHEN LOADING LARGE AMOUNT OF DATA INTO DB2 TABLE AND AGAIN
TRYING TO LOAD THE DATA THEN THE TABLE SPACE WILL GO IN TO
THE COPY PENDING STATUS.
IT WILL ARISE AN ABEND -904
-904 :- RESOURCE UNAVAILABLE
TO RESOLVE:- AFTER LOADING THE DATA NEED TO TAKE IMAGE COPY
AND AGAIN TRY TO LOAD THE DATA.
IMAGE COPY:- IT IS USED TO TAKE BACK UP OF DATA.
//SYSTIN DD *
COPY AAAGENDB.AAAGENTS
INTO DSN=ALL70.POL_SIMP.BASE(+1)
/*
//

Is This Answer Correct ?    8 Yes 3 No

What is IMAGECOPY ?..

Answer / thiruvenkata varaga moorthy

After a Bulk Load of the Table or Table Space by means of a
DB2 Load Utility, we need to go for an Image Copy so as to
restore the system in case of some unexpected situations.

Generally, DB2 system itself will expect such an imagecopy
and will prompt the message in the output saying 'Image
Copy Required', 'Table Space Remains in Copy Pending State'.

It is upto the wish of the programmer either to go for an
Image Copy or to cancel the Copy Pend state by means of the
Repair set.

Is This Answer Correct ?    8 Yes 4 No

Post New Answer

More DB2 Interview Questions

What is a result table?

1 Answers  


What can the SET option of the Repair Utility accomplish?

1 Answers  


What techniques will be used to avoid deadlock??

5 Answers   IBM, SUN,


How to solve S0C7 abend with out using DISPlay in 10 mins?

1 Answers   IBM,


how to resolve -811

2 Answers   IBM,


Can we delete records from view?

0 Answers  


What is the cascade rule and how does it relate to deletions made with a subselect?

1 Answers  


Where are plans stored?

2 Answers  


How to find the maximum value in a column in the db2 database?

0 Answers  


how can you save the query in QMF?IS IT POSSIBLE OR NOT.IF POSSIBLW HOW?

1 Answers   Hewitt,


What does DSNDB07 database do?

2 Answers  


What is reorg in database?

1 Answers  


Categories