Hi all,
db2 9.1 fixpak 0
aix 5.3
I have a big problem every time I start an online backup with include logs via veritas comes out an error!!!
The db2diag shows:
2009-10-29-17.57.22.240269 +060 E10634592A396 LEVEL: Info
PID : 995458 TID : 1 PROC : db2agent (idle)
INSTANCE: db2inst1 NODE : 000 DB : ATMDB
APPHDL : 0-692 APPID: *LOCAL.db2inst1 .091029165722
AUTHID : DB2INST1...
User Profile
Collapse
-
BAckup online with include logs fails !!!
-
Hi Sanjay, Thanks for your response,
the partitioning but I had already thought ... how do I partition it for days? and then, as I organize the process that empty table? I run the drop partitions for more than three days old and at the same time they create for the other days? I feel somewhat complex as a solution ...... -
thanks for your answer Doc Diesel,
but I can not divide the table into 3 parts per requirements associated application that you access.
there's another way ?...Leave a comment:
-
Empty Table
Hello world,
(excuse my English) I have to empty a daily a table that has 50,000,000 record and that stores data by "date". Whenever the empties must remain only the last 3 days of data.
With DELETE
(DELETE FROM SCHEMA.TABLE WHERE DATE(AGG_TIMEST AMP) < DATE(CURRENT TIMESTAMP) - 3 DAY;).
The trasaction log are filled and delete fails. Trauncate the table can not be conditioned.
how can... -
Hi docdiesel,
thank you for your reply.
My problem is this: I must set the DB for full online backup includes logs all day with VERITAS. I set LOGRETAIN = RECOVERY and USEREXIT = ON. Veritas makes backup without problem but does not erase the log achieved!
So that the filesystem where there are logs will be filled very soon!!!
How can I do? I do not know where most beat their heads!Leave a comment:
-
Automate delete archive log !
I have a db is in archive mod (LOGRETAIN = RECOVERY) and logprimary is set to 3. Pat the log file is / arch_log. If I go in that path i have:
S0000000.LOG
S0000001.LOG
S0000002.LOG
S0000003.LOG
S0000004.LOG
S0000005.LOG
S0000006.LOG
But the active logs are only S0000004.LOG S0000005.LOG S0000006.LOG (db cfg >>> First active log file S0000004.LOG) ?
Others can delete... -
Thanks for your answer,
what interests me most is the operating parameters logprimary (3) and logsecond (2). How many log files are stored in total? After some time the file is filled and those older must move them by hand?Leave a comment:
-
Backup Online db2 9.1
Hello to all,
I do a backup of an online db and I changed from db cfg parameter logretain on recovery, then I made the backup full offline, what other parameters to be amended? especially I wonder how it should change the parameters logarchmeth1 / default 3)and 2 (default 2) and the path of arch logs so I created a special filesustem.
Thanks -
Count the number of select on a particular table
Hello to all,
are not practical and db2... I need urgent help:
how can count the number of select is done on a particular table in a certain period of time?
No activity results to display
Show More
Leave a comment: