background preloader

Programacao

Facebook Twitter

Webserver

HTTP. Amazon Appstore Developer Blog. Amazon readies Android app store. 5 January 2011Last updated at 15:48 Amazon's Appstore will open later this year Online retail giant Amazon is attempting to grab a slice of the fast-growing market for apps by opening its own online store. It will initially offer programs that run on Google's Android mobile operating system. Developers can now submit their apps for approval and they should be available later this year. Amazon's move comes as the competition to become the go-to destination for mobile apps intensifies.

App stores are supposed to provide software developers with a simple process for marketing their products, while simultaneously allowing consumers to easily find the ones they want. Following Apple's success with its iPhone there are now scores of online app stores. Game changer But Amazon believes its familiarity with online retailing will give its app store the edge.

Some users have criticised Google's Android Market for its recommendation and search systems, he said. Writing to Text Files in Oracle PL/SQL. If you are new to working with UTL_FILE, I strongly suggest you go through my first article in this series. It gives you all the necessary steps for creating and developing PL/SQL with UTL_FILE for beginners. How to read multiple lines from the text file using PL/SQL In the previous article, we have seen how to work with only the first line in the text file. But no one would ever be happy working with only a single line. We will also need to work with exceptions in this article. Now, let us follow the sample code: declare f utl_file.file_type; s varchar2(200);begin f := utl_file.fopen('SAMPLEDATA','sample1.txt','R'); loop utl_file.get_line(f,s); dbms_output.put_line(s); end loop;exception when NO_DATA_FOUND then utl_file.fclose(f);end; When does the loop terminate? Oracle Database Links DB Link.

If the REMOTE_DEPENDENCIES_MODE parameter is not specified, either in the init.ora parameter file or using the ALTER SESSION or ALTER SYSTEM DDL statements, then timestamp is the default value. Therefore, unless you explicitly use the REMOTE_DEPENDENCIES_MODE parameter, or the appropriate DDL statement, your server is operating using the timestamp dependency model. When you use REMOTE_DEPENDENCIES_MODE=SIGNATURE: If you change the default value of a parameter of a remote procedure, then the local procedure calling the remote procedure is not invalidated. If the call to the remote procedure does not supply the parameter, then the default value is used. Dependency Resolution When REMOTE_DEPENDENCIES_MODE = TIMESTAMP (the default value), dependencies among program units are handled by comparing timestamps at runtime. In the timestamp dependency mode, signatures are not compared.

Follow these guidelines for setting the REMOTE_DEPENDENCIES_MODE parameter: Oracle Built-in Packages: Chapter 6. Generating Output from PL/SQL Programs. TI PLSQL Development Programacao - dbms-output. 8 Top Alternative Search Engines. Custom Search Engines Reviewed. Customize Your Own Search Engine Last updated Mar. 18, 2008. by Greg R. Notess. Create your own customized search engine that searches just a portion of one of the big search engines. Several options are available with various services and limitations. My Comparisons To compare these search builders, I tried creating a search engine to search the sites of State Libraries using each tool. Examples Built by Others Search Builders compared: Key: Database: The underlying search engine database that feeds the results. Keywords? Need Site to Publish? Sub-directories? Limit: Maximum number of sites that can be included.

Stats? Custom Search Engine - Site search and more.