Articoli correlati a Oracle in a Nutshell

Greenwald, Rick Oracle in a Nutshell ISBN 13: 9780596003364

Oracle in a Nutshell - Brossura

 
9780596003364: Oracle in a Nutshell

Sinossi

Introduced a quarter-century ago, the Oracle database remains the leading enterprise relational database management system (RDBMS) in the world. Oracle is a complex system, offering a myriad of products, languages, and tools. Frequent updates, releases, and editions complicate the ability of Oracle users to keep up with the huge amounts of frequently changing information about the database and its capabilities.The goal of Oracle in a Nutshell is to pull together the most essential information on Oracle architecture, syntax, and user interfaces. The content and format of this book, an admirable addition to O'Reilly's respected In-a-Nutshell line, combine to boil down vital Oracle commands, language constructs, parameters, and file formats in a succinct and highly accessible desktop reference.Oracle in a Nutshell covers the information that database administrators PL/SQL and Java developers, and system, network, and security administrators need as they manage Oracle databases and write code for these databases. It includes:

  • Oracle Foundations--Overview of the Oracle architecture (memory structures and fundamental concepts), Oracle's various editions and packaging options, summary of the initialization file parameters and data dictionary views, and fundamentals of Oracle's concurrency scheme, security mechanisms (privileges, profiles, roles), and networking files (TNSNAMES.ORA, SQLNET.ORA, LISTENER.ORA, DAP.ORA, NAMES.ORA, CMAN.ORA) and options.
  • Oracle Languages--Syntax summary for SQL language statements, SQL function calls PL/SQL language statements and characteristics, PL/SQL built-in package headers, and Java (JDBC and SQLJ) interfaces to the Oracle database.
  • Oracle Tools--Commands provided with SQLPlus, SQLLoader, Import and Export, Oracle Recovery Manager (RMAN) and other backup/recovery methods, Oracle Enterprise Manager, and various performance tuning tools (Explain Plan, TKPROF, AUTOTRACE, UTLBSTAT, UTLESTAT, Statspack).
  • Appendixes--Summary of Oracle datatypes, operators, expressions, conditions, numeric and date formats, and resources for additional reading.

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

L'autore

has been active in the world of computer software for nearly two decades, including stints with Data General, Cognos, and Gupta. He is currently an analyst with Oracle Corporation. He has been a principal author of ten books and countless articles on a variety of technical topics, and has spoken at conferences and training sessions across six continents. In addition to Oracle in a Nutshell, Rick's books include Oracle Essentials: Oracle9i, Oracle8i, and Oracle8 (principal author with Robert Stackowiak and Jonathan Stern, O'Reilly & Associates, 2001), Oracle Power Objects Developer's Guide (principal author with Kasu Sista and Richard Finklestein, Oracle Press, 1995); Mastering Oracle Power Objects (principal author with Robert Hoskins, O'Reilly & Associates, 1996); Using Oracle Web Server (principal author with many others, Que Publishing, 1997); The Oracle WebDB Bible (principal author with Jim Milbery, IDG Books Worldwide, 1999); and Administering Exchange Server (principal author with Walter Glenn, Microsoft Press, 1999).

Contenuti

Dedication; Preface; Which Platform and Version?; Structure of This Book; Conventions Used in This Book; Comments and Questions; Acknowledgments; Foundations; Chapter 1: Architecture and Packaging; 1.1 Oracle Instances and Databases; 1.2 The Components of a Database; 1.3 The Components of an Instance; 1.4 Oracle Versions; 1.5 Oracle Packaging; Chapter 2: Configuration; 2.1 Parameter Files and Types; 2.2 Initialization Parameters; Chapter 3: Concurrency; 3.1 Concurrency Concepts; 3.2 Oracle and Concurrent User Access; Chapter 4: Security; 4.1 Authentication; 4.2 Profiles; 4.3 Privileges; 4.4 Privileges and Users; 4.5 Roles; 4.6 Auditing; 4.7 Other Security Features; Chapter 5: Networking; 5.1 Oracle Networking Fundamentals; 5.2 Configuration Files; 5.3 Networking Management Utilities; Chapter 6: Data Dictionary; 6.1 Static Data Dictionary Views; 6.2 Dynamic Data Dictionary Views; Languages; Chapter 7: SQL; 7.1 Common Keywords and Identifiers; 7.2 Common SQL Clauses; 7.3 Data Definition Statements; 7.4 Data Manipulation Statements; Chapter 8: Functions; 8.1 Common Keywords and Clauses; 8.2 Aggregate and Analytic Functions; 8.3 Numeric Functions; 8.4 Character Functions; 8.5 Date and Time Functions; 8.6 Conversion Functions; 8.7 Object Functions; 8.8 XML Functions; 8.9 Miscellaneous Functions; Chapter 9: PL/SQL; 9.1 PL/SQL Fundamentals; 9.2 Header Section; 9.3 Declaration Section; 9.4 Execution Section; 9.5 Exception Section; 9.6 Pragmas; 9.7 Program Units; 9.8 Packages; 9.9 Triggers; 9.10 Calling PL/SQL Functions in SQL; 9.11 Native Compilation of PL/SQL; 9.12 External Procedures; 9.13 Java and PL/SQL; Chapter 10: PL/SQL Packages; 10.1 DBMS_ALERT; 10.2 DBMS_APPLICATION_INFO; 10.3 DBMS_APPLY_ADM; 10.4 DBMS_AQ; 10.5 DBMS_AQADM; 10.6 DBMS_AQELM; 10.7 DBMS_CAPTURE_ADM; 10.8 DBMS_DDL; 10.9 DBMS_DEBUG; 10.10 DBMS_DEFER; 10.11 DBMS_DEFER_QUERY; 10.12 DBMS_DEFER_SYS; 10.13 DBMS_DESCRIBE; 10.14 DBMS_DISTRIBUTED_TRUST_ADMIN; 10.15 DBMS_FGA; 10.16 DBMS_FLASHBACK; 10.17 DBMS_HS; 10.18 DBMS_HS_PASSTHROUGH; 10.19 DBMS_IOT; 10.20 DBMS_JOB; 10.21 DBMS_LDAP; 10.22 DBMS_LIBCACHE; 10.23 DBMS_LOB; 10.24 DBMS_LOCK; 10.25 DBMS_LOGMNR; 10.26 DBMS_LOGMNR_CDC_PUBLISH; 10.27 DBMS_LOGMNR_CDC_SUBSCRIBE; 10.28 DBMS_LOGMNR_D; 10.29 DBMS_LOGSTNDBY; 10.30 DBMS_METADATA; 10.31 DBMS_MGWADM; 10.32 DBMA_MGWMSG; 10.33 DBMS_MVIEW; 10.34 DBMS_OBFUSCATION_TOOLKIT; 10.35 DBMS_ODCI; 10.36 DBMS_OFFLINE_OG; 10.37 DBMS_OFFLINE_SNAPSHOT; 10.38 DBMS_OLAP; 10.39 DBMS_ORACLE_TRACE_AGENT; 10.40 DBMS_ORACLE_TRACE_USER; 10.41 DBMS_OUTLN; 10.42 DBMS_OUTLN_EDIT; 10.43 DBMS_OUTPUT; 10.44 DBMS_PCLXUTIL; 10.45 DBMS_PIPE; 10.46 DBMS_PROFILER; 10.47 DBMS_PROPAGATION_ADM; 10.48 DBMS_RANDOM; 10.49 DBMS_RECTIFIER_DIFF; 10.50 DBMS_REDEFINITION; 10.51 DBMS_REFRESH; 10.52 DBMS_REPAIR; 10.53 DBMS_REPCAT; 10.54 DBMS_REPCAT_ADMIN; 10.55 DBMS_REPCAT_AUTH; 10.56 DBMS_REPCAT_INSTANTIATE; 10.57 DBMS_REPCAT_RGT; 10.58 DBMS_REPUTIL; 10.59 DBMS_RESOURCE_MANAGER; 10.60 DBMS_RESOURCE_MANAGER_PRIVS; 10.61 DBMS_RESUMABLE; 10.62 DBMS_RLS; 10.63 DBMS_ROWID; 10.64 DBMS_RULE; 10.65 DBMS_RULE_ADMIN; 10.66 DBMS_SESSION; 10.67 DBMS_SHARED_POOL; 10.68 DBMS_SNAPSHOT; 10.69 DBMS_SPACE; 10.70 DBMS_SPACE_ADMIN; 10.71 DBMS_SQL; 10.72 DBMS_STATS; 10.73 DBMS_STORAGE_MAP; 10.74 DBMS_STREAM_ADM; 10.75 DBMS_STREAMS; 10.76 DBMS_SYSTEM; 10.77 DBMS_TRACE; 10.78 DBMS_TRANSACTION; 10.79 DBMS_TRANSFORM; 10.80 DBMS_TTS; 10.81 DBMS_TYPES; 10.82 DBMS_UTILITY; 10.83 DBMS_WM; 10.84 DBMS_XDB; 10.85 DBMS_XDBT; 10.86 DBMS_XDB_VERSION; 10.87 DBMS_XMLDOM; 10.88 DBMS_XMLGEN; 10.89 DBMS_XMLPARSER; 10.90 DBMS_XMLQUERY; 10.91 DBMS_XMLSAVE; 10.92 DBMS_XMLSCHEMA; 10.93 DBMS_XPLAN; 10.94 DBMS_XSLPROCESSOR; 10.95 DEBUG_EXTPROC; 10.96 OUTLN_PKG; 10.97 UTL_COLL; 10.98 UTL_ENCODE; 10.99 UTL_FILE; 10.100 UTL_HTTP; 10.101 UTL_INADDR; 10.102 UTL_RAW; 10.103 UTL_REF; 10.104 UTL_SMTP; 10.105 UTL_TCP; 10.106 UTL_URL; Chapter 11: Java and Oracle; 11.1 Java Drivers; 11.2 Java in the Oracle Database; 11.3 Data Mapping; 11.4 SQLJ; 11.5 JDBC; Tools and Utilities; Chapter 12: SQL*Plus; 12.1 Running SQL*Plus; 12.2 Formatting Text Reports; 12.3 SQL*Plus Format Elements; 12.4 Commands; Chapter 13: Export and Import; 13.1 Export/Import Fundamentals; 13.2 Common Parameters; 13.3 Export-Only Parameters; 13.4 Import-Only Parameters; Chapter 14: SQL*Loader; 14.1 Running SQL*Loader; 14.2 Command-Line Parameters; 14.3 Control File; Chapter 15: Backup and Recovery; 15.1 Backup and Recovery Fundamentals; 15.2 User-Managed Backup and Recovery; 15.3 Recovery Manager (RMAN); Chapter 16: Enterprise Manager; 16.1 Architecture; 16.2 Running Enterprise Manager; 16.3 Enterprise Manager Interface; 16.4 Enterprise Manager Administration; 16.5 Expansion Packs; 16.6 OEMUTIL; Chapter 17: Performance; 17.1 SQL Optimization; 17.2 EXPLAIN PLAN; 17.3 TKPROF; 17.4 AUTOTRACE; 17.5 Statistics Collection; Appendixes; Datatypes; Scalar Datatypes; Collection Datatypes; Reference Datatypes; Expressions, Operators, and Conditions; Expressions; Operators; Conditions; Numeric Formats; Date Formats; Additional Resources; Web Sites; Books; Colophon;

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

  • EditoreO′Reilly
  • Data di pubblicazione2003
  • ISBN 10 0596003366
  • ISBN 13 9780596003364
  • RilegaturaCopertina flessibile
  • Numero di pagine926

Compra usato

Condizioni: discreto
This item is in overall acceptable... Scopri di più su questo articolo

Spese di spedizione: GRATIS
In U.S.A.

Destinazione, tempi e costi

Aggiungi al carrello

Altre edizioni note dello stesso titolo

9788173665806: [(Oracle in a Nutshell)] [by: Rick Greenwald]

Edizione in evidenza

ISBN 10:  817366580X ISBN 13:  9788173665806
Casa editrice: O'Reilly Media, Inc, USA, 2003
Brossura

I migliori risultati di ricerca su AbeBooks

Foto dell'editore

Greenwald, Rick; Kreines, David C.
Editore: O'Reilly Media, 2003
ISBN 10: 0596003366 ISBN 13: 9780596003364
Antico o usato Brossura

Da: Goodwill of Colorado, COLORADO SPRINGS, CO, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Acceptable. This item is in overall acceptable condition. Covers and dust jackets are intact but may have heavy wear including creases, bends, edge wear, curled corners or minor tears as well as stickers or sticker-residue. Pages are intact but may have minor curls, bends or moderate to considerable highlighting/ writing. Binding is intact; however, spine may have heavy wear. A well-read copy overall. Please note that all items are donated goods and are in used condition. Orders shipped Monday through Friday! Your purchase helps put people to work and learn life skills to reach their full potential. Orders shipped Monday through Friday. Your purchase helps put people to work and learn life skills to reach their full potential. Thank you!. Codice articolo 466SUS0013CT

Contatta il venditore

Compra usato

EUR 5,56
Convertire valuta
Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Kreines, David C., Greenwald, Rick
ISBN 10: 0596003366 ISBN 13: 9780596003364
Antico o usato Brossura Prima edizione

Da: Better World Books, Mishawaka, IN, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Good. 1st. Former library book; may include library markings. Used book that is in clean, average condition without any missing pages. Codice articolo GRP38253837

Contatta il venditore

Compra usato

EUR 6,06
Convertire valuta
Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Kreines, David C., Greenwald, Rick
ISBN 10: 0596003366 ISBN 13: 9780596003364
Antico o usato Brossura Prima edizione

Da: Better World Books, Mishawaka, IN, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Good. 1st. Used book that is in clean, average condition without any missing pages. Codice articolo 5279552-6

Contatta il venditore

Compra usato

EUR 6,06
Convertire valuta
Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Greenwald, Rick
Editore: O'Reilly Media, 2003
ISBN 10: 0596003366 ISBN 13: 9780596003364
Antico o usato Paperback

Da: WorldofBooks, Goring-By-Sea, WS, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. Codice articolo GOR001763562

Contatta il venditore

Compra usato

EUR 0,90
Convertire valuta
Spese di spedizione: EUR 5,74
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: 2 disponibili

Aggiungi al carrello

Foto dell'editore

Greenwald, Rick,Kreines, David
Editore: O'Reilly Media, 2003
ISBN 10: 0596003366 ISBN 13: 9780596003364
Antico o usato paperback

Da: HPB Inc., Dallas, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

paperback. Condizione: Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority!. Codice articolo S_334042365

Contatta il venditore

Compra usato

EUR 4,63
Convertire valuta
Spese di spedizione: EUR 3,37
In U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Rick Greenwald,David C. Kreines
Editore: O'Reilly Media 28/12/2002, 2002
ISBN 10: 0596003366 ISBN 13: 9780596003364
Antico o usato Brossura

Da: AwesomeBooks, Wallingford, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Very Good. This book is in very good condition and will be shipped within 24 hours of ordering. The cover may have some limited signs of wear but the pages are clean, intact and the spine remains undamaged. This book has clearly been well maintained and looked after thus far. Money back guarantee if you are not satisfied. See all our books here, order more than 1 book and get discounted shipping. . Codice articolo 7719-9780596003364

Contatta il venditore

Compra usato

EUR 3,95
Convertire valuta
Spese di spedizione: EUR 5,97
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Greenwald, Rick
Editore: Oâ²Reilly, 2003
ISBN 10: 0596003366 ISBN 13: 9780596003364
Antico o usato Brossura

Da: WeBuyBooks, Rossendale, LANCS, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Good. Most items will be dispatched the same or the next working day. Codice articolo wbs2886946601

Contatta il venditore

Compra usato

EUR 1,48
Convertire valuta
Spese di spedizione: EUR 9,39
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Rick Greenwald,David C. Kreines
Editore: O'Reilly Media 28/12/2002, 2002
ISBN 10: 0596003366 ISBN 13: 9780596003364
Antico o usato Brossura

Da: Bahamut Media, Reading, Regno Unito

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Very Good. Shipped within 24 hours from our UK warehouse. Clean, undamaged book with no damage to pages and minimal wear to the cover. Spine still tight, in very good condition. Remember if you are not happy, you are covered by our 100% money back guarantee. Codice articolo 6545-9780596003364

Contatta il venditore

Compra usato

EUR 3,95
Convertire valuta
Spese di spedizione: EUR 8,35
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Kreines, David C., Greenwald, Rick
ISBN 10: 0596003366 ISBN 13: 9780596003364
Antico o usato Brossura Prima edizione

Da: Better World Books Ltd, Dunfermline, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Very Good. 1st. Ships from the UK. Used book that is in excellent condition. May show signs of wear or have minor defects. Codice articolo GRP97535366

Contatta il venditore

Compra usato

EUR 6,52
Convertire valuta
Spese di spedizione: EUR 9,57
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Rick Greenwald, David C. Kreines
Editore: O'Reilly Media, 2002
ISBN 10: 0596003366 ISBN 13: 9780596003364
Antico o usato Paperback

Da: Brit Books, Milton Keynes, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Used; Very Good. ***Simply Brit*** Welcome to our online used book store, where affordability meets great quality. Dive into a world of captivating reads without breaking the bank. We take pride in offering a wide selection of used books, from classics to hidden gems, ensuring there is something for every literary palate. All orders are shipped within 24 hours and our lightning fast-delivery within 48 hours coupled with our prompt customer service ensures a smooth journey from ordering to delivery. Discover the joy of reading with us, your trusted source for affordable books that do not compromise on quality. Codice articolo 3843629

Contatta il venditore

Compra usato

EUR 4,17
Convertire valuta
Spese di spedizione: EUR 11,93
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Vedi altre 22 copie di questo libro

Vedi tutti i risultati per questo libro