(Shinguz) This week we did some migrations from MariaDB 10.0 to Percona Server 5.6 at the IT department of a big German bank.
Other News
ORA-02205
(Andrew Reid) I found some notes from a course I took in 1990. They said that it was only possible to GRANT ALTER or GRANT SELECT on a sequence.
Creating IronPython Desktop Applications Using .NET Components
(Jesse Smith) This article shows you how to build a simple IronPython application by using .NET components. The significance of being able to build a Pythonic application while using the .NET Framework for the interface and other potential functionality is that it makes your application much less co
Lead and Lag Functions in SQL Server 2012
(Arshad Ali) Have you ever been in a situation where you needed to write a query that needed to do comparisons or access data from the subsequent rows along with the data from the current row?
Convert CellSet to HTML Table and From HTML to JSON and to Array
(Sibeesh Venu) For the past few days I have been working on ADOMD and MDX. I encountered a situation where I need to convert my Cell Set to a HTML table and render it to the client-side Grid. So I thought of sharing that with you all.
Data Access on IBM i: Is It Time to Upgrade from Query/400?
For over 30 years, Query/400 has been the data access tool to generate reports easily from DB2 data—allowing access to insight like never before. While it continues to be sufficient for basic reporting functionality, most organizations are beginning to be challenged with the need to access and repor
Filtered Indexes
We have been talking about creating an index on a view in order to enhance query performance. Today I wanted to share another technique that can be just as helpful. Did you know you can create an index on a table or view having a where clause? The resulting index only contains records meeting the criteria of the where clause. […]
Information Organizations In Database Part 5
Information Organizations In Database – Part – 5 As stated in the last article that “In the forthcoming article we will be noticing particular fine point’s concerning Record Centered Rational Replica’s various Relational Procedures like – Restrict, Project, Product, Union, Intersect, Difference, Join, Divide and Practice of Relational Database management System (RDBMS)”, here is the article. Relational Procedures:- The relational...
JQuery: Synchronize two ASP.Net text boxes
(Suvendu Shekhar Giri) As the title suggests, this post is about interacting with two ASP.Net text boxes. If any change/interaction happens to one of the text boxes then we’ll try to do the same to the other text box, programmatically.
OSB 12c; tips for use DomainValueMap in Xquery
(Herman Brunnekreef) Today I was building a Xquery with a reference to a DomainValueMap (DVM) in JDeveloper 12c for an OSB 12c project.
