473,407 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Oracle Tools - Auto Commit Feature

Any tools out there someone would recommend for Oracle. Currently
users are utilizing SQL Worksheet in the production environment to
help support the clients needs. They have continuously forgotten to
issue commits during monthly processing which affects their production
cycle.

Besides coding one myself. Is there a dumbed down version of an Oracle
tool that will issue autocommits?
Jul 19 '05 #1
1 8423
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" <ki*****@yahoo.com> wrote in message
news:b6**************************@posting.google.c om...
Any tools out there someone would recommend for Oracle. Currently
users are utilizing SQL Worksheet in the production environment to
help support the clients needs. They have continuously forgotten to
issue commits during monthly processing which affects their production
cycle.

Besides coding one myself. Is there a dumbed down version of an Oracle
tool that will issue autocommits?

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

33
by: Steven Bethard | last post by:
I feel like this has probably been answered before, but I couldn't find something quite like it in the archives. Feel free to point me somewhere if you know where this has already been answered. ...
1
by: rawii | last post by:
I am running on a Sun box and am trying to install the perl tools to connect to Oracle. When I try to install the DBD::Oracle module, I get the following. Please help.. What does is mean and...
100
by: Peter | last post by:
Company thought DB2 will be better than Oracle. The bottom line is when you do select, the system crash. I think it may take 4-5 years for DB2 to reach Oracle standard. Peter
11
by: Markus Breuer | last post by:
I have a question about oracle commit and transactions. Following scenario: Process A performs a single sql-INSERT into a table and commits the transaction. Then he informs process B (ipc) to...
133
by: jonathan | last post by:
hey all, I realize that this question might pop up from time to time, but I haven't seen it a while and things might of changed, so - Right now (July 2004) how does mysql stand up in...
4
by: Abram Friesen | last post by:
Hi, I'm a developer for a software application vendor, and our application makes use of a customer-maintained Oracle 8i/9i database. We've had a customer request to support DB2 database, and I'm...
19
by: Gregor =?UTF-8?B?S292YcSN?= | last post by:
Hi! I'm using DB2 database on one server and ORACLE database on the second one. I want to move some data from ORACLE database to DB2 database and update some columns on ORACLE database so I know...
0
by: Jim Kennedy | last post by:
ALL DDL does a commit. Hence Drop Table movies; issues a commit. True you don't issue a commit and the driver does not issue a commit, but the server does for all DDL. That is probably where...
1
by: DBAGUY | last post by:
Any tools out there someone would recommend for Oracle. Currently users are utilizing SQL Worksheet in the production environment to help support the clients needs. They have continuously...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.