Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Updating by RowId when alread has fetched the row....
Mark wrote:
> I don't know of anyone that would consider executing DML code on a > table while they were re-organizing it like this. So your example > doesn't make a lot of sense. > > Mark Simmons > Sr. Oracle DBA > Sabre-Holdings, Southlake, TX > > srivenu_at_hotmail.com (srivenu) wrote in message news:<1a68177.0403050353.370e1024_at_posting.google.com>... >
If someone wants to alter a table's structure while the database is up and the table is in use they should look at the DBMS_REDEFINITON built in package.
http://www.psoug.org/reference/dbms_redefinition.html
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Fri Mar 05 2004 - 18:49:20 CST