Pl/Sql documents

PL SQL Coding Standards

SQL and PL/SQL Best Practices and Standards Naming conventions: • Identifier naming convention adopted for BOG project Think of all identifiers as consisting of 5 parts. <Scope><Type> <Primary Iden...
  • yjenith published this 04 / 25 / 2009
  • 535 reads
  • 0 comments

Plsql Full certification Reference

PL/Sql certification guide for OCP.oracle professional guide
  • winwinraja published this 11 / 12 / 2008
  • 2,445 reads
  • 0 comments

Oracle DBA eBooks and Presentations

All the books related to database administration.you can request for any ebook
  • help.nature913 published this 03 / 08 / 2009
  • 922 reads
  • 2 comments

PLSQL les17

More Trigger Concepts 17 Copyright © Oracle Corporation, 2001. All rights reserved. Objectives After completing this lesson, you should be able to do the following: • Create additional databas...
  • ram5584 published this 07 / 02 / 2008
  • 413 reads
  • 0 comments

PLSQL for Beginners - Workbook

An Training Guide PL/SQL for Beginners Workbook Training Guide PL/SQL for Beginners - Workbook www.appltop.com info@appltop.com Workbook This workbook should be worked through with the associ...
  • api_user_11797_manju published this 10 / 14 / 2008
  • 857 reads
  • 0 comments

9i ORACLE PL-SQL Vol3

9i ORACLE PL-SQL Vol3
  • BIPIN KAPRANI published this 08 / 19 / 2008
  • 5,795 reads
  • 5 comments

Plsql Questions

1. Find out the selling cost average for packages developed in Oracle. a. SELECT AVG(SCOST) FROM SOFTWARE WHERE DEVIN = 'ORACLE'; 2. Display the names, ages and experience of all programmers. b. SE...
  • api_user_11797_shk.saleem published this 10 / 17 / 2008
  • 507 reads
  • 0 comments

Oracle SQL Query Tuning Hints

Oracle SQL Query Tuning Hints WHERE Clause Try to avoid operations on database objects referenced in the WHERE clause. Given Query SELECT ename, hiredate, sal FROM emp WHERE SUBSTR(ename,1,3) = 'SC...
  • api_user_11797_Abhishek Sharma published this 10 / 14 / 2008
  • 1,617 reads
  • 0 comments

Plsql Practicle Solutions

Oracle Material
  • writesmd published this 07 / 16 / 2008
  • 3,132 reads
  • 0 comments

Oracle Pl-SQL Basic

PL/SQL Code Oracle uses a block structure for organising PL/SQL code, the structure contains of the following • • • • -1- Block header Declaration section Execution section Exception section Blo...
  • bbrk364 published this 04 / 28 / 2008
  • 7,856 reads
  • 0 comments

Introduction to PL SQL

Introduction to PL/SQL Need for PL/SQL — declarative vs. procedural — anonymous blocks — debugging — a first program — code compilation — code execution — procedures & functions — PL/SQL in SQL — S...
  • api_user_11797_Lakshmi Kanth published this 10 / 15 / 2008
  • 438 reads
  • 0 comments

9i ORACLE PL-SQL Vol2

9i ORACLE PL-SQL Vol2
  • BIPIN KAPRANI published this 08 / 19 / 2008
  • 7,548 reads
  • 0 comments

Oracle Plsql Faq

Index Search Add FAQ Ask Question Oracle PL/SQL FAQ Topics What is PL/SQL and what is it used for? Should one use PL/SQL or Java to code procedures and triggers? How can one see if somebody modifi...
  • api_user_11797_padmarao007 published this 10 / 15 / 2008
  • 1,134 reads
  • 0 comments

PLSQL les09

Creating Procedures 9 Copyright © Oracle Corporation, 2001. All rights reserved. Objectives After completing this lesson, you should be able to do the following: • Distinguish anonymous PL/SQL...
  • ram5584 published this 07 / 01 / 2008
  • 155 reads
  • 0 comments

Oracle PL/SQL Best Practices by O'Reilly Media

<em>Oracle PL/SQL Best Practices</em> summarizes PL/SQL best practices in nine major categories: overall PL/SQL application development; programming standards; program testing, tracing, and debuggi...
  • $23.99
  • O'Reilly published this 05 / 15 / 2009
  • 2,335 reads
  • 0 comments

PLSQL for Beginners - Suppliement

An Training Guide PL/SQL for Beginners Supplement Training Guide PL/SQL for Beginners - Supplement www.appltop.com info@appltop.com Supplement The supplement covers a couple of topics that ar...
  • api_user_11797_manju published this 10 / 14 / 2008
  • 926 reads
  • 0 comments

PLSQL MATERIAL

PL/SQL User’s Guide and Reference Release 9.0.1 June 2001 Part No. A89856-01 PL/SQL User’s Guide and Reference, Release 9.0.1 Part No. A89856-01 Copyright © 1996, 2001, Oracle Corporation. All...
  • sabareish2098 published this 02 / 13 / 2009
  • 1,292 reads
  • 0 comments

Doing SQL From Plsql, Best and Worst Practices

This paper examines and categorizes the use cases for doing SQL from PL/SQL, takes the Oracle Database 11g viewpoint, and explains the optimal approach for the task at hand.
  • allanpeda published this 04 / 26 / 2009
  • 285 reads
  • 0 comments

Pl SQL Interview Questions

PL/SQL Interview Questions
  • sachxn published this 04 / 05 / 2009
  • 2,638 reads
  • 0 comments

Develop PLSQL Program Units

Oracle Develop PLSQL Program Units
  • writesmd published this 07 / 16 / 2008
  • 3,953 reads
  • 1 comment
1 2 3 ... 5 Next >