Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Easily integrate PostgreSQL with .NET
- The PostgreSQL database server provides a reliable, robust database solution at no cost. Tony Patton walks you through the steps of using PostgreSQL as the backend for .NET applications. The open source software community has had a huge impact on the software industry. The quality and type of...
- Tags: Microsoft .NET, PostgreSQL, Npgsql, Databases, Tony Patton, .NET, open source software community, .NET Newsletter, Database, Difference, Listing B, PostgreSQL Database Server, Open-source Software Community, PL/pgSQL, PL/sgSQL, Npgsql Data Provider, Listing C, Listing E, Enterprise Software, Software, Data Management
- Technical articles 2006-08-08
Additional Resources
- Tomcat-Perl-Perl
- Hi,I am having two Perl scripts [Hello.pl and Hi.pl] Hello.pl#!/usr/bin/perlprintf "Hello world";system("perl Hi.pl")Hi.pl#!/usr/bin/perlprintf "Hi";When I tried to execute the script "Hello.pl" in command prompt,the output is as belowD:Perlbin>perl hello.plHello worldHiI kept this two scripts in TOMCAT and tried to invoke the Script[Hello.pl] through a HTML page.It looks the "Hello.pl" is...
- Tags: Scripting languages, Programming languages, Development tools, parani.raj@..., Hi.pl, Hello.pl, Perl
- Discussion threads 2007-04-06
- PL/SQL Performance - Debunking the Myths
- This whitepaper is intended for readers who work at the PL/SQL code-face. Oracle Database 10g introduced a brand-new optimizing PL/SQL compiler and a newly tuned PL/SQL execution environment so that PL/SQL programs run dramatically faster. These developments change the way programmers should think about traditional hand optimizations. The paper examines...
- Tags: Performance, PL/SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2005-04-01
- Picking Your Packages
- The Oracle PL/SQL language is a joy to use; it is a straightforward and eminently readable programming tool. It is also focused like a laser beam on its particular niche: performing operations against the underlying Oracle database. One of the most important and useful elements of PL/SQL is the package....
- Tags: Oracle Corp., PL/SQL, Oracle PL/SQL Language, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2005-05-01
- Learn PL/SQL: Structure and Comments
- I'm going to be expanding myentries on learning Oracle to include PL/SQL. I've already written afew entries about basic SQL. Today I start writing about basic PL/SQL.I'm going to keep these entries bite-sized and never more than 2 or 3topics per entry. Today is a discussion of the structure of...
- Tags: Programming languages, Databases, PL/SQL
- Blog posts 2006-07-12
- RABS (xpi)
- Allows rapid access to my favorite search engines. Just type in address bar g something to search something with Google. It's useless in FF 2.0. Read below why: g - google.com; w - en.wikipedia.org; wpl - pl.wikipedia.org; a - allegro.pl; and e - e-dict.pl (PL/EN dictionary). This version is the...
- Tags: Address Bar, Bartosz Kusza, Search
- Software downloads 2008-01-22
- Debugging PL/SQL From .NET
- Debugging PL/SQL code in Microsoft Visual Studio is as easy as debugging native .NET code, thanks to the PL/SQL debugger in Oracle Developer Tools for Visual Studio .NET ODT. This paper demonstrates how to set up PL/SQL debugging in ODT and how to create and step through PL/SQL code from...
- Tags: Microsoft .NET, Oracle Corp., PL/SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2006-09-01
- Learn PL/SQL: Declaring Variables, Named vs Anonymous Blocks
- This is part 2 of a series on learning PL/SQL. If you are new to PL/SQL, you should read part 1 first. Also, check out the Article Index. Declaring VariablesWe'vespoken about the declaration section of a PL/SQL block. The declarationsection is the first section of a block....
- Tags: Programming languages, Databases, PL/SQL, declaration section
- Blog posts 2006-07-30
- Using PL/SQL Associative Arrays
- Suppose one has just received an e-mail detailing several IT initiatives, two of which will affect the future application development techniques. First, all applications should be designed to minimize network utilization. And second, applications that use Oracle databases must use PL/SQL for access to the database structures. Knowing that one...
- Tags: Network, PL/SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2007-01-01
- EnterpriseDB Wins Best Database Award at LinuxWorld
- EnterpriseDB announced some significant advances with their latest EnterpriseDB Advanced Server release. You can read an article at Sys-Con.They've made several improvements but the three I think most important are the Automated Migration tool, the replication server and the multi-platform Developer Studio.You can get more info about these at...
- Tags: database, EnterpriseDB
- Blog posts 2006-09-22
- addition: email/scripts/view.pl
- Re:WIN98SEWhen I click an URL in a Newsletter I get:"try again within 5 minutes and saying:email/scripts/view.pl.However this remark has laster for a couple of days now.Any idea what is the matter and/or what can be done about it.The view.pl is a script that's probably supposed to run when you visit...
- Tags: Web site development, Web technology, mavia@...
- Q&A 2005-01-19
- Tech Tip: Create and manage a PostgreSQL database
- Here's how to create and manage a PostgreSQL database. The two most popular open source databases are MySQL and PostgreSQL. Each database has its strengths and weaknesses. However, MySQL is much simpler to operate than PostgreSQL, so many people tend to use it rather...
- Tags: Guest Contributor, Linux Tips Newsletter, Database, PostgreSQL, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
- Technical articles 2004-07-27
- PL/SQL Enhancements in Oracle Database 11g
- Oracle Database 11g brings PL/SQL enhancements in these categories: transparent and "Knob-controlled" performance improvements; new language features that one uses in the programs to get better performance; new language features that bring functionality which one earlier couldn't achieve, or could achieve only with cumbersome workarounds and new language features that...
- Tags: Oracle Corp., PL/SQL, Oracle Database, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2007-11-01
- SQL Edge (zip)
- SQL Edge not only allows users to execute SQL scripts, but also provides a powerful way to visualize data relationships. With SQL Edge, users can use only one query to retrieve data in a master table, and then browse data in all related detail tables. Users can also insert, edit,...
- Tags: SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2007-08-01
- What is the difference between Oracle, SQL and PL/SQL?
- Recently, Sudhat read my Introductionto Basic SQL and had this to say:The article is very interesting. Too Good!And also please describe what is the difference between SQL and Oracle and PL/SQL.Sudhat, thanks for the comments. Ilove to hear feedback.And your question is a common one so Ithought I would...
- Tags: Oracle Corp., PL/SQL, SQL
- Blog posts 2006-05-30
- Build a PL/SQL Web Service
- This article focuses strictly on PL/SQL database web services. Oracle Database 10g web services, by definition, expose functionality in the database, they allow developer to take advantage of their development investment in PL/SQL and SQL while consuming external web services from within the database. In this article, reader will be...
- Tags: Oracle Corp., Web Service, PL/SQL, Web Services, Programming Languages, Databases, Enterprise Software, Software, Software Development, Software/Web Development, Data Management
- White papers
- Can anyone tell me about Tomcat?Pl
- Can anyone tell me about Tomcat?Pl .I m new for this word TomcatDid you try this?Try reading here first to explain what it is.http://en.wikipedia.org/wiki/Apache_Tomcat
- Tags: Application servers, Middleware, OPEN SOURCE, masatheesh@...
- Discussion threads 2007-08-06
- More on Oracle Database 11g
- PL/SQL is Oracle's procedural extension to SQL, and it is a true 3GL programming language. It was first introduced way back in version 6 of the database, giving the ability to code "Anonymous blocks" in the client applications and submit them for processing on the database. In Oracle6, there were...
- Tags: Oracle Corp., PL/SQL, Oracle Database, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2007-11-01
- Exchange Data Using Arrays in SQL PL: New Capabilities for Exchanging Data Between Applications and Stored Procedures
- IBM DB2 9.5 for Linux, UNIX and Windows introduces support for array data types in SQL Procedural Language SQL PL. In addition to being useful as a data structure to develop algorithms, arrays are particularly useful in SQL PL as a vehicle for exchanging collections of data between applications and...
- Tags: Array, SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2007-10-25
- Simulate variable arguments in PL/SQL
- This week's Oracle newsletter explains how to simulate variable arguments in PL/SQL.Will you use the code in this tip to simulate variable arguments in PL/SQL? What topics would you like us to cover in future editions of this newsletter? If you aren't subscribed to the free Oracle newsletter, click the...
- Tags: newsletter, PL/SQL, variable argument, Newsletter Editor, software
- Discussion threads 2004-11-23
- << Previous
- page 1 of 1
- Next >>