Originally posted by DimPrawn
View Post
- 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!
Bob update
Collapse
X
Collapse
-
This PL/SQL looks interesting if it can replace all that, perhaps this is the coding language I have been looking to learn, kerching!Originally posted by Stevie Wonder BoyI can't see any way to do it can you please advise?
I want my account deleted and all of my information removed, I want to invoke my right to be forgotten. -
Exactly.Originally posted by MarillionFan View PostCode review. What is a highly paid 600% BPM consultant checking code for????
[snigger]
Knock first as I might be balancing my chakras.Comment
-
Big places don't swap backends. They might try switching but you tell a team of Oracle experts that they are going to have to switch to SQL Server and watch them all leave within weeks, taking their business knowledge and support skills with them.Originally posted by Hill Station Murthy View PostOn sevral occassions has found me moving backend from Access to sql, from informix to oracle just to name 2 differnet occassions in my career.
I can tell you now that this happens more frequently than you suspect.
I am very much a designer of n-tier applications and this is always been taught to me as best practice.
You try telling an Oracle team they need anything other than an Oracle database server running on Unix. n-tier?
Comment
-
So thats from noddy to corporate and dead-end to corporate.Originally posted by Hill Station Murthy View PostOn sevral occassions has found me moving backend from Access to sql, from informix to oracle just to name 2 differnet occassions in my career.
I can tell you now that this happens more frequently than you suspect.
I am very much a designer of n-tier applications and this is always been taught to me as best practice.
I'm sorry but the applications I develop with oracle backends are in oracle because the companies have global licences which allow them to use oracle everywhere and so they use oracle everywhere. There is no way these companies could quit the oracle grindstone so moving is not an issue.
granted there will be exceptions to every rule but if you are developing to an oracle backend, I would be surprised if that backend will ever change.
Mind you why SY is using pl-sql when its a .net solution I don't know. Linq to entities would be a far saner approach.merely at clientco for the entertainmentComment
-
I know, and I've explained it before. Can't be bothered searching for the post.Originally posted by eek View PostMind you why SY is using pl-sql when its a .net solution I don't know.And what exactly is wrong with an "ad hominem" argument? Dodgy Agent, 16-5-2014Comment
-
You try telling Oracle DBAs that.Originally posted by eek View Post
Mind you why SY is using pl-sql when its a .net solution I don't know. Linq to entities would be a far saner approach.
Comment
-
It's not a .Net solution. Where did you get this? It's using a BPM framework.Originally posted by eek View PostSo thats from noddy to corporate and dead-end to corporate.
I'm sorry but the applications I develop with oracle backends are in oracle because the companies have global licences which allow them to use oracle everywhere and so they use oracle everywhere. There is no way these companies could quit the oracle grindstone so moving is not an issue.
granted there will be exceptions to every rule but if you are developing to an oracle backend, I would be surprised if that backend will ever change.
Mind you why SY is using pl-sql when its a .net solution I don't know. Linq to entities would be a far saner approach.Knock first as I might be balancing my chakras.Comment
-
OK so this is the example where the cursor is being used :
The screen in question creates a row in a table called dinner. There is a child table called dinner_item which will hold all of the dinner items.
In the meta data we define for each type of dinner, what the default set of dinner items are.
So for cooked breakfast we have :
Fried tomato
Bacon
Beans
Sausage
Mushrooms
So when we create a dinner row, we want to automajically populate the dinner items from the meta data. So the cursor would open the list of dinner_items from the meta data, and then pop one row in the dinner_item table.
It could be done from the application layer, but this would not only perform better but would be easier to change the stored procedure than rush out a new version of the app.
The stored procedure debate trundles on, but we were forced into using stored procs as Oracle doesn't have an identity field, so we need to use sequences so this is all wrapped up in the insert stored proc, and the new id value returned as an output variable.Knock first as I might be balancing my chakras.Comment
-
Ever heard of triggers?Originally posted by suityou01 View PostThe stored procedure debate trundles on, but we were forced into using stored procs as Oracle doesn't have an identity field, so we need to use sequences so this is all wrapped up in the insert stored proc, and the new id value returned as an output variable.merely at clientco for the entertainmentComment
-
Yep, and there is known issue with the BPM tool using Business Objects (kind of c# but not BOs) with triggers, also an issue with triggers and bulk inserts.Originally posted by eek View PostEver heard of triggers?
Next.
Knock first as I might be balancing my chakras.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


Comment