1 - 20 of 58
Previous
Next
Scalability and Goal Testing for Developers
April 3, 2008Often developers are tasked with not only developing functional code, but also with ensuring that the code they develop scales well and performs in the application environment.
Migrating from Oracle: When SQL Server™ 2005 Makes Sense
July 10, 2007The biggest misconception about SQL Server isn't performance-related—it's mental: The fear that going from Oracle to SQL Server requires learning a whole new DBA mindset. We've rounded up a few ways to make longstanding Oracle adherents feel not only comfortable but highly conversant in the new platform.
Store and Retrieve XML from Databases with XSU
July 26, 2006Oracle's XML SQL (XSU) is a Java API that provides XML-to-SQL (and the reverseSQL-to-XML) mapping services, letting you map XML elements to database table columns so you can store and retrieve XML documents with ease.
XSLT Extension Functions in XDK 10g
June 12, 2006While XSLT alone is powerful, extending it with implementation-specific Java functions gives you all the power you could want.
Using DOM 3.0 Validation Techniques with XDK 10g
April 13, 2006DOM 3.0 validation techniques let you discover which elements and attributes you can add or remove from an XML document, ensuring in advance that planned modifications won't alter the overall validity of the documentall without revalidating the entire document.
Comparing XML Documents with Oracle's XDK 10g for Java
March 22, 2006Using Oracle's XDK 10g, you can reduce the process of comparing XML documents to a simple set of library calls that let you determine if the documents are the same, see what the differences are, or use the compare information to generate other documents.
Write Time Zone Aware Code in Oracle
February 8, 2006Oracle 9i introduced data types and support to handle time zones. Use these data types to make your Oracle code time zone aware.
Integrate COM Component Functionality into Your PL/SQL Codebase
November 18, 2005Oracle provides developers a simple API that enables them to interact with most Microsoft COM objects directly from PL/SQL. Learn how to install the COM option and tap into the functionality of pre-built COM components on your machine right now.
Book Excerpt: "Expert Oracle PL/SQL"
October 24, 2005PL/SQL is essential to the process of stored Java class libraries. In this comprehensive book for Oracle developers of all levels, you'll learn how to use PL/SQL as a wrapper, making PL/SQL the gate through which data moves to and from Java stored objects.
A Test Drive of the MySQL Migration Suite
June 30, 2005Got data in a proprietary database such as Microsoft SQL Server or Oracle 9i? The MySQL Migration Suite can help you move it to the MySQL open source database. Find out what's involved in the migration and how well the suite facilitates the transition.
1 - 20 of 58
Previous
Next
|