(Pabitra Mukhopadhyay) This article shows you how to configure AT-TLS for IBM Integration Bus message flows on z/OS, including the policy agent and TCP/IP stack configuration on z/OS. Simple HTTP-based message flows let you quickly test the setup from a distributed system such as Windows server.
Other News
APAR Friday: Accelerator, SQLCODE, SYSTS UPDATE SP, and PKGREL COMMIT
(Willie Favero) The first three APARs all have something to do with the DB2 Analytics Accelerator for z/OS. Even though the Accelerator is a for-cost option, it’s still pretty cool and gaining more and more popularity.
On the Importance of Metadata
(Craig S. Mullins) The importance of metadata is rising – and many organizations are beginning (or starting again) to embrace metadata as a means to better understanding their data. This is driven by requirements imposed on organizations such as regulatory compliance, but also on the desire to bette
Using MySQL triggers and views in Amazon RDS
(Michael Coburn) I recently had an opportunity to migrate a customer from a physical server into Amazon’s RDS environment. In this particular case the customers’ platform makes extensive use of MySQL triggers and views.
Using MySQL triggers and views in Amazon RDS
(Michael Coburn) I recently had an opportunity to migrate a customer from a physical server into Amazon’s RDS environment. In this particular case the customers’ platform makes extensive use of MySQL triggers and views.
The APEX_JSON package: Parsing JSON in PL/SQL
(Morten Braten) As I mentioned a year ago, it looks like Apex 5.0 will include a new package called APEX_JSON for parsing and generating JSON. In this blog post, I will take a quick look at the parsing, and the next blog post will be about generating JSON output.
SQLTXPLAIN PL/SQL Public APIs to execute XTRACT from 3rd party tools
(Carlos Sierra) Many tools offer Public APIs, which expose some functionality to other tools. SQLTXPLAIN contains also some Public APIs. They are provided by package SQLTXADMIN.SQLT$E. I would say the most relevant one is XTRACT_SQL_PUT_FILES_IN_DIR. This blog post is about this Public API and how i
How The Oracle Database Determines Wait Time When It’s Not Set
(Craig Shallahamer) Have you ever wondered how the Oracle Database 12c (and earlier versions) determines the wait time when it has absolutely no control over how long the wait will take? If so, then read on!
Static and Instance members, Public keywords and Nested types in C#
(Krishna Vamshi Goud) So far we have seen Identifiers and Keywords and Literals, Operators and Punctuators in C# Programming. Let’s see static and instance members (also called as variables) in this chapter.
Passing Data From One Controller To Another In ASP.NET MVC
(Bipin Joshi) At times you need to pass data from an action method belonging to one controller to an action method belonging to another controller. There are three ways to accomplish this task. They are:
