Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Trigger... update table on weekly basis

qwe12654Apr 11 2010 — edited Apr 15 2010
Hi,

I am a new Bee and need an advice (STEP BY STEP IN DETAIL) on updating a table...

every week I want to pull log data from a table and save it on another table... something like this

update table log_arch
as
select
* from table log
where
date > Sys_Date - 7

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2010
Added on Apr 11 2010
7 comments
1,476 views