<?xml version="1.0" encoding="iso-8859-1"?><!-- Copyright (C) 2001-2009 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Oracle - RSS Feeds</title>
<link>http://www.devshed.com</link>
<description>Oracle - RSS Feeds</description>
<language>en-us</language>
<lastBuildDate>Thu, 26 Nov 2009 05:34:10 -0500</lastBuildDate>
<pubDate>Thu, 26 Nov 2009 05:34:10 -0500</pubDate>
<item><title>Oracle's Turn to Play in the Sun</title>
<pubDate>Tue, 21 Apr 2009 09:00:47 -0400</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Oracles-Turn-to-Play-in-the-Sun/?kc=rss</link>
<description>
<![CDATA[Early Monday morning, tech giant Oracle Corp announced it will be purchasing Sun Microsystems inc. in an all cash deal to the tune of $7.4 billion. The news falls on the heels of IBM opting out of its bid to purchase the networking company.<br/>   -  IBM was in talks to buy Sun, but after seeing the offering price, Sun cancelled IBMs exclusivity rights; this led IBM to withdraw its bid, opening the door for Oracle to step in. Oracle representatives say the deal will be completed early this summer.  
But what does this mean in terms of the futur...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Oracles-Turn-to-Play-in-the-Sun/?kc=rss</guid>
</item>
<item><title>Implementing and Using Oracle`s Restore Point Functionality</title>
<pubDate>Tue, 22 Jul 2008 09:00:50 -0400</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Implementing-and-Using-Oracles-Restore-Point-Functionality/?kc=rss</link>
<description>
<![CDATA[With the release of Oracle 10gR2, Oracle introduced the concept of Restore Points, presenting to DBAs a more user-friendly approach to implementing point-in-time recovery. In this article, you'll learn what Restore Points are, their many advantages, and how to use them.<br/>   -  Implementing/Using Oracle's Restore Point Functionality
Restore points allow DBAs to create a label for a particular moment in the timeline of the database, eliminating the need to delve into the details of SCNs or to attempt to calculate the exact time transactions are occurring. In addition, a sp...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Implementing-and-Using-Oracles-Restore-Point-Functionality/?kc=rss</guid>
</item>
<item><title>Tuning PL/SQL Code</title>
<pubDate>Thu, 20 Dec 2007 09:00:54 -0500</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Tuning-PLSQL-Code/?kc=rss</link>
<description>
<![CDATA[In this conclusion to a nine-part series on managing PL/SQL code, you will learn how to analyze and optimize your code's performance. This article is excerpted from chapter 20 of the book Oracle PL/SQL Programming, Fourth Edition, written by Steven Feuerstein and Bill Pribyl (O'Reilly; ISBN: 0596009771). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.<br/>   -  Analyzing Performance of PL/SQL Code 
Before you can tune your application, you need to figure out what is running slowly and where you should focus your efforts. Oracle and third-party vendors offer a variety of products to help you do this; generally they focus on analyzing the SQL statements in ...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Tuning-PLSQL-Code/?kc=rss</guid>
</item>
<item><title>Debugging PL/SQL Code</title>
<pubDate>Thu, 13 Dec 2007 09:00:53 -0500</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Debugging-PLSQL-Code/?kc=rss</link>
<description>
<![CDATA[In this eighth part of a nine-part series on managing PL/SQL code, you will learn some effective debugging strategies. We'll also begin talking about tuning PL/SQL programs. This artice is excerpted from chapter 20 of the book Oracle PL/SQL Programming, Fourth Edition, written by Steven Feuerstein and Bill Pribyl (O'Reilly; ISBN: 0596009771). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.<br/>   -  Debugging Tips and Strategies 
In this chapter, I do not pretend to offer a comprehensive primer on debugging. The following tips and techniques, however, should improve on your current set of error-fixing skills. 
Use a source code debugger 
The single most effective thing you can do to minimize...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Debugging-PLSQL-Code/?kc=rss</guid>
</item>
<item><title>Testing PL/SQL Code</title>
<pubDate>Thu, 06 Dec 2007 09:00:58 -0500</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Testing-PLSQL-Code/?kc=rss</link>
<description>
<![CDATA[In this seventh part of a nine-part series on managing PL/SQL code, you'll learn how to test your code, and some good techniques to NOT use for debugging it. This article is excerpted from chapter 20 of the book Oracle PL/SQL Programming, Fourth Edition, written by Steven Feuerstein and Bill Pribyl (O'Reilly; ISBN: 0596009771). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.<br/>   -  Typical, Tawdry Testing Techniques 
Say that I am writing a big application with lots of string manipulation. Ive got a “hangnail” called SUBSTR; this function bothers me, and I need to take care of it. 
Whats the problem? SUBSTR is great when you know the starting location of a string and the num...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Testing-PLSQL-Code/?kc=rss</guid>
</item>
<item><title>Working With PL/SQL Code</title>
<pubDate>Thu, 29 Nov 2007 09:00:52 -0500</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Working-With-PLSQL-Code/?kc=rss</link>
<description>
<![CDATA[In this sixth part of a nine-part series on managing PL/SQL code, you will learn how to synchronize code with packaged constants, how to work with post-processed code, and more. This article is excerpted from chapter 20 of the book Oracle PL/SQL Programming, Fourth Edition, written by Steven Feuerstein and Bill Pribyl (O'Reilly; ISBN: 0596009771). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.<br/>   -  The $IF Directive 
Use the selection directive, implemented through the $IF statement, to direct the conditional compilation step in the preprocessor. Here is the general syntax of this directive: 

   $IF Boolean-expressio
n
   $THEN 
         code-fragment
   [ $ELSEIF Boolean-expression
 ...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Working-With-PLSQL-Code/?kc=rss</guid>
</item>
<item><title>Conditional Compilation for Oracle Database 10g</title>
<pubDate>Thu, 15 Nov 2007 09:00:53 -0500</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Conditional-Compilation-for-Oracle-Database-10g/?kc=rss</link>
<description>
<![CDATA[In this fifth part of a nine-part series on PL/SQL, you'll learn how conditional compilation lets you compile selected parts of a program when you're working with Oracle Database 10g. It is excerpted from chapter 20 of the book Oracle PL/SQL Programming, Fourth Edition, written by Steven Feuerstein and Bill Pribyl (O'Reilly; ISBN: 0596009771). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.<br/>   -  Conditional Compilation 
Introduced in Oracle Database 10g Release 2, conditional compilation allows the compiler to compile selected parts of a program based on conditions you provide with the $IF directive. 
Conditional compilation will come in very handy when you need to: 


Write a program ...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Conditional-Compilation-for-Oracle-Database-10g/?kc=rss</guid>
</item>
<item><title>Compile-Time Warnings for Oracle DB 10g</title>
<pubDate>Thu, 08 Nov 2007 09:00:55 -0500</pubDate>
<link>http://www.devshed.com/c/a/Oracle/CompileTime-Warnings-for-Oracle-DB-10g/?kc=rss</link>
<description>
<![CDATA[In this fourth part of a nine-part series on managing PL/SQL code, you will learn about the compile-time warnings that were introduced in Oracle Database 10g Release 1. This article is excerpted from chapter 20 of the book Oracle PL/SQL Programming, Fourth Edition, written by Steven Feuerstein and Bill Pribyl (O'Reilly; ISBN: 0596009771). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.<br/>   -  Warnings Available in Oracle Database 10g 
In the following sections, lets take a look at most of the compile-time warnings that were introduced in Oracle Database 10g Release 1. I will offer an example of the type of code that will elicit the warning and also point out some interesting behavior (w...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/CompileTime-Warnings-for-Oracle-DB-10g/?kc=rss</guid>
</item>
<item><title>Compiling PL/SQL Code for an Oracle Database</title>
<pubDate>Thu, 01 Nov 2007 09:00:54 -0400</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Compiling-PLSQL-Code-for-an-Oracle-Database/?kc=rss</link>
<description>
<![CDATA[In this third part of a nine-part series on managing PL/SQL code, you'll learn how to compile PL/SQL source code, how to use the optimizing compiler, and more. It is excerpted from chapter 20 of the book Oracle PL/SQL Programming, Fourth Edition, written by Steven Feuerstein and Bill Pribyl (O'Reilly; ISBN: 0596009771). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.<br/>   -  Perform One-Time DBA Setup 
Native PL/SQL compilation is achieved by translating the PL/SQL source code into C source code that is then compiled on the same host machine running the Oracle server. The compiling and linking of the generated C source code is done by tools external to Oracle that are ...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Compiling-PLSQL-Code-for-an-Oracle-Database/?kc=rss</guid>
</item>
<item><title>Troubleshooting PL/SQL Code</title>
<pubDate>Thu, 25 Oct 2007 09:00:48 -0400</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Troubleshooting-PLSQL-Code/?kc=rss</link>
<description>
<![CDATA[In this second part of a nine-part series on managing PL/SQL code, you'll learn how to analyze argument information, recompile invalid code, and more. This article is excerpted from chapter 20 of the book Oracle PL/SQL Programming, Fourth Edition, written by Steven Feuerstein and Bill Pribyl (O'Reilly; ISBN: 0596009771). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.<br/>   -  Use program size to determine pinning requirements 
The USER_OBJECT_SIZE view gives you the following information about the size of the programs stored in the database: 
SOURCE_SIZE 
     Size of the source in bytes. This code must be in 
     memory during compilation (including 
     dynamic/...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Troubleshooting-PLSQL-Code/?kc=rss</guid>
</item>
<item><title>Managing PL/SQL Code</title>
<pubDate>Thu, 18 Oct 2007 09:00:47 -0400</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Managing-PLSQL-Code/?kc=rss</link>
<description>
<![CDATA[Creating the code for an application is just the first step; you must then manage it, and that includes everything from compiling to testing and debugging. This article, the first part in a nine-part series, covers these issues for PL/SQL. It is excerpted from chapter 20 of the book Oracle PL/SQL Programming, Fourth Edition, written by Steven Feuerstein and Bill Pribyl (O'Reilly; ISBN: 0596009771). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.<br/>   -  Writing the code for an application is just one step toward putting that application into production and then maintaining the code base. It is not possible within the scope of this book to fully address the entire life cycle of application design, development, and deployment. We do have room, howeve...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Managing-PLSQL-Code/?kc=rss</guid>
</item>
<item><title>Data Manipulation and More for HTML DB Applications</title>
<pubDate>Thu, 03 May 2007 09:00:47 -0400</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Data-Manipulation-and-More-for-HTML-DB-Applications/?kc=rss</link>
<description>
<![CDATA[In this conclusion to a three-part series covering the addition of validations, computations, and processes to an HTML DB application, you will learn about data manipulation, manually creating a web services process, and more. This article is excerpted from chapter 13 of the Oracle HTML DB Handbook, written by Lawrence Linnemeyer and Bradley Brown (McGraw-Hill, 2006; ISBN: 0072257687).<br/>   -  Data Manipulation 
The Data Manipulation type processes are called declarative processes because the HTML DB engine will create processes from declarations provided by the developer. These processes perform inserts, updates, and deletes without the developer having to write the actual DML statement...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Data-Manipulation-and-More-for-HTML-DB-Applications/?kc=rss</guid>
</item>
<item><title>Oracle Database Fundamentals</title>
<pubDate>Tue, 01 May 2007 09:00:47 -0400</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Oracle-Database-Fundamentals/?kc=rss</link>
<description>
<![CDATA[In this article we will mainly focus on basic database development using Oracle. We will learn how to create new tables, alter them, insert data into the database, update data, retrieve data, delete data and drop tables. We have lots  to do, so let's get started.<br/>   -  We will start with the widely used Oracle example of an employee information database. We can store all the information in a table like the one below where each row will represent an employee, and each column will represent employee  attributes.




ID

First Name

Last Name

Address

P...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Oracle-Database-Fundamentals/?kc=rss</guid>
</item>
<item><title>Adding Processes to HTML DB Applications</title>
<pubDate>Thu, 26 Apr 2007 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Adding-Processes-to-HTML-DB-Applications/?kc=rss</link>
<description>
<![CDATA[In this second part of a three-part series covering HTML DB applications, you will learn about processes. This article is excerpted from chapter 13 of the Oracle HTML DB Handbook, written by Lawrence Linnemeyer and Bradley Brown (McGraw-Hill, 2006; ISBN: 0072257687).<br/>   -  Processes 
Processes are the heart of an HTML DB application when it comes to making the application more than just another HTML application. The primary purpose of processes is to interact with the database, but other types of processes are also available to the developer. Most of the time process...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Adding-Processes-to-HTML-DB-Applications/?kc=rss</guid>
</item>
<item><title>Adding Computations, Processes, and Validations</title>
<pubDate>Thu, 19 Apr 2007 09:00:47 -0400</pubDate>
<link>http://www.devshed.com/c/a/Oracle/Adding-Computations-Processes-and-Validations/?kc=rss</link>
<description>
<![CDATA[Validations, computations, and processes greatly increase the functionality of an HTML DB application. In this three-part series (of which this is the first part), you'll learn about the different types and where to use them. This article is excerpted from chapter 13 of the Oracle HTML DB Handbook, written by Lawrence Linnemeyer and Bradley Brown (McGraw-Hill, 2006; ISBN: 0072257687).<br/>   -  Validations, computations, and processes are the mechanism by which the developer implements business logic. We have seen processes that have been created for us by the multitude of wizards within HTML DB some to populate fields, some to process changes to a record, others to process multiple record...]]></description>
<guid>http://www.devshed.com/c/a/Oracle/Adding-Computations-Processes-and-Validations/?kc=rss</guid>
</item>
</channel>
</rss>
