Other News

Community

Character Set Migration in Oracle

(Vijay Kumar) In some cases, you may wish to change the existing database character set. For instance, you may find that the number of languages that need to be supported in your database have increased. In most cases, you will need to do a full export/import to properly convert all data to the

Community

U.S. Census Bureau Counts on MySQL

Most Americans are aware that every 10 years, the United States Census Bureau conducts a massive Census of the 105 million U.S. households to collect updated national demographic information. The Census data determines critical population information such as size, growth and geographic densities, as

Community

Tearing Apart an XML Document

(Shahab Fatemi) You have an XML document that needs to be broken apart into its constituent parts. Each part can then be sent to a different destination (possibly a web service) to be processed individually. This solution is useful when you have a large document, such as a phonebook , an invoice and