Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.databases.oracle    |    Overblown overpriced overengineered SHIT    |    2,288 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 575 of 2,288    |
|    mcstock to DBAGUY    |
|    Re: Oracle Tools - Auto Commit Feature    |
|    23 Oct 03 18:12:44    |
      From: mcstock@enquery.com              you don't really have a production environment unless you have an       application interface other than an ad hoc SQL interface              you should at least use something like MS-Access via ODBC to give the users       a reasonable way to insert/update/delete and search data -- or have some       PL/SQL stored procedures to control the transactions (COMMITS can be coded       into the stored procedures) or at very least some script files              meanwhile, SQL*Plus (which is what SQL Worksheet runs behind its Java UI)       has an AUTOCOMMIT feature which can be set in the global login file --       however, this commits after EVERY individual DML statement -- so if you've       got users typing in stuff like               delete from sales where sales_period = 47;              and they accidentally type               delete from sales;              there is no way (as in no way) to recover the lost data without       point-in-time database recovery              what is your 'production' environment? intranet? client/server? character       terminals? if you could post or email some more specifics, i could provide       some recommendations       ----------------------------------------       Mark C. Stock       www.enquery.com       (888) 512-2048                     "DBAGUY" |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca