Slightly wide eyed
- Visitors can check out the Forum FAQ by clicking this link. You 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. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Should DBA know to check theres no DB connections before performing a data update
Collapse
X
-
Should DBA know to check theres no DB connections before performing a data update
28Yes39.29%11No21.43%6No, you should tell them28.57%8AndyW mum is always connected10.71%3 -
Why would he be expected to check something like that given that
a) he'll need a connection to do the update
b) a large percentage of the complexity in a database system is there because they support multiple concurrent users all of whom can update data simultaneouslyWhile you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.' -
Surely a DBA has to understand that if he is performing a data update, he can't have users in the system? So surely, he has to check no one is connected, before updating business data?Comment
-
Should DBA know to check theres no DB connections before performing a data update
select machine from v$session; ?
Just about the only useful SQL I know!Comment
-
-
I would have thought their knowledge any data upload fails if there is locks on tables, will mean they check for users.
With this data, you cannot have simultaneous users accessing it.
It's business data, so it's important. It was also on a test system.
Gob smacked the department has been asked to provide, in a deployment note, please remember to check for locks on the database, to a DBA. Gobsmacked.Comment
-
Why? With most database systems there are very few operations that require exclusive access. If he's just updating some application data in a table somewhere then it depends 100% on the application whether you can update that data while users are on the system or not.Originally posted by Old Hack View PostSurely a DBA has to understand that if he is performing a data update, he can't have users in the system?While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'Comment
-
Why would they know that when it isn't the case? Most DML will work just fine with other users doing stuff at the same time, that's kind of how databases work and what the locking is there for. Why would they know that your update is special if you didn't tell them? You might also want to consider why your update is special as it might be something you can design out.Originally posted by Old Hack View PostI would have thought their knowledge any data upload fails if there is locks on tables, will mean they check for users.While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'Comment
-
I get the feeling you are using words you dont really know what they mean. A data update? What? An update query, updating data?
Sigh.
Obviously trying to blame someone for doing something you dont understand. If you are so good, do it yourself next time eh?Comment
-
Old Hack is correct. The DBA should have dropped all of the users first without telling them & then run the update.What happens in General, stays in General.You know what they say about assumptions!Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- How to run a limited company — efficiently: smarter profit strategies Yesterday 07:13
- IR35 & Mutuality of Obligation in 2026/27: Explainer for Contractors Feb 26 07:32
- Post Office hit with ‘crazy’ £104million HMRC bill for IR35 failings Feb 25 07:03
- IR35 & Right of Substitution in 2026/27: Explainer for Contractors Feb 24 06:59
- Why Rupert Lowe MP’s Restore Britain has it wrong on IR35 Feb 23 07:21
- IR35 & Control in 2026/27: Explainer for Contractors Feb 20 07:13
- How key for IR35 will Control be in 2026/27? Feb 20 07:13
- Changes to non-compete clauses in employment contracts require ministers to tread carefully Feb 19 07:59
- What does the non-compete clause consultation mean for contractors? Feb 19 07:59
- To escalate or wait? With late payment, even month two is too late Feb 18 07:26

Comment