(Marco Gralike) New in Oracle 12c and one of the big new features in XMLDB is the XQuery Full Text functionality and, as mentioned in the post about XQuery Update, is the official W3C standard to handle unstructured pieces of XML content.
Author: SSWUG Research
How to Set Session Variables With JavaScript and AJAX
(Shashank Srivastava) Hi all, after a long phase of trials, I finally came up with a way to set SESSION variables with JavaScript and AJAX, in other words, without reloading the page.
The Business Value of Reasoning with Ontologies
(Héctor Pérez-Urbina and Juan Sequeda) Important enterprise business logic is often buried deep within a complex ecosystem of applications. Domain constraints and assumptions, as well as the main actors and the relations with one another, exist only implicitly in thousands of lines of code distribut
Postgres 9.3 feature highlight: Data Checksums
(Michael Paquier) Data checksums is a new feature introduced in PostgreSQL 9.3, adding a new level of checksum to protect data from disk and I/O corruption, controlled directly by the database server. This has been introduced by the commit below.
RMAN restore
(mdinh) Is my backup any good? Let’s find out.
ODI – Creating a Repository in a 12c Pluggable Database
(David Allan) To install ODI 11g into an Oracle 12c pluggable database, one way is to connect using a TNS string to the pluggable database service that is executing. For example when I installed my master repository, I used a JDBC URL such as;
ASP.NET MVC: Drag & Drop File Upload with Fallback Browser Support with dropzone js
(Nandip Makwana) Recently I came across dropzone js library. It enables developer to add drag & drop file upload support in any web application very easily. So here will try to see how we can add drag & drop file upload support in ASP.NET MVC application with dropzone js.
Environment.GetFolderPath() returns an empty string on Windows 8
(Brian Surowiec) I’ve been working on an OWIN based website on Windows 8 with IIS 8 Express, and hosting it on Server 2008 R2 with IIS 7.5. I also have my server setup with ARR to forward a subdomain to my local copy of IIS 8.5 so I can view whatever I’m working on from the internet if needed.
SQL SERVER : List all the tables in a DB which contains Identity Columns
(R Manimaran) In Sql Server we have some system tables and Views which will help us to identify the information about our custom Tables we have Created.
Microsoft SQL Server Business Intelligence System Architecture – Part 2
(Arshad Ali) In my last tip in this series, I talked about how Business Intelligence (BI) systems have become a priority for top executives in order to optimize resource utilization as well as to remain competitive. I also talked about BI users and how BI relates to Data Warehousing and Business Ana
