(Evan Lenz) MarkLogic Server can support many different document formats (such as text, XML, image files, Word, Excel, PowerPoint, executables, etc.). But when you stand back and look at how these are represented, there are really only three document formats:
Other News
CREATE INDEX ….. PARALLEL
(Hemant K Chitale) We generally use the PARALLEL keyword to speed up index creation thus : CREATE INDEX ….. PARALLEL n. But also results in the Parallel attribute being set for the index, which means that Oracle may choose to read the index using Parallel Query operators.
Recovering Linux software RAID, RAID5 Array
(Peter Zaitsev) Dealing with MySQL you might need to deal with RAID recovery every so often. Sometimes because of client lacking the proper backup or sometimes because recovering RAID might improve recovery, for example you might get point in time recovery while backup setup only takes you to the po
Basic Selectors in JQuery
(Vipul Kelkar) In my previous article, we saw how to get started with JQuery, what references need to be added before writing JQuery and saw a basic selector for a paragraph HTML element.
Data architect: The rise of the developer DBA
(Robert Catterall) There was a time, not so many years ago, when the worlds of the DB2 DBA and the developer of DB2-accessing applications were fairly distinct. DBAs, true to their acronym, really were database administrators.
How to identify blocking in SQL Server 2005 and 2008
(Nitansh Agarwal) In our SQL Server environment, we have frequent locking and blocking across a few different versions of SQL Server. How can I find blocking and blocked SPID’s in SQL Server 2005 and later versions? Is there only one way to find out which spids are blocking? Are there any commands
Feedback on Usability
Feedback on Usability Interesting feedback on the issue of Usability. For me, usable means that software is efficient (lets me accomplish my task in the most efficient way possible), intuitive, and has the right features. Believe it or not, that is a lot to ask of software. It is even more to ask when you have a large user base […]
What are RDF Triples
(Darla Ferrara) Resource description framework (RDF) offers a way to define something utilizing an XML format. For example, if you are creating a music catalog, RDF provides a framework to register relevant facts about the CD to help the computer identify it.
Import Data in an Excel File to a DB2 Table
(Ying Zuo) This post is a step-by-step tutorial for importing data in an Excel File to a DB2 table and it can be done with DB2 Express-C or DB2 for Linux, UNIX and Windows.
ADF 11g R2 : Using the ActiveRowKey property
(Luc Bors) In ADF 11g Release 2, the ADF Table component has a property called ‘ActiveRowKey’. According to documentation, this represents the row that is currently active on the client. In click-to-edit mode, the active row will be made editable and is brought into view (if not already visible).