Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Oracle PL/SQL Programming
  • Language: en
  • Pages: 1028

Oracle PL/SQL Programming

The authors have revised and updated this bestseller to include both the Oracle8i and new Oracle9i Internet-savvy database products.

Learning Oracle PL/SQL
  • Language: en
  • Pages: 424

Learning Oracle PL/SQL

"Learning Oracle PL/SQL" introduces PL/SQL in a way that's useful to a variety of audiences: beginning programmers, new Oracle database administrators, and developers familiar with other databases who now need to learn Oracle. A consistent and understandable example application--the development of a library's electronic catalog system--runs through the chapters.

Oracle PL/SQL Programming
  • Language: en
  • Pages: 2368

Oracle PL/SQL Programming

Considered the best Oracle PL/SQL programming guide by the Oracle community, this definitive guide is precisely what you need to make the most of Oracle’s powerful procedural language. The sixth edition describes the features and capabilities of PL/SQL up through Oracle Database 12c Release 1. Hundreds of thousands of PL/SQL developers have benefited from this book over the last twenty years; this edition continues that tradition. With extensive code examples and a lively sense of humor, this book explains language fundamentals, explores advanced coding techniques, and offers best practices to help you solve real-world problems. Get PL/SQL programs up and running quickly, with clear instru...

Oracle SQL*Plus
  • Language: en
  • Pages: 532

Oracle SQL*Plus

This book is the definitive guide to SQL*Plus. If you want to take best advantage of the power and flexibility of this popular Oracle tool, you need this book. SQLPlus is an interactive query tool that is ubiquitous in the Oracle world. It is present in every Oracle installation and is available to almost every Oracle developer and database administrator. SQLPlus has been shipped with Oracle since at least version 6. It continues to be supported and enhanced with each new version of Oracle, including Oracle8 and Oracle8i. It is still the only widely available tool for writing SQL scripts. Despite this wide availability and usage, few developers and DBAs know how powerful SQL*Plus really is. ...

Oracle PL/SQL Language Pocket Reference
  • Language: en
  • Pages: 189

Oracle PL/SQL Language Pocket Reference

Annotation This pocket reference condenses the most vital information from Oracle PL/SQL programming into an accessible quick reference that summarises the basics of PL/SQL - block structure, fundamental language elements, data structures, control statements, and use of procedures, functions and packages.

Oracle Database 11g PL/SQL Programming
  • Language: en
  • Pages: 865

Oracle Database 11g PL/SQL Programming

Design Feature-Rich PL/SQL Applications Deliver dynamic, client/server PL/SQL applications with expert guidance from an Oracle programming professional. With full coverage of the latest features and tools, Oracle Database 11g PL/SQL Programming lays out each topic alongside detailed explanations, cut-and-paste syntax examples, and real-world case studies. Access and modify database information, construct powerful PL/SQL statements, execute effective queries, and deploy bulletproof security. You'll also learn how to implement C, C++, and Java procedures, Web-enable your database, cut development time, and optimize performance. Create, debug, and manage Oracle-driven PL/SQL programs Use PL/SQL...

Oracle PL/SQL Language Pocket Reference
  • Language: en
  • Pages: 178

Oracle PL/SQL Language Pocket Reference

The fourth edition of this popular pocket guide provides quick-reference information that will help you use Oracle's PL/SQL language, including the newest Oracle Database 11g features. It's a companion to Steven Feuerstein and Bill Pribyl's bestselling Oracle PL/SQL Programming. This concise guide boils down the most vital PL/SQL information into an accessible summary of: Fundamental language elements (e.g., block structure, datatypes, declarations) Statements for program control, cursor management, and exception handling Records, procedures, functions, triggers, and packages Calling PL/SQL functions in SQL Compilation options, object-oriented features, collections, and Java integration The new edition describes such Oracle Database 11g elements as PL/SQL's function result cache, compound triggers, the CONTINUE statement, the SIMPLE_INTEGER datatype, and improvements to native compilation, regular expressions, and compiler optimization (including intra-unit inlining). In addition, this book now includes substantial new sections on Oracle's built-in functions and packages. When you need answers quickly, the Oracle PL/SQL Language Pocket Reference will save you hours of frustration.

Oracle PL/SQL Best Practices
  • Language: en
  • Pages: 207

Oracle PL/SQL Best Practices

In this book, Steven Feuerstein, widely recognized as one of the world's experts on the Oracle PL/SQL language, distills his many years of programming, writing, and teaching about PL/SQL into a set of PL/SQL language "best practices"--rules for writing code that is readable, maintainable, and efficient. Too often, developers focus on simply writing programs that run without errors--and ignore the impact of poorly written code upon both system performance and their ability (and their colleagues' ability) to maintain that code over time.Oracle PL/SQL Best Practices is a concise, easy-to-use reference to Feuerstein's recommendations for excellent PL/SQL coding. It answers the kinds of questions...

Oracle PL/SQL Language
  • Language: en
  • Pages: 132

Oracle PL/SQL Language

This updated edition describes features available in Oracle9i, and provides a quick reference that summarizes PL/SQL syntax for every developer who uses PL/SQL for database programming.

Oracle PL/SQL kurz & gut
  • Language: de
  • Pages: 177

Oracle PL/SQL kurz & gut

Die vierte Auflage dieser beliebten Taschenreferenz liefert Ihnen die wichtigsten Informationen, die Sie für die Arbeit mit Oracle PL/SQL benötigen, und deckt jetzt auch die neuen Features von Oracle Database 11g ab. Das Buch bietet eine Zusammenfassung der Sprachelemente und Funktionen von PL/SQL und behandelt unter anderem folgende Themen: - Blockstruktur, Bezeichner, Variablen, Datentypen und Deklarationen - Anweisungen zur Ablaufsteuerung, zur Cursor-Verwaltung und zum Exception-Handling - Aufruf von PL/SQL-Funktionen in SQL - Datensätze, Prozeduren, Funktionen, Trigger und Packages - Kompilationsoptionen, objektorientierte Features und Collections