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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to get the value using trigger on view or is there any other option.

900988Dec 14 2013 — edited Dec 14 2013

Hi

I have two tables emp and dept in both table there is column last_updatedatetime which stores date with time and there is some more columns in both the table and the deptno is common in both table

next i have created one view using this table with readonly.

now i wanted to get those value from view if last_updatetime get changed in base tableĀ  and wanted to store only those data into temp table.

Please help me to resolve the above issue

Thanks in advance

This post has been answered by Partha Sarathy S on Dec 14 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2014
Added on Dec 14 2013
4 comments
362 views