Showing posts with label oracle. Show all posts
Showing posts with label oracle. Show all posts

The Art of Agile Development: With Extreme Programming By James Shore, Shane Warden free book download

Preview this book
The Art of Agile Development contains practical guidance for anyone considering or applying agile development for building valuable software. Plenty of books describe what agile development is or why it helps software projects succeed, but very few combine information for developers, managers, testers, and customers into a single package that they can apply directly. This book provides no-nonsense advice on agile planning, development, delivery, and management taken from the authors' many years of experience with Extreme Programming (XP). You get a gestalt view of the agile development process, including comprehensive guidance for non-technical readers and hands-on technical practices for developers and testers. The Art of Agile Development gives you clear answers to questions such as: How can we adopt agile development? Do we really need to pair program? What metrics should we report? What if I can't get my customer to participate? How much documentation should we write? When do we design and architect? As a non-developer, how should I work with my agile team? Where is my product roadmap? How does QA fit in? The book teaches you how to adopt XP practices, describes each practice in detail, then discusses principles that will allow you to modify XP and create your own agile method. In particular, this book tackles the difficult aspects of agile development: the need for cooperation and trust among team members. Whether you're currently part of an agile team, working with an agile team, or interested in agile development, this book provides the practical tips you need to start practicing agile development. As your experience grows, the book will grow with you, providing exercises andinformation that will teach you first to understand the rules of agile development, break them, and ultimately abandon rules altogether as you master the art of agile development. "Jim Shore and Shane Warden expertly explain the practices and benefits of Extreme Programming. They offer advice from their real-world experiences in leading teams. They answer questions about the practices and show contraindications - ways that a practice may be mis-applied. They offer alternatives you can try if there are impediments to applying a practice, such as the lack of an on-site customer. --Ken Pugh, Author of Jolt Award Winner, Prefactoring "I will leave a copy of this book with every team I visit." --Brian Marick, Exampler Consulting

More details

The Art of Agile Development: With Extreme Programming
By James Shore, Shane Warden
Edition: illustrated
Published by O'Reilly, 2007
ISBN 0596527675, 9780596527679
409 pages




Download

Oracle Database 10g By Kevin Loney, Bob Bryla free book download




Product Details
  • Paperback: 736 pages
  • Publisher: McGraw-Hill Osborne Media; 1 edition (March 24, 2005)
  • Language: English
  • ISBN-10: 0072231459
  • ISBN-13: 978-0072231458
Book Description
Everything a DBA needs to know in one volume--this is the must-have reference for anyone working with the Oracle database, and it’s been fully revised and updated for Oracle Database 10g. Co-author Kevin Loney is the all-time, best-selling Oracle Press author. 

From the Back Cover

The Essential Resource for All Oracle Database Administrators

Maintain a high-performance Oracle enterprise database with help from this exclusive Oracle Press guide. Oracle Database 10g DBA Handbook explains how to install Oracle Database 10g, or upgrade from an earlier version, and take full advantage of all the new and improved management, scalability, availability, and security features. Written by Oracle experts, the book covers Automatic Undo Management, Oracle Real Application Clusters, Oracle Recovery Manager, Oracle Data Guard, and much more.

  • Plan tablespaces--including bigfiles and multiple temporary tablespaces--and physical database layout
  • Manage disk space and CPU usage
  • Use Automatic Undo Management to manage transactions
  • Tune queries using the SQL Access Advisor
  • Monitor and tune your database with the Automated Workload Repository and STATSPACK
  • Implement fine-grained security using authentication, authorization, and auditing techniques
  • Automate the management of the memory areas
  • Enable high availability using Oracle Real Application Clusters
  • Perform backup and recovery with Oracle Recovery Manager
  • Use Oracle Data Guard and the flashback features for data protection and disaster recovery
  • Manage Very Large Databases (VLDB) and distributed databases

About the Authors: Kevin Loney is a senior technical management consultant with TUSC, a Chicago-based consultancy providing Oracle solutions. He has been an Oracle developer and DBA since 1987, and has written for Oracle Magazine and Oracle Press since 1990. In 2002, he was named Oracle Magazine’s Editors’ Choice as Consultant of the Year. He is a frequent and highly rated speaker at local and international Oracle user groups. Bob Bryla is an Oracle 8, 8i, 9 and 10g Certified Professional with more than 15 years of experience in database design, database application development, training, and Oracle database administration. He is the primary Internet database designer and an Oracle DBA at Lands’ End in Dodgeville, Wisconsin.


For more free books download visit this blog daily

For the Broken Links and Like this Book reply Here....

Download

Building Oracle XML applications By Steve Muench free book download




Product Details

  • Paperback: 812 pages
  • Publisher: O'Reilly Media, Inc.; Pap/Cdr edition (October 2, 2000)
  • Language: English
  • ISBN-10: 1565926919
  • ISBN-13: 978-1565926912
Amazon.com
Aimed at Oracle professionals planning or doing XML work, this in-depth guide, covering Oracle8 and Oracle8i, comes from Oracle's lead XML technical evangelist, Steve Muench. No prior knowledge of XML is required to dive into the book, but readers are assumed to be familiar with SQL and with programming using Java or PL/SQL.

Building Oracle XML Applications introduces XML, gives an overview of Oracle XML technologies, and shows what they do and how they fit together. There is a focus on JDeveloper, Oracle's Java and XML development tool, which can be installed from the CD-ROM, and there are plenty of hands-on examples of how to use it. Then there are chapters on processing XML with PL/SQL or Java, transforming XML with XSLT, publishing data with XSQL pages, generating datagrams (XML documents used for exchanging data), and techniques for storing and loading XML data. The final section concentrates on Oracle XML applications, and topics include an XSQL publishing framework, Java extension functions, and using XSQL and XSLT to build personalized portals and discussion forums.

This fast-paced handbook is packed with example code. The presentation is clear, and the technical content is based on the author's deep knowledge of Oracle in general and XML technologies in particular. Highly recommended. --Tim Anderson, Amazon.co.uk 

Book Description
Oracle Corporation, committed to supporting XML in a wide range of products, has XML-enabled its entire Oracle Internet platform--the Oracle8"i database, Oracle interMedia, Oracle Application Server, and a variety of other products.

"Building Oracle XML Applications, by Steve Muench, Oracle's lead "XML evangelist" and a key Oracle XML developer, gives Java and PL/SQL developers a rich and detailed look at the many tools Oracle has provided to support XML development, such as the Oracle XML Parser, the Oracle XML SQL Utility, and the XSQL Servlet.

The company describes Oracle8"i as "the first XML enabled database." This book shows how to combine the power of XML and XSLT with the speed, functionality, and reliability of the Oracle database to build flexible applications. The author delivers nearly 800 pages of entertaining text, helpful and time-saving hints, and extensive examples that developers can put to use immediately to build custom XML applications.

Products covered include:

XSQL pages and the XSQL servlet: declarative templates and an extensive framework to assemble any kind of static or dynamic XML information and transform it for delivery using XSLT stylesheets.JDeveloper: a complete integrated development environment for Java XML developers, including editing, syntax checking, debugging, and more. XSLT Processor: a product that enables XML information to be presented and delivered in many different ways, using any web-based format, both inside and outside the database. XML SQL utility: an Oracle utility that works with the results of SQL statements as XML documents and uses XML documents to insert, update, and delete information from database tables, views, andobject views.XML Parser: a product that lets Java, PL/SQL, C, and C++ developers process and construct XML.interMedia: a product whose Text option lets developers search XML documents from SQL and leverage the XML document structure for razor-sharp search precision.Advanced Queuing: an Oracle queuing mechanism that lets both PL/SQL and Java programs enqueue and and dequeue XML messages. PLSXML utilities: Oracle PL/SQL utilities that let developers using any version of Oracle produce XML from SQL statements.

The accompanying CD-ROM contains JDeveloper 3.1, an integrated development environment for Java developers.

For more free books download visit this blog daily

Download

Oracle9i PL/SQL programming By Scott Urman free book download





http://img528.imageshack.us/img528/1457/41wnp7kmnrlaa240kd6.jpg

Product Details
  • Paperback: 664 pages
  • Publisher: McGraw-Hill Osborne Media; 2 edition (November 28, 2001)
  • Language: English
  • ISBN-10: 0072191473
  • ISBN-13: 978-0072191479
Product Description
From the authorized Oracle Press comes a complete guide to developing robust PL/SQL applications. The book contains new information on development tools, datatypes, SQL commands and functions, and much more. The CD-ROM contains sample code plus a sampling of development environments covered in the book.

Book Info
A complete guide to developing robust PL/SQL applications. Contains new information on development tools, datatypes, SQL commands and functions, and much more. Softcover. CD-ROM included.

From the Back Cover

Maximize Built-In PL/SQL Features

Create robust PL/SQL programs to access an Oracle database from a variety of environments. Officially authorized by Oracle Corporation, Oracle9i PL/SQL Programming explains the major features of the language and the variances in PL/SQL between different database versions. You'll learn to develop, test, and debug your PL/SQL applications and work in different development environments. You'll also get specifics on SQL and PL/SQL usage, error handling, collections, subprograms and packages, and advanced features.

  • Work in various PL/SQL development and execution environments, demo versions of which are included on the CD-ROM
  • Get details on PL/SQL syntax, variables, datatypes, expressions, operators, and control structures
  • Ensure data consistency using SQL transaction-control statements
  • Use cursors for multirow queries and explicit control of SQL statement processing
  • Write PL/SQL programs that detect and react intelligently to runtime errors
  • Take advantage of the multi level collection capabilities of Oracle9i
  • Create and use procedures, functions, and packages
  • Develop DML, instead-of, and system triggers to enforce complex data constraints
  • Exploit advanced PL/SQL features, including external routines, native dynamic SQL, bulk binds, and object types
About the Author
Scott Urman (Foster City, CA) is a senior member of the diagnostic and defect technical staff in the Language Group of Oracle Support Services, where he aids users of Oracle's various language products (PL/SQL, OCI, and the Oracle precompilers). In addition, he reviews Oracle technical documentation, writes white papers on Oracle languages, and makes technical presentations both inside Oracle and at meetings of Oracle User's Groups. Scott is the best-selling author of Oracle Press' Oracle PL/SQL Programming and Oracle8 PL/SQL Programming.



For more free books download visit this blog daily



Beginning database design By Gavin Powell free book download



[dbd.jpg]
Product Details
  • Paperback: 504 pages
  • Publisher: Wrox (December 5, 2005)
  • Language: English
  • ISBN-10: 0764574906
  • ISBN-13: 978-0764574900
Product Description
  • The perfect reference for programmers, administrators, or Web designers who are new to database development and are uncertain as to how to design and structure a database efficiently
  • Shows how to design and implement robust, scalable databases on any of the major relational database management systems, including Access, SQL Server, IBM DB2, MySQL, and Oracle
  • Covers all the key database design steps including modeling, normalization, SQL, denormalization, object-modeling, data warehousing, and performance
  • Provides plenty of real-world examples and a complete beginning-to-end case study of creating a database that includes the analysis and planning, tables and data structures, business rules, and hardware requirements


From the Back Cover
Database design involves how to best structure the tables and queries that are used with databases in order to provide optimum performance, storage, manageability, and flexibility. With relational databases, you can use those tables to organize your data and retrieve information from your database. This book provides you with an easy-to-understand explanation of designing and building relational database models to do just that.

The numerous step-by-step examples and a helpful case study simplify a potentially complex subject and present it to you in an organized, understandable manner. You'll find out why relational database models became necessary in the first place, and how the relational database model was devised. Ultimately, you'll discover how to make much better use of your database by applying what you've learned about building the database model.

For more free books download visit this blog daily

For the Broken Links and Like this Book reply Here....

Download

Teach yourself Oracle 8 in 21 days By Edward Whalen, Steve Adrien DeLuca free book download



Title Page

Product Details

  • Paperback: 604 pages
  • Publisher: Sams; 1st edition (December 1997)
  • Language: English
  • ISBN-10: 0672311593
  • ISBN-13: 978-0672311598

Product Description
Understanding, using, and administrating an RDBMS (Relational Database Management System) can be a daunting task, even with Oracle8, Oracle's new object-oriented RDBMS. This fact-filled book provides step-by-step coverage of Oracle8 architecture, managing database storage, security, backup, recovery and tuning, and optimization.

From the Publisher
Teach Yourself Oracle8 in 21 Days is a tutorial that will teach the reader the basics of using and administrating an Oracle database. This book focuses on using concrete examples to explain why things should be done in a certain way. The key topics are broken out by week below:Week One Overview of the Oracle8 Architecture; Network Computing Architecture (NCA); Installing Oracle; Planning the Database; How to Administer Users, and How to Manage Processes.Week Two Administering Logs, Control Files, Datafiles, and Tablespaces; Controlling Rolback Segments; Building Tables and Views; Using Indexes and Clusters; and Security.Week Three Effective Backup Techniques; Recovering the Database; Administering Oracle Replication; Tuning and Optimizing the Database; Administering the Oracle Web Server; and Advanced Oracle Options. - This hands-on tutorial teaches the basics of Oracle8 in a short period of time

- The book provides a step-by-step walk through of the Oracle8 architecture, managing database storage and database schema, security, backup and recovery and tuning and optimization.

- Oracle8 is Oracle's new object-oriented RDBMS to be released during the Summer of 1997.

For more free books download visit this blog daily

For the Broken Links and Like this Book reply Here....

Download

 

Try More Free Books

CATEGORIES

If you get any link broken please inform me. I will solv the problem within 24 hours.For contact with me Click here.

Top Commenters

Widget by SamSumon
    If you enjoyed this post, make sure you subscribe as an Reader!