OReilly.Oracle.PL.SQL.for.DBAs.Oct.2005.eBook-BBL

Section
0day
Group
BBL
Size
922,05 KB
Files
1
Date
2005-12-05

NFO

                                                                                
            ▄▄▄▄▄▄            ▄▄▄▄▄▄            ▄▄▄▄▄▄                          
            ▐████▐            ▐████▐            ▐████▐                          
            ▐████▐            ▐████▐            ▐████▐                          
            ▐████▌▀▀▀▀▀▀▀▀██▄▄▐████▌▀▀▀▀▀▀▀▀██▄▄▐████▐                          
            ▐█████▀▀▀████▄▄▄ ▀▐█████▀▀▀████▄▄▄ ▀▐████▐                          
            ▐█████     ▀█████▄▐█████     ▀█████▄▐████▐                          
            ▐████▐      ▐█████▐████▐      ▐█████▐████▐           art<mexx>      
      ░░░░░ ▐████▐ ░░░░░ █████▐████▐ ░░░░░ █████▐████▐ ░░░  ▄▄▄  ░░░░░░░░░░     
    ░░░░░░░ ▐████▐ ░░░░░ █████▐████▐ ░░░░░ █████▐████▐ ░░ ▄▀▄▄▄▀▄  ░░░░░░░      
   ░░░░░░░  ▐████▐ ░░░░  █████▐████▐ ░░░░  █████▐████▐ ░░ ▄█████▄▀  ░░░░░       
  ░░░░░░░   ▐████▐ ░░░  ▐█████▐████▐ ░░░  ▐█████▐████▐ ░░ ▀▀█████▐  ░░░░        
            ▐████▐     ▄██████▐████▐     ▄██████▐████▐       ▀███▐              
            ▐████▐   ▄█████▀ ▄▐████▐   ▄█████▀ ▄▐████▐   ▄▄▄███▀ █              
            ▀▀▀▀▀█▄▀▀▀▀ ▄▄▄▄██▀▀▀▀▀█▄▀▀▀▀ ▄▄▄▄██▀▀▀▀▀█▄▀▀▀▀ ▄▄▄▄█▀              
            ▀▀▀█▄▄▄▄█▀▀▀▀▀    ▀▀▀█▄▄▄▄█▀▀▀▀▀    ▀▀▀█▄▄▄▄█▀▀▀▀▀    Present:      
▄▄▄▄▄▄▄▄▄                                                              ▄▄▄▄▄▄▄▄▄
▀▀▀▀▀▀▀▀▀██████████████████████████████████████████████████████████████▀▀▀▀▀▀▀▀▀
  ▌████                                                                  ████▐  
  ▌████    RELEASE INFORMATION                                           ████▐  
  ▌████                                                                  ████▐  
  ▌████  TITLE     : Oracle PL/SQL for DBAs                              ████▐  
  ▌████  AUTHOR    : Arup Nanda, Steven Feuerstein                       ████▐  
  ▌████  PUBLISHER : O'Reilly Media, Inc.                                ████▐  
  ▌████  ISBN      : 0596005873                                          ████▐  
  ▌████  EDITION   : 1st                                                 ████▐  
  ▌████  PUB DATE  : October 31, 2005                                    ████▐  
  ▌████  FORMAT    : CHM                                                 ████▐  
  ▌████  SIZE      : 0,91 MB                                             ████▐  
  ▌████  RLS DATE  : 12/06/05                                            ████▐  
  ▌████                                                                  ████▐  
▄▄▄▄▄▄▄▄▄██████████████████████████████████████████████████████████████▄▄▄▄▄▄▄▄▄
▀▀▀▀▀▀▀▀▀                                                              ▀▀▀▀▀▀▀▀▀
  ▌████    RELEASE NOTES                                                 ████▐  
  ▌████                                                                  ████▐  
  ▌████  PL/SQL, Oracle's powerful procedural language, has been the     ████▐  
  ▌████  cornerstone of Oracle application development for nearly 15     ████▐  
  ▌████  years. Although primarily a tool for developers, PL/SQL has     ████▐  
  ▌████  also become an essential tool for database administration, as   ████▐  
  ▌████  DBAs take increasing responsibility for site performance and    ████▐  
  ▌████                                                                  ████▐  
  ▌████  Until now, there has not been a book focused squarely on the    ████▐  
  ▌████  language topics of special concern to DBAs Oracle PL/SQL for    ████▐  
  ▌████  DBAs fills the gap. Covering the latest Oracle version, Oracle  ████▐  
  ▌████  Database 10g Release 2 and packed with code and usage           ████▐  
  ▌████  - A quick tour of the PL/SQL language, providing enough basic   ████▐  
  ▌████  information about language fundamentals to get DBAs up and      ████▐  
  ▌████  - Extensive coverage of security topics for DBAs: Encryption    ████▐  
  ▌████  (including both traditional methods and Oracle's new            ████▐  
  ▌████  Transparent Data Encryption, TDE); Row-Level Security (RLS),    ████▐  
  ▌████  - Methods for DBAs to improve query and database performance    ████▐  
  ▌████  - Coverage of Oracle scheduling, which allows jobs such as      ████▐  
  ▌████  database monitoring and statistics gathering to be scheduled    ████▐  
  ▌████                                                                  ████▐  
  ▌████  Using Oracle's built-in packages (DBMS_CRYPTO, DBMS_RLS,        ████▐  
  ▌████  DBMS_FGA, DBMS_RANDOM, DBMS_SCHEDULING) as a base, the book     ████▐  
  ▌████  describes ways of building on top of these packages to suit     ████▐  
  ▌████  particular organizational needs. Authors are Arup Nanda,        ████▐  
  ▌████  Oracle Magazine 2003 DBA of the Year, and Steven Feuerstein,    ████▐  
  ▌████  the world's foremost PL/SQL expert and coauthor of the classic  ████▐  
  ▌████                                                                  ████▐  
  ▌████  DBAs who have not yet discovered how helpful PL/SQL can be      ████▐  
  ▌████  will find this book a superb introduction to the language and   ████▐  
  ▌████  its special database administration features. Even if you have  ████▐  
  ▌████  used PL/SQL for years, you'll find the detailed coverage in     ████▐  
  ▌████  this book to be an invaluable resource.                         ████▐  
  ▌████                                                                  ████▐  
  ▌████                                                                  ████▐  
  ▌████  http://www.amazon.com/exec/obidos/tg/detail/-/0596005873/       ████▐  
  ▌████                                                                  ████▐  
  ▌████    INSTALL INFORMATION                                           ████▐  
  ▌████                                                                  ████▐  
  ▌████  Unzip, unrar and enjoy                                          ████▐  
  ▌████                                                                  ████▐  
  ▌████                                                                  ████▐  
▄▄▄▄▄▄▄▄▄██████████████████████████████████████████████████████████████▄▄▄▄▄▄▄▄▄
▀▀▀▀▀▀▀▀▀                                                              ▀▀▀▀▀▀▀▀▀
  ▌████        ▄████▐▀▀█ ▀▀▀▌██▄▄█▌                       █▄─___▀▄  ░░░░ ████▐  
  ▌████          ██ █▄▄█▐██ █▐█  █▌                       ███▄    ▀▄  ░░ ████▐  
  ▌████          ██ █▄▄▄▐▄▄▄█▐█  █▌                       █████▄    ▀▄   ████▐  
  ▌████                                      █▄──__▀▄  __▀███████▄▄▄▄▄█▄ ████▐  
  ▌████                                      ███▄    ▀▄    ▀█████║█▓▓▓▓█ ████▐  
  ▌████  We are looking for:                 █████▄▄   ▀▄▄   ▀███║██████ ████▐  
  ▌████                                      ██████░▀▀▀░█░▀▀▀░███║█▓▓▓▓█ ████▐  
  ▌████   - EU Sites                         ██████▄░░░▄█▄░░░▄███║██████ ████▐  
  ▌████   - Supliers who can provide the     ██████░▀▀▀░█░▀▀▀░███║██████ ████▐  
  ▌████     accounts for online libraries    ██████░░░░░█░░░░░███║█▓▓▓▓█ ████▐  
  ▌████   - Talented crackers                ██████░░░░░█░░░░░███║██████ ████▐  
  ▌████                                      ██████░░░░░█░░░░░███║█▓▓▓▓█ ████▐  
  ▌████            CONTACTS                   ▀████▀▄▄▄▀█▀▄▄▄▀███║██████ ████▐  
  ▌████       ───────────────────          ░░░  ▀██░░░░░█░░░░░███║█▓▓▓▓█ ████▐  
  ▌████     bbl[at]hushmail[dot]com       ░░░░░░  ▀▄░░░▄▀▄░░░▄▀▀█║██████ ████▐  
  ▌████                                             ▀▀▀   ▀▀▀    ▀▀▀▀▀▀  ████▐  
 ▄▄▄▄▄▄▄▄██████████████████████████████████████████████████████████████▄▄▄▄▄▄▄▄▄
▀▀▀▀▀▀▀▀▀                                                              ▀▀▀▀▀▀▀▀▀
  ▌████ █▄──____▀▄                          ██ ▐█▐▀▀█▐█  ▐█▐█▀▀█         ████▐  
  ▌████ ███▄      ▀▄                        █ █ ▌█▄▄█▐█ ▌▐█▐█▄▄▄         ████▐  
  ▌████ █████▄      ▀▄                      █▌ █▌█▄▄▄ █▄█▄█ ▄▄▄█         ████▐  
  ▌████ ████████▄▄▄███__▀▄ ___▀▄                                         ████▐  
  ▌████ ██████████████    ▀▄    ▀▄                                       ████▐  
  ▌████ ███████████████▄▄   ▀▄▄   ▀▄             What we do              ████▐  
  ▌████ ████████████████▓▀▀▀▓█░▀▀▀░█         we do for fun only!         ████▐  
  ▌████ ███████▄▀██▀▄███▓▒░▒▓█▄░░░▄█                                     ████▐  
  ▌████ █████████▄▄█████▓▒░▒▓█░▀▀▀░█                                     ████▐  
  ▌████ ███████▀████▀███▓▒░▒▓█░░░░░█                                     ████▐  
  ▌████ ███████░▀▀▀▀▓███▓▒░▒▓█░░░░░█              GREETINGS              ████▐  
  ▌████ ███████░░▒▒▓▓███▓▒░▒▓█░░░░░█         ───────────────────         ████▐  
  ▌████ ▀██████░░▒▒▓▓███▓▒░▒▓█▀▄▄▄▀█         to ALL our Friends          ████▐  
  ▌████   ▀████░░▒▒▓▓███▓▒░▒▓█░░░░░█                                     ████▐  
  ▌████ ░░  ▀███░▒▒▓██ ▀▄▒░▒▄▀▄░░░▄▀                                     ████▐  
  ▌████       ▀▀▀▀▀▀▀    ▀▀▀   ▀▀▀                                       ████▐  
▄▄▄▄▄▄▄▄▄██████████████████████████████████████████████████████████████▄▄▄▄▄▄▄▄▄
▀▀▀▀▀▀▀▀▀  ascii<mexx>                       Last updated: 11/27/2005  ▀▀▀▀▀▀▀▀▀

Files

PathSize
b-311a01.zip922,05 KB