CST(38)-Online Transaction Processing

Database-centered client/server applications fall into two categories: Decision Support Systems (DSS) and Online Transaction Processing (OLT...

Database-centered client/server applications fall into two categories: Decision Support Systems (DSS) and Online Transaction Processing (OLTP). These two client/server categories provide dramatically different types of business solutions.

OLTP systems are used to create applications in all walks of business. These include reservation systems, point-of sale, tracking systems, inventory control, stockbroker workstations, and manufacturing shop floor control systems. The number of clients supported by an OLTP system may vary dramatically throughout the day, week, or year, but the response time must be maintained. OLTP applications also require tight controls over the security and integrity of the database. The reliability and availability of the overall system must be very high. Data must be kept consistent and correct.

OLTP systems, the client typically interacts with a Transaction Server instead of a Database Server. This interaction is necessary to provide the high performance these applications require. Transaction server come into two flavors:
  •  OLTP Lite provided by stored procedures,
  •  OLTP Heavy provided by TP Monitors.
In either case, the client invokes remote procedures that reside on a server. These remote procedures execute as transactions against the server’s database. OLTP applications code to be written for both the client component and for the server transactions. The client interaction with the transaction server is typically limited to short, structured exchanges. The exchange consists of a single request/reply as opposed to multiple SQL messages exchanges.

OLTP applications ran on expensive mainframes that stored massive amounts of data, provided minimum downtime, and were the pride of the enterprise and the MIS shops. In general, all the data collected by an OLTP system is of direct use to the application and people that are creating this data. They understand exactly what this data means. The application typically provides a sophisticated graphical interface to view and manipulate the data with transactional controls. The members of the organization understand how the data is structured. They can create sophisticated built-in reports and manipulate the data for their production uses. The last thing the OLTP people want is to give outsiders access to their precious production systems. These outsiders often don’t really know what they want, and they may be issuing long ad hoc queries that can slow down the entire production system, corrupt the data, and create deadlocks.

Information Hounds

The first consume of this technology are business people making strategic decisions – pricing and market analysis- that depend on the availability of timely and accurate data. The ability to access information and act on it quickly will become increasingly critical to any company’s success. Raw data becomes information when it gets into the hands of someone who can put it in context and use it. High impact, high value decision-making involves risk. Making decisions using old, incomplete, inconsistent, or invalid data puts a business at a disadvantage versus the competition. Information is becoming a key component of every product and service. For example, analysts use information to spot the trends and shifts in buying patterns of consumers. Information Sleuthing is an iterative process. The sophistication of queries increases as the information hound grasps more of the nuances of the business problem. The hound needs the ability to access information for multiple combinations of “what if” situations.
Name

ADO,131,ASP,3,C++,61,CORE JAVA,1,CSS,115,HTML,297,index,5,JAVASCRIPT,210,OS,47,PHP,65,SAD,53,SERVLETS,23,SOFTWARE ENGINEERING,245,SQL,71,TCP/IP,1,XHTML,9,XML,18,
ltr
item
Best Online Tutorials | Source codes | Programming Languages: CST(38)-Online Transaction Processing
CST(38)-Online Transaction Processing
Best Online Tutorials | Source codes | Programming Languages
https://www.1000sourcecodes.com/2023/07/cst38-online-transaction-processing.html
https://www.1000sourcecodes.com/
https://www.1000sourcecodes.com/
https://www.1000sourcecodes.com/2023/07/cst38-online-transaction-processing.html
true
357226456970214079
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content