If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Trigger

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-10-03, 14:54
exdter exdter is offline
Registered User
 
Join Date: Aug 2003
Posts: 328
Trigger

I am trying to make a trigger that will delete doubles from a certain table in my Oracle database. I want to refresh the data in this table from a SQL Server table once a week. What I have is the old data in the Oracle table and then the new data from the Server table. Most of the old records and new records will be the same, so I want to eliminate the doubles.
Reply With Quote
  #2 (permalink)  
Old 11-11-03, 10:40
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: Trigger

Rather than insert everything and then delete you should insert only that which is new.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On