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

Following a db2 update statement, what is the quickest way to compute the total number of updated rows?

0 Answers  


What is package versioning? Please give an example.

1 Answers  


What is the STOSPACE Utility used for?

1 Answers  


Can one database have multiple instances?

0 Answers  


how to resolve -818 error. how to see timestamp token in load module and plan

4 Answers   IBM,






what is different three logs in DB2?

1 Answers   Syntel,


How to create a table using embedded sql?

1 Answers  


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

1 Answers   Hewitt,


Can a array declared with an index be displayed(readable format) in spool?

4 Answers   Syntel, UST,


Is it mandatory to use DCLGEN? If not, why would you use it at all?

2 Answers  


Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA

8 Answers   CGI, Wipro,


What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?

0 Answers  


Categories