Other News

Community

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.

Editorials

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 […]

Community

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.