Re: Design Help: Do I need to duplicate data?
Posted by: Rick James
Date: June 01, 2011 11:12PM

As a script starts, it gets another id -- let's say `run_id`. Put the run_id and script_id and execution start time in a new table. That way, two copies of the same script (script_id is same) can be distinguished.

If you modify a script, it becomes a new script. Change its script_id, plus update the id of the running copy, if any.

Options: ReplyQuote


Subject
Written By
Posted
Re: Design Help: Do I need to duplicate data?
June 01, 2011 11:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.