http://www1.vista-server.com/uploadfile/6/6/29/1651197660.zip
http://www2.vista-server.com/uploadfile/6/6/29/1651197660.zip
http://www3.vista-server.com/uploadfile/6/6/29/1651197660.zip
Wednesday, November 28, 2007
Saturday, November 24, 2007
Joe Celko's SQL Programming Style
Joe Celko "Joe Celko's SQL Programming Style" Morgan Kaufmann ISBN 0120887975 2005 Year PDF ~2 Mb 272 Pages
Are you an SQL programmer that, like many, came to SQL after learning and writing procedural or object-oriented code? Or have switched jobs to where a different brand of SQL is being used, or maybe even been told to learn SQL yourself? If even one answer is yes, then you need this book. A "Manual of Style" for the SQL programmer, this book is a collection of heuristics and rules, tips, and tricks that will help you improve SQL programming style and proficiency, and for formatting and writing portable, readable, maintainable SQL code. Based on many years of experience consulting in SQL shops, and gathering questions and resolving his students’ SQL style issues, Joe Celko can help you become an even better SQL programmer.+ Help you write Standard SQL without an accent or a dialect that is used in another programming language or a specific flavor of SQL, code that can be maintained and used by other people. + Enable you to give your group a coding standard for internal use, to enable programmers to use a consistent style. + Give you the mental tools to approach a new problem with SQL as your tool, rather than another programming language—one that someone else might not know!
http://rapidshare.de/files/5583753/SQL_Programming_Style.pdf.html
Are you an SQL programmer that, like many, came to SQL after learning and writing procedural or object-oriented code? Or have switched jobs to where a different brand of SQL is being used, or maybe even been told to learn SQL yourself? If even one answer is yes, then you need this book. A "Manual of Style" for the SQL programmer, this book is a collection of heuristics and rules, tips, and tricks that will help you improve SQL programming style and proficiency, and for formatting and writing portable, readable, maintainable SQL code. Based on many years of experience consulting in SQL shops, and gathering questions and resolving his students’ SQL style issues, Joe Celko can help you become an even better SQL programmer.+ Help you write Standard SQL without an accent or a dialect that is used in another programming language or a specific flavor of SQL, code that can be maintained and used by other people. + Enable you to give your group a coding standard for internal use, to enable programmers to use a consistent style. + Give you the mental tools to approach a new problem with SQL as your tool, rather than another programming language—one that someone else might not know!
http://rapidshare.de/files/5583753/SQL_Programming_Style.pdf.html
Beginning PL/SQL: From Novice to Professional
Donald Bales , "Beginning PL/SQL: From Novice to Professional "Apress (August 24, 2007) ISBN: 1590598822 476 pages PDF 5,5 Mb
Get started with PL/SQL, the built-in language that every Oracle developer and database administrator must know, in Beginning PL/SQL, a fast-paced and example-filled tutorial. Learn from author Don Bales' extensive experience to discover the most commonly used aspects of PL/SQL without wasting time with obscure and obsolete features. Author Don Bales takes his 20+ years of experience and a wealth of statistics he's gathered on PL/SQL usage over those years and applies the 80/20 rule -- cover what's most needed and used by PL/SQL professionals and avoid what's not necessary! The result is a book that covers all the key features of PL/SQL without wasting your time discussing esoteric and obsolete parts of the language. Learn what really matters, so that you can get to work feeling confident with what you know about PL/SQL.Discover the 20% of PL/SQL that gives you 80% of the bang--key topics covered include variables and datatypes, executing statements, working with cursors, real-world objects, debugging, testing, and more.Learn how to write production-level, object-oriented PL/SQL--you'll explore relational PL/SQL, but unlike most other books on the subject, Don Bales emphasizes the use of PL/SQL's object-oriented features as well.Work through real examples of using of PL/SQL--you'll learn PL/SQL by applying it to real-world business problems, not by heavy theory.What you'll learnHow important SQL is in PL/SQLHow to use PL/SQL in both a relational and object-relational settingHow to create maintainable, modular, and reusable PL/SQL program unitsThe importance of testing as you go, and of building a permanent test plan for each moduleThe importance of building debugging capabilities into your code and building a permanent debug facility for each moduleThe importance of documenting as you go, and in the process building a permanent documentation set for your reusable modulesHow to apply modular PL/SQL to solve real-world problemsWho is this book for?Anyone who wants to learn how to create stored procedures against an Oracle database using PL/SQL. Programmers developing applications to be deployed against an Oracle database will need PL/SQL to take full advantage of the power Oracle has to offer. Database administrators who wish to implement functionality exposed only via PL/SQL package interfaces will also find this book useful.
http://depositfiles.com/files/2175989
http://rapidshare.com/files/65486766/Beginning_PLSQL_From_Novice_to_Professional_with_SOURCE_CODE-1590598822.rar
Get started with PL/SQL, the built-in language that every Oracle developer and database administrator must know, in Beginning PL/SQL, a fast-paced and example-filled tutorial. Learn from author Don Bales' extensive experience to discover the most commonly used aspects of PL/SQL without wasting time with obscure and obsolete features. Author Don Bales takes his 20+ years of experience and a wealth of statistics he's gathered on PL/SQL usage over those years and applies the 80/20 rule -- cover what's most needed and used by PL/SQL professionals and avoid what's not necessary! The result is a book that covers all the key features of PL/SQL without wasting your time discussing esoteric and obsolete parts of the language. Learn what really matters, so that you can get to work feeling confident with what you know about PL/SQL.Discover the 20% of PL/SQL that gives you 80% of the bang--key topics covered include variables and datatypes, executing statements, working with cursors, real-world objects, debugging, testing, and more.Learn how to write production-level, object-oriented PL/SQL--you'll explore relational PL/SQL, but unlike most other books on the subject, Don Bales emphasizes the use of PL/SQL's object-oriented features as well.Work through real examples of using of PL/SQL--you'll learn PL/SQL by applying it to real-world business problems, not by heavy theory.What you'll learnHow important SQL is in PL/SQLHow to use PL/SQL in both a relational and object-relational settingHow to create maintainable, modular, and reusable PL/SQL program unitsThe importance of testing as you go, and of building a permanent test plan for each moduleThe importance of building debugging capabilities into your code and building a permanent debug facility for each moduleThe importance of documenting as you go, and in the process building a permanent documentation set for your reusable modulesHow to apply modular PL/SQL to solve real-world problemsWho is this book for?Anyone who wants to learn how to create stored procedures against an Oracle database using PL/SQL. Programmers developing applications to be deployed against an Oracle database will need PL/SQL to take full advantage of the power Oracle has to offer. Database administrators who wish to implement functionality exposed only via PL/SQL package interfaces will also find this book useful.
http://depositfiles.com/files/2175989
http://rapidshare.com/files/65486766/Beginning_PLSQL_From_Novice_to_Professional_with_SOURCE_CODE-1590598822.rar
Oracle9i PL/SQL A Developers Guide
Oracle9i PL/SQL: A Developer's Guide is intended for both intermediate-level Oracle developers who are designing or coding applications in SQL and PL/SQL and for advanced PL/SQL programmers who need to learn new PL/SQL 9ifeatures. In addition to providing developers with detailed coverage of the PL/SQL 9i language itself, author Bulusu Lakshman covers the techniques of using PL/SQL 9i for server-side applications and provides the methodology for implementing robust applications. Lakshman also mentors developers in implementing effective techniques for real-world and code-centric Oracle applications that, in the long run, will save them time and energy. Oracle9i PL/SQL: A Developer's Guide is a solid source for the development of Oracle9i PL/SQL applications. Developers incorporating these technologies into new applications and those migrating from earlier versions will both find Lakshman's expert treatment of the topic beneficial.
http://rapidshare.de/files/17398029/ebook0023.rar
Pass: danci
http://rapidshare.de/files/17398029/ebook0023.rar
Pass: danci
SQL Tuning
SQL TuningO'Reilly Media, Inc.; 1st Edition edition ISBN: 0596005733 336 pages December 1, 2003 CHM 1 Mb
A poorly performing database application not only costs users time, but also has an impact on other applications running on the same computer or the same network. SQL Tuning provides an essential next step for SQL developers and database administrators who want to extend their SQL tuning expertise and get the most from their database applications. There are two basic issues to focus on when tuning SQL: how to find and interpret the execution plan of an SQL statement and how to change SQL to get a specific alternate execution plan. SQL Tuning provides answers to these questions and addresses a third issue that's even more important: how to find the optimal execution plan for the query to use. Author Dan Tow outlines a timesaving method he's developed for finding the optimum execution plan--rapidly and systematically--regardless of the complexity of the SQL or the database platform being used. You'll learn how to understand and control SQL execution plans and how to diagram SQL queries to deduce the best execution plan for a query. Key chapters in the book include exercises to reinforce the concepts you've learned. SQL Tuning concludes by addressing special concerns and unique solutions to "unsolvable problems." Whether you are a programmer who develops SQL-based applications or a database administrator or other who troubleshoots poorly tuned applications, SQL Tuning will arm you with a reliable and deterministic method for tuning your SQL queries to gain optimal performance.
http://www.icefile.info/index.php?page=main&id=cb9612204&name=0596005733.rar
A poorly performing database application not only costs users time, but also has an impact on other applications running on the same computer or the same network. SQL Tuning provides an essential next step for SQL developers and database administrators who want to extend their SQL tuning expertise and get the most from their database applications. There are two basic issues to focus on when tuning SQL: how to find and interpret the execution plan of an SQL statement and how to change SQL to get a specific alternate execution plan. SQL Tuning provides answers to these questions and addresses a third issue that's even more important: how to find the optimal execution plan for the query to use. Author Dan Tow outlines a timesaving method he's developed for finding the optimum execution plan--rapidly and systematically--regardless of the complexity of the SQL or the database platform being used. You'll learn how to understand and control SQL execution plans and how to diagram SQL queries to deduce the best execution plan for a query. Key chapters in the book include exercises to reinforce the concepts you've learned. SQL Tuning concludes by addressing special concerns and unique solutions to "unsolvable problems." Whether you are a programmer who develops SQL-based applications or a database administrator or other who troubleshoots poorly tuned applications, SQL Tuning will arm you with a reliable and deterministic method for tuning your SQL queries to gain optimal performance.
http://www.icefile.info/index.php?page=main&id=cb9612204&name=0596005733.rar
Introduction to SQL: Mastering the Relational Database Language, 4th Edition
Introduction to SQL: Mastering the Relational Database Language, 4th EditionPublisher: Addison-Wesley Professional; 4 edition (September 26, 2006) ISBN: 0321305965 Author: Rick F. van der Lans CHM 4,49 Mb 1056 pages
SQL was, is and always will be the database language for relational database systems such as Oracle, DB2, Sybase, Informix and Microsoft SQL Server. Introduction to SQL describes in depth the full capacity of SQL as it is implemented by the commercial databases, without neglecting the most recent changes to the standard, bringing the book up to date and fully compliant with SQL3. Unique in the extent of its coverage, this book takes you from the beginning to the end of SQL, the concepts to the practice, the apprentice to the master.Learn how to: * Query data * Update data * Create tables and views * Specify primary and foreign keys * Use indexes * Secure your data * Develop stored procedures and triggers * Develop applications with embedded SQL and ODBC * Carry out transactions * Optimize statements * Deal with object-relational concepts such as subtables, references, sets and user-defined data types.NEW section devoted to stored procedures and triggers NEW coverage of object-oriented concepts NEW information on application development with pre-programmed SQL NEW chapter on using SQL in combination with ODBCThe best way to learn a language is to work with it and the accompanying CD-Rom contains an SQL product called SOLID, chosen because it employs every aspect of SQL covered in the text. Experiment using the exercises in the book. --This text refers to the Paperback edition.
http://rapidshare.de/files/37043176/Addison.Wesley.Introduction.to.SQL.rar
http://depositfiles.com/files/320227
http://mihd.net/9ta0nx
SQL was, is and always will be the database language for relational database systems such as Oracle, DB2, Sybase, Informix and Microsoft SQL Server. Introduction to SQL describes in depth the full capacity of SQL as it is implemented by the commercial databases, without neglecting the most recent changes to the standard, bringing the book up to date and fully compliant with SQL3. Unique in the extent of its coverage, this book takes you from the beginning to the end of SQL, the concepts to the practice, the apprentice to the master.Learn how to: * Query data * Update data * Create tables and views * Specify primary and foreign keys * Use indexes * Secure your data * Develop stored procedures and triggers * Develop applications with embedded SQL and ODBC * Carry out transactions * Optimize statements * Deal with object-relational concepts such as subtables, references, sets and user-defined data types.NEW section devoted to stored procedures and triggers NEW coverage of object-oriented concepts NEW information on application development with pre-programmed SQL NEW chapter on using SQL in combination with ODBCThe best way to learn a language is to work with it and the accompanying CD-Rom contains an SQL product called SOLID, chosen because it employs every aspect of SQL covered in the text. Experiment using the exercises in the book. --This text refers to the Paperback edition.
http://rapidshare.de/files/37043176/Addison.Wesley.Introduction.to.SQL.rar
http://depositfiles.com/files/320227
http://mihd.net/9ta0nx
Online Oracle9i SQL 1Z0-007 Training
Courses within the Online Oracle9i SQL 1Z0-007 Training Series:
Online Oracle9i SQL 1Z0-007 Training: Advanced Queries and Views
Online Oracle9i SQL 1Z0-007 Training: Combining Tables
Online Oracle9i SQL 1Z0-007 Training: Creating Tables and Constraints
Online Oracle9i SQL 1Z0-007 Training: Database Objects and User Security
Online Oracle9i SQL 1Z0-007 Training: Grouping and Summarizing Data
Online Oracle9i SQL 1Z0-007 Training: Intermediate Queries
Online Oracle9i SQL 1Z0-007 Training: Introduction to SQL
Online Oracle9i SQL 1Z0-007 Training: Practice Exam Online
Oracle9i SQL 1Z0-007 Training: Queries with Single-Row Functions
Online Oracle9i SQL 1Z0-007 Training: SQL*Plus And iSQL*Plus Reporting and PL/SQL Online Oracle9i SQL 1Z0-007 Training: Working with Data
Links:
http://rapidshare.de/files/18382912/appz0009.part1.rar
http://rapidshare.de/files/18383338/appz0009.part2.rar
http://rapidshare.de/files/18383913/appz0009.part3.rar
http://rapidshare.de/files/18384052/appz0009.part4.rar
Pass: danci
Online Oracle9i SQL 1Z0-007 TrainingWITHOUT PASSWORD and in 1 FILE
http://rapidshare.de/files/18454728/Oracle.rar
Online Oracle9i SQL 1Z0-007 Training: Advanced Queries and Views
Online Oracle9i SQL 1Z0-007 Training: Combining Tables
Online Oracle9i SQL 1Z0-007 Training: Creating Tables and Constraints
Online Oracle9i SQL 1Z0-007 Training: Database Objects and User Security
Online Oracle9i SQL 1Z0-007 Training: Grouping and Summarizing Data
Online Oracle9i SQL 1Z0-007 Training: Intermediate Queries
Online Oracle9i SQL 1Z0-007 Training: Introduction to SQL
Online Oracle9i SQL 1Z0-007 Training: Practice Exam Online
Oracle9i SQL 1Z0-007 Training: Queries with Single-Row Functions
Online Oracle9i SQL 1Z0-007 Training: SQL*Plus And iSQL*Plus Reporting and PL/SQL Online Oracle9i SQL 1Z0-007 Training: Working with Data
Links:
http://rapidshare.de/files/18382912/appz0009.part1.rar
http://rapidshare.de/files/18383338/appz0009.part2.rar
http://rapidshare.de/files/18383913/appz0009.part3.rar
http://rapidshare.de/files/18384052/appz0009.part4.rar
Pass: danci
Online Oracle9i SQL 1Z0-007 TrainingWITHOUT PASSWORD and in 1 FILE
http://rapidshare.de/files/18454728/Oracle.rar
Subscribe to:
Posts (Atom)