(Edwin Biemond) WebCenter has a default navigation model (menu) which is located in the navigations folder and is defined as portal preference in the adf-config.xml file. But this menu is used in every page of the portal. I want to change this, so when you are not authenticated you will see the norm
Other News
See & modify the attributes of Oracle Restart resources with crsctl
(Uwe Hesse) I am presently teaching 11gR2 New Features for DBAs on a Private Event, where one attendee asked how we could retrieve and possibly modify the restart attempts, ohasd is trying for a resource, governed by Oracle Restart.
ORA-19025: EXTRACTVALUE returns value of only one node
(Flavio Casetta) It’s not the first time I write about ORA-19025, however I believe that what follows is an interesting and not so common situation.
XPathing XML data with PostgreSQL
(Leo Hsu and Regina Obe) One of my favorite tools and I think that of many folks working with GIS and other kinds of Multimedia is the GDAL/OGR suite. Though I started using it to conquer GIS ETL activities, I found myself using it for problems that are inherently not GIS at all. I talked about the
APAR Friday: Lots of HIPERs out there right now
(Willie Favero) There have been a bunch of interesting HIPERs that have closed over the last few weeks. Here are a few that I thought significant. Of course, you should be tracking HIPERs that pertain to your organization on a regular basis also. Don’t rely on my partial list.
SQL Server Functions: The Basics
(Jeremiah Peschka) A function, in any programming environment, lets you encapsulate reusable logic and build software that is “composable”, i.e. built of pieces that can be reused and put together in a number of different ways to meet the needs of the users. Functions hide the steps and the complexi
Database Objects: Stored Procedures
(Buck Woody) There are two main categories of these objects in a SQL Server Database: Things that store data and things that access or provide access to data. In the previous tutorials I’ve explained the objects that fit the first category — Tables. Other than Indexes (which are actually also Tables
Get MSMQ Queue Counts in C#
(Steven Smith) This article demonstrates a simple way to quickly retrieve the length of MSMQ queues from an ASP.NET MVC application using C#.
How to show a record using DetailsView in ASP.NET?
(SheoNarayan) To show complete details about a record, we can use DetailsView control. In this article we shall learn how to auto populate a single record columns on the page automatically and also how to explicitly specify the look and feel of a record column to display.
SQL Server – Performance – Best Practice – Create Index Before or After a data insert?
(Nakul Vachhrajani) As a part database developer myself, I am sure that what I am about to document today will be useful to almost everyone who has ever written a stored procedure for with indexed tables for SSRS reporting or massive batch processing. What I will be trying today is to find an answer