473,796 Members | 2,872 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to recovery a dropped table?

4 New Member
I am running DB2 v9 in z/OS.
I am trying to recovery a dropped table but I could not do it.
I have the full and incremental image copies from before of the drop table command.
The recover utility is working right and shows RC=0, but the table has not been recovered.
When I try to recover another table that had all the rows deleted is working.
Anyone can help me?

Thank you,
Eduardo
Dec 9 '08 #1
5 5132
emrezende
4 New Member
Anijos,

Thank you for your reply, helped at lot!

Eduardo
Dec 10 '08 #3
emrezende
4 New Member
Anijos,

Yesterday I tried the procedure described the in IBM site but I am getting this error:



I tried the DSN1COPY with the OBIDXLAT, FULLCOPY and both are given the same error.
Any suggestions now?
Dec 11 '08 #4
ganeshmn25
28 New Member
Recover Dropped Tables in DB2
Dec 15 '08 #5
emrezende
4 New Member
Ganeshmn,

Thanks for reply, but this tutorial apply for Windows, Linux and UNIX, but I am using z/OS.

Any other suggestions?

Eduardo
Dec 16 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

4
3605
by: joshsackett | last post by:
Hi All, I have a 2MB database set to SIMPLE recovery. This database is used only to generate new keys to web users. It has two columns - UID and LASTDATE. The UID column is only updated when users log in or log out (INSERT & DELETE). The LASTDATE column is updated every time they switch between pages. Please don't ask for the reason why we do it this way, it just IS. The maximum amount of rows in this table at any given time is about
7
7911
by: Network Administrator | last post by:
Looks like for the first time in 6 years, I'm experienced some database table corruption. This was due to the space filling up on a server (you don't want to know how that happened). I have 3 tables corrupt and the others are fine (which I dumped to be safe). I have a backup which I could use but then I realized that maybe there might be some "surgery" I could perform to get the table "repaired". Note that the normal recovery that the...
3
2319
by: Burkhard Schultheis | last post by:
I had a crash on my w2k machine. I installed w2k in a new directory. Then I installed DB2 V8.1 in the same directory as before. Now DB2 is not able to start. It tells me that the environment is inconsistent, because the instance is not valid. DB2INSTANCE is DB2, and the old instance is e:\db2. DB2 is installed on drive E:, too. What can I do to get the old data (no, I don't have a backup of all data, only of the most important table). ...
1
4583
by: Vikrant | last post by:
On my DB2/UDB system, some tablespace 'Minimum recovery time' is 2000-11-19 or some '1999-10-04' or different, for some tablespace theres is no 'Minimum recovery time' , what does it tell me? Thanks, VKG
3
4382
by: Michelle | last post by:
Hi, I'm trying to rollforward my database to end of logs and complete, the first error message i get is - SQL6063N rollforward recovery on database X has stopped on node "0" due to change in log file size, when i re-issue the command I get the " unexpected system error occured" I also dropped the db and restored it again, but still getting the same errors.
8
4431
by: Neil Truby | last post by:
There's something clearly missing in my understanding of recovery: I set up a small sample datavase and deleted all the rows from a table. Crucially, I omitted the "commit". I then shut down db2, and copied everything under the db2inst1/db2inst1/NODE0000 directory to another server. When I restarted db2 on the first server the rows were still missing. But on the second server they were still there :-( I repeated the exercise several...
3
2636
by: jignesh shah | last post by:
Hi all, Is there a way to recover a single container if its been corrupted or mark bad without restoring whole tablespace? environment: db28.1/aix5.1/tsm/rs-6000. Regards Jignesh
2
2775
by: Raghava | last post by:
hi all, i was working on DB2 and came across an issue. i.e. can a tablespace be rollforwarded to POINT-IN-TIME? the scenario is as follows: i created a data base and a tablespace in it. i have enabled archival logging (enabled userexit and logretain) and changed log path to a different location. as the log path and logging method was changed, the database was in backup pending state. so, i took a complete offline backup of the
0
3535
by: bbkm | last post by:
when i am doing dropped table reccovery step1- the tablespace should be in recovery mode is it rite step2 - the database should be in archivelog mode is it rite step-3 - identify the dropped table and get it's DDL and note the dropped table id. step4 - now restore the appropriate tablespace in the which the table is dropped step5 - rollforward the database step6 - now create the dropped table by using the ddl generated at LIST HISTORY...
0
9527
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10453
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9050
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...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6785
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
5573
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4115
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
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.