473,782 Members | 2,531 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tablespace in RESTORE PENDING state

Hi All,
I am using Db2 UDB v 8.2 on RHEL . I have performed a load operation on
a table. Now that tablespace has been switched into RESTORE PENDING
state. Now I can only read the data in the table. I can't modify the
data in the table as it is giving me an error saying "Tablespace Access
denied". How can I bring the tablespace out of RESTORE PENDING state?
Please help me out

Thnak you in Advance.......

Aug 31 '06 #1
7 26060
"satish mullapudi" <sa************ ***@gmail.comwr ote in message
news:11******** **************@ i42g2000cwa.goo glegroups.com.. .
Hi All,
I am using Db2 UDB v 8.2 on RHEL . I have performed a load operation on
a table. Now that tablespace has been switched into RESTORE PENDING
state. Now I can only read the data in the table. I can't modify the
data in the table as it is giving me an error saying "Tablespace Access
denied". How can I bring the tablespace out of RESTORE PENDING state?
Please help me out

Thnak you in Advance.......
Look in the "Messages and Codes, Vol 2" for the SQL error you received, and
it will tell you what to do to resolve the problem.
Aug 31 '06 #2

Mark A wrote:
"satish mullapudi" <sa************ ***@gmail.comwr ote in message
news:11******** **************@ i42g2000cwa.goo glegroups.com.. .
Hi All,
I am using Db2 UDB v 8.2 on RHEL . I have performed a load operation on
a table. Now that tablespace has been switched into RESTORE PENDING
state. Now I can only read the data in the table. I can't modify the
data in the table as it is giving me an error saying "Tablespace Access
denied". How can I bring the tablespace out of RESTORE PENDING state?
Please help me out

Thnak you in Advance.......

Look in the "Messages and Codes, Vol 2" for the SQL error you received, and
it will tell you what to do to resolve the problem.
I have referred the Message Reference Vol 2 and this is the error
message I am getting:

DB21034E The command was processed as an SQL statement because it was
not a
valid Command Line Processor command. During SQL processing it
returned:
SQL0290N Table space access is not allowed. SQLSTATE=55039

Please help me out....

Aug 31 '06 #3
satish mullapudi schrieb:
SQL0290N Table space access is not allowed. SQLSTATE=55039

Please help me out....
create a backup of this tablespace to make it accessible again.

regards,

Norbert
Aug 31 '06 #4
Connect to the database as an administrator and issue the command:
list tablespaces

This will give you a hex code describing the tablespace state. The
latest versions of this command also give a textual explanation of the code.

The likeliest problem (see Norbert's reply) is that you need to make a
backup. This is caused by having databse parameters set to allow
recovery from logs. Load, when it doesn't log changes, forces the
tablespace into a "backup pending" state that will not allow updates but
will allow reads.

Phil Sherman

satish mullapudi wrote:
Mark A wrote:
>"satish mullapudi" <sa************ ***@gmail.comwr ote in message
news:11******* *************** @i42g2000cwa.go oglegroups.com. ..
>>Hi All,
I am using Db2 UDB v 8.2 on RHEL . I have performed a load operation on
a table. Now that tablespace has been switched into RESTORE PENDING
state. Now I can only read the data in the table. I can't modify the
data in the table as it is giving me an error saying "Tablespace Access
denied". How can I bring the tablespace out of RESTORE PENDING state?
Please help me out

Thnak you in Advance.......
Look in the "Messages and Codes, Vol 2" for the SQL error you received, and
it will tell you what to do to resolve the problem.

I have referred the Message Reference Vol 2 and this is the error
message I am getting:

DB21034E The command was processed as an SQL statement because it was
not a
valid Command Line Processor command. During SQL processing it
returned:
SQL0290N Table space access is not allowed. SQLSTATE=55039

Please help me out....
Aug 31 '06 #5
Norbert Munkel wrote:
create a backup of this tablespace to make it accessible again.

regards,

Norbert
Assuming that the tablespace is in RESTORE PENDING and not BACKUP
PENDING state, it probably means the LOAD has failed.

To remove the load in progress table state (if the load operation has
failed, or was interrupted), do one of the following:

- Restart the load operation. First, address the cause of the failure;
for example, if the load utility ran out of disk space, add containers
to the table space before attempting a load restart operation.

- Terminate the load operation.

- Invoke a LOAD REPLACE operation against the same table on which a
load operation has failed.

- Recover table spaces for the loading table by using the RESTORE
DATABASE command with the most recent table space or database backup,
and then carry out further recovery actions.

Aug 31 '06 #6
Hi,

thank you very much for putting me right. I think, "RESTORE PENDING" was
not written big enough in Subject and Mail-Body. ;-)

regards,

Norbert

Mark A wrote:
Norbert Munkel wrote:
>create a backup of this tablespace to make it accessible again.
Assuming that the tablespace is in RESTORE PENDING and not BACKUP
PENDING state, it probably means the LOAD has failed.
Well.
Aug 31 '06 #7

Norbert Munkel wrote:
Hi,

thank you very much for putting me right. I think, "RESTORE PENDING" was
not written big enough in Subject and Mail-Body. ;-)

regards,

Norbert

Mark A wrote:
Norbert Munkel wrote:
create a backup of this tablespace to make it accessible again.
Assuming that the tablespace is in RESTORE PENDING and not BACKUP
PENDING state, it probably means the LOAD has failed.

Well.
Hi all,
Thank you for guiding me. But here I am not able to take the backup of
the USERSPACE1 tablespace. This is the error I am getting:
SQL2048N An error occurred while accessing object "2". Reason code:
"6".
Where 2 is the hex code of my tablespace.
Now what I want is how can I bring back my tablespace (USERSPACE1 )
into NORMAL state which is currently in RESTORE PENDING state.

Thanks in Advance......

Aug 31 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2507
by: Raquel | last post by:
According to the manual: If you have created a new log sequence after recovery, any tablespace backup images on the old log sequence are invalid. This is usually recognized at restore time. Could someone let me know 'how' this is recognized at restore time? TIA Raquel.
0
2407
by: GB | last post by:
In a log shipping scenario I would like to be able to test my database and set it back manually in roll forward pending state, is it possible ? What I would like to do in detail: - On the backup site: restore the main backup, rollforward the logs, ship new logs,rollforward the logs, ... (all this works) - I would like to be able to test from time to time the state of the database, so I stop the rollforward pending state, I do some...
3
11112
by: Stephen | last post by:
This is probably something simple but I've been trying for a while now and can't seem to get it. I'm loading a table from an IXF file with the following command 'load from D:/db_scripts/load_test/nlm.ixf of ixf modified by USEDEFAULTS method n (NOTIFY_LIST_ID,PUBLICATION_ID) insert into mediaadm.NOTIFY_LIST_MEMBERS' this works fine but afterwards the table goes into a 'check pending'
0
467
by: Jo | last post by:
Hi. I'm trying to understand under which circumstances can a table go into check pending state 1. A parent table can go into this state if there are any dependant tables which are in a check pending state 2. During load operation, tables with non-identity generated columns can go into check pending state as well Are there any other scenarios which I have missed out? Thanks a lot !
1
24350
by: deangc | last post by:
I have some scripts that drop columns in DB2 9. This leaves the table in a REORG PENDING state: SQL0668N Operation not allowed for reason code "7" on table "tablename". SQLSTATE=57016 I want to write a script that finds all tables in this state and REORGs them, but I don't know how to generate a set of tables that are in this state: if I use REORGCHK_TB_STATS I will have to call it once for every table in the database. Is there an...
1
2755
by: balubkp | last post by:
Hai I Have One Doubt Can U Please Send Me The Answer How To Solve Load Pending State.
1
10271
by: balubkp | last post by:
hai can u please send me the backup pending state details and solution
1
2374
by: balubkp | last post by:
can u plz tell me the rollforward recovery & rollforward pending state concepts
0
6072
by: msheikh25 | last post by:
After a failed informatica load session, when I try to select from a table it shows that the table is in Load Pending state: 1 ----------- SQL0668N Operation not allowed for reason code "3" on table "TABLE". SQLSTATE=57016 But then when I try to take it out of load pending state by running a
0
9639
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10146
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10080
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9942
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8967
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6733
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5378
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5509
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4043
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.