Yahoo, as a part of trimming down excess baggage, has decided to shut down its 10-year-old online storage program -- the Yahoo Briefcase.The company has cited low usage and popularity of the service when compared to its other services like Flickr and Mail as reasons for pulling the plug.Users have been provided a March 30 deadline to retrieve their data stored online. Yahoo adds that discontinuing the service will allow them to focus their efforts on more broadly used products.This comes days after new Yahoo CEO Carol Bartz took charge and is on a mission to save the Internet giant with a series of tough measures that included even more lay-offs, pay cuts and salary freezes.Those of you who still use the service might as well save all your files back to your PCs before the March 30 deadline - lest you lose your data permanently.Source: Techtree.com
r-onlineinformation.blogspot.com Tips for running queries on Oracle We encourage the use of PostgreSQL for the labs, to expose students to an excellent open source database. However, if your syllabus forces you to use Oracle (and all participants at your remote centre are also from universities where they are forced to use Oracle), you can do assignments on Oracle. Our model solutions will often give syntax errors on Oracle due to non-support for some SQL features in Oracle. Below are some tips on how you can rewrite the queries to work on Oracle. Oracle SQL Tips: non-standard features, and limitations The following issues are for Oracle 10, and may or may not apply to later versions of Oracle. Oracle does not support the as clause, except as part of the "with" statement. In all other cases, just use the same syntax without the "as" keyword, and things should work. To use a single quote in a string, use two consecutive single qu...
Comments