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 COPY PENDING status?

Answers were Sorted based on User's Feedback



What is COPY PENDING status?..

Answer / gopinath

The correct syntax is :

START DATABASE(Dbname) SPACENAM(Tbspacename) ACCESS(force)

Is This Answer Correct ?    17 Yes 5 No

What is COPY PENDING status?..

Answer / mithun suresh

We can also remove COPYPENDING using REPAIR command

REPAIR SET TABLESPACE LVPERCFD.LVPCNTRS NOCOPYPEND

Is This Answer Correct ?    14 Yes 2 No

What is COPY PENDING status?..

Answer / sabahat khan

any table space will be in copy pending status
After a load is performed on the DB2 table,with log no
parameter
or
if load is performed without taking an image copy
or
if the job abend during load
or
if NOCOPYPEND parameter is not specified in syspunch dataset

in all of the above scenario our table space will be in
COPYPENDIND status.

-START(DBname)TBSPACE(Tablespace)ACCESS(FORCE)

Is This Answer Correct ?    11 Yes 2 No

What is COPY PENDING status?..

Answer / rshk

After a load is performed on the DB2 table, it will be in
Copy pending status. When the table is in copy pending
status, you cannot access the table. In order to release the
table from copy pending status, we need to force complete it
using the Db2 command:
-START(DBname)TBSPACE(Tablespace)ACCESS(FORCE)

Pls check the syntax of the above command.

Is This Answer Correct ?    14 Yes 8 No

What is COPY PENDING status?..

Answer / vat

Applies to REORG as well.. The TS/partition will be
in 'COPY' (Copy Pending status) unless you take an inline
image copy OR specify SHRLEVEL REFERENCE/CHANGE OR sepcify
LOG YES

To resolve this, you can

1. Start Access(Force)
OR
2. Repair
OR
3. Take an image copy

Is This Answer Correct ?    5 Yes 0 No

What is COPY PENDING status?..

Answer / dalwinder singh

A table is load pending state if a load operation that has
been active on the table is aborted before the data could
be committed. To return the table to Normal state, invoke a
load terminate, load restart, or load replace operation.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More DB2 Interview Questions

What is consistency token in db2?

0 Answers  


i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.

0 Answers  


What is copy pending and check pending in db2?

0 Answers  


What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?

4 Answers  


explain about index with examples

2 Answers   Syntel,


What is db2 optimizer?

0 Answers  


Which are the db2 tools to protect integrity of the database?

0 Answers   IBM,


What is meant by index cardinality?

2 Answers  


Can All Users Have The Privilege To Use The SQL Statement Select (DML)?

1 Answers  


i want to delete 20th million record how ?

4 Answers   IBM,


What is the usage of open cursor command?

0 Answers  


Why do we need reorg in db2?

0 Answers  


Categories