ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Sams Teach Yourself PL SQL in 21 Days (2nd Edition)

دانلود کتاب سامس در 21 روز خود را PLSQL آموزش دهید (نسخه 2)

Sams Teach Yourself PL SQL in 21 Days (2nd Edition)

مشخصات کتاب

Sams Teach Yourself PL SQL in 21 Days (2nd Edition)

دسته بندی: پایگاه داده ها
ویرایش: 2 
نویسندگان:   
سری:  
ISBN (شابک) : 0672317982 
ناشر: Sams 
سال نشر: 2000 
تعداد صفحات: 716 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 3 مگابایت 

قیمت کتاب (تومان) : 46,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 15


در صورت تبدیل فایل کتاب Sams Teach Yourself PL SQL in 21 Days (2nd Edition) به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب سامس در 21 روز خود را PLSQL آموزش دهید (نسخه 2) نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب سامس در 21 روز خود را PLSQL آموزش دهید (نسخه 2)

Sams Teach Yourself PL/SQL in 21 Days, Second Edition، به سرعت به شما این امکان را می دهد که راه حل های Oracle خود را با PL/SQL ایجاد کنید. این کتاب که به طور کامل برای پوشش Oracles 8i بازبینی شده است، راهنمایی و جهت را ارائه می‌کند و شما را از طریق پیشرفت موضوعاتی که با بلوک‌های اصلی PL/SQL آغاز می‌شود و با بحث‌های عمیق درباره ویژگی‌های پیشرفته‌تر مورد استفاده در پایگاه داده Oracle به پایان می‌رسد، هدایت می‌کند. محیط برنامه نویسی موضوعات جدید شامل SQL پویا توسعه یافته در PL/SQL، SQL پویا در PL/SQL، استفاده از حقوق Invoker، تراکنش های مستقل، رابط PL/SQL با جاوا، PL/SQL Bulk Binds، عبور پارامترها توسط مرجع، و پرس و جوی پیشرفته است.


توضیحاتی درمورد کتاب به خارجی

Sams Teach Yourself PL/SQL in 21 Days, Second Edition, quickly empowers you to create your own Oracle solutions with PL/SQL. Completely revised to cover Oracles 8i, the book provides guidance and direction, leading you through a progression of topics that begin with the basic building blocks of PL/SQL, and ending with in-depth discussions of the more commonly used advanced features of Oracle's database programming environment. New topics include extended dynamic SQL within PL/SQL, Dynamic SQL within PL/SQL, use of invoker's rights, autonomous transactions, interfacing PL/SQL with Java, PL/SQL Bulk Binds, parameter passing by reference, and advanced Querying.



فهرست مطالب

Sams Teach Yourself PL/SQL™ in 21Days, Second Edition......Page 1
Copyright ©2000 by Sams Publishing......Page 2
Contents at a Glance......Page 3
Contents......Page 5
About the Authors......Page 20
Tell Us What You Think!......Page 23
What This Book Is About......Page 25
A Note About the Listings......Page 26
What’s New......Page 27
WEEK 1 At a Glance......Page 29
DAY 1 Learning the Basics of PL/SQL......Page 31
What Is PL/SQL?......Page 32
SQL, SQL*Plus, PL/SQL: What’s the Difference?......Page 33
Getting Started with PL/SQL......Page 37
Executing PL/SQL Using Developer 2000’s Procedure Builder......Page 48
Using SQLPlus Worksheet......Page 52
Summary......Page 53
Workshop......Page 54
DAY 2 Writing Declarations and Blocks......Page 57
Exploring Datatypes......Page 58
Using Block Structure......Page 73
Summary......Page 83
Workshop......Page 84
DAY 3 Writing PL/SQL Expressions......Page 87
Building Expressions with PL/SQL Operators......Page 88
Using Comparison Operators with Strings......Page 103
Use of Comparison Operators with Dates......Page 106
Exploring Expressions......Page 107
Converting Datatypes......Page 116
Q&A......Page 119
Workshop......Page 121
DAY 4 Using Functions, IF Statements, and Loops......Page 123
Exploring PL/SQL Functions......Page 124
The NULL Statement......Page 134
Using PL/SQL Statements......Page 135
Summary......Page 147
Q&A......Page 148
Workshop......Page 149
DAY 5 Implementing Loops and GOTOs......Page 151
Exploring Labels and the GOTO Statement......Page 152
WHILE Loops......Page 158
The EXIT and EXIT WHEN Statements......Page 162
Simple LOOPs......Page 167
Loop Guidelines......Page 170
Recursion......Page 173
Summary......Page 176
Workshop......Page 177
DAY 6 Using Oracle’s Built-In Functions......Page 179
The Major Categories of Functions......Page 180
Using Conversion Functions......Page 185
DATE Functions......Page 199
Summary......Page 209
Workshop......Page 210
DAY 7 Procedures, Packages, Errors, and Exceptions......Page 213
Using Procedures......Page 214
Procedure Invocation Security......Page 222
Exploring Packages......Page 223
Trapping Errors and Exceptions......Page 230
Workshop......Page 239
WEEK 1 In Review......Page 241
WEEK 2 At a Glance......Page 243
DAY 8 Using SQL......Page 245
Creating Some Oracle Tables......Page 247
Using the INSERT Statement......Page 250
Singleton SELECT Statement......Page 253
Exploring the UPDATE and DELETE Statements......Page 254
Handling Types of Exceptions......Page 256
Using the LOCK TABLE Statement......Page 257
Using Records......Page 258
Pseudocolumns......Page 265
Summary......Page 266
Workshop......Page 267
What Is a Cursor?......Page 269
Explicit Cursors......Page 270
Explicit Cursor Example......Page 277
Implicit Cursors......Page 278
Cursor Return Clause and Packages......Page 280
Cursor Variables......Page 281
The Current Row of Cursors......Page 285
Cursor Scoping......Page 286
Q&A......Page 287
Workshop......Page 288
DAY 10 Collections......Page 289
Using PL/SQL Index-by Tables......Page 290
Using Nested Tables......Page 298
Using Variable-Sized Arrays......Page 305
Taking Advantage of Bulk Binding......Page 308
Exception Handling for Collections......Page 312
Q&A......Page 313
Workshop......Page 314
DAY 11 Writing Database Triggers......Page 317
DML Triggers......Page 318
Uses for Triggers......Page 324
Managing Triggers......Page 331
Nontraditional Triggers......Page 335
Using Instead-of Triggers......Page 342
Exploring Trigger Limitations......Page 344
Q&A......Page 353
Workshop......Page 354
DAY 12 Using Oracle8i Objects for Object-Oriented Programming......Page 357
A Brief Primer on Object-Oriented Programming......Page 358
Defining an Object Type......Page 361
Instantiating and Using Objects......Page 367
Storing and Retrieving Objects......Page 369
Using Object Tables......Page 373
Nesting and Sharing Objects......Page 380
Exploring the SELF Parameter......Page 385
Comparing Objects......Page 387
Summary......Page 391
Q&A......Page 392
Workshop......Page 393
DAY 13 Debugging Your Code and Preventing Errors......Page 395
Locating and Eliminating Syntax Errors......Page 396
Handling Logic Errors......Page 402
Using Tools to Help in Debugging a Program......Page 408
Preventing Errors and Planning for Debugging in the Future......Page 415
Q&A......Page 422
Workshop......Page 423
DAY 14 Leveraging Large Object Types......Page 425
Exploring Large Object Datatypes......Page 426
Using External Files in an Oracle8i Database......Page 428
Using the DBMS_LOB Package with BFILE......Page 430
Exploring BFILE Examples, Using the DBMS_LOB Package......Page 436
Using the DBMS_LOB Package with Internal LOBs......Page 440
Exploring Internal LOB Examples, Using the DBMS_LOB Package......Page 447
Temporary LOBs......Page 454
Q&A......Page 455
Workshop......Page 456
WEEK 2 In Review......Page 457
WEEK 3 At a Glance......Page 459
DAY 15 Managing Transactions and Locks......Page 461
Starting a Transaction......Page 462
Ending a Transaction......Page 463
Exploring the Two-Phase Commit......Page 465
Creating Bookmarks with Savepoints......Page 466
Using Locking......Page 467
Workshop......Page 474
DAY 16 Generating Dynamic SQL......Page 475
Two Approaches to Dynamic SQL......Page 476
Using the DBMS_SQL Package......Page 477
Using Native Dynamic SQL......Page 498
Q&A......Page 504
Workshop......Page 505
DAY 17 Writing to Files and the Display......Page 507
Exploring the DBMS_OUTPUT Package......Page 508
Reading and Writing Files with the UTL_FILE Package......Page 515
Exploring TEXT_IO with Client Files......Page 528
Q&A......Page 530
Workshop......Page 531
DAY 18 Managing Database Jobs......Page 533
Using Background Processes......Page 534
Executing Jobs......Page 536
Viewing Jobs......Page 541
Exploring Job Management......Page 543
Hands-on Practice in Job Management......Page 546
Q&A......Page 552
Workshop......Page 553
DAY 19 Alerting and Communicating with Other Procedures: The DBMS_ALERT and DBMS_PIPE Packages......Page 555
The DBMS_ALERT Package......Page 556
Registering for an Alert......Page 557
Waiting for a Specific Alert......Page 558
Removing One Alert......Page 559
Demonstrating the DBMS_ALERT Package......Page 560
The DBMS_PIPE Package......Page 567
Alerts Versus Pipes......Page 579
Q&A......Page 580
Workshop......Page 581
DAY 20 PL/SQL and Java......Page 583
Using Oracle’s Java Engine......Page 584
Creating a Java Procedure......Page 585
Calling Java from PL/SQL......Page 593
Calling PL/SQL from Java Using SQLJ......Page 602
Summary......Page 606
Workshop......Page 607
DAY 21 Advanced Queuing......Page 609
What Is AQ?......Page 610
Configuring Your Server to Use AQ......Page 612
Exploring an AQ Scenario......Page 614
Creating a Message Queue......Page 615
Starting and Stopping a Queue......Page 621
Placing Messages in a Queue......Page 622
Retrieving Messages from a Queue......Page 628
Using Other AQ Procedures......Page 632
Summary......Page 634
Workshop......Page 635
WEEK 3 In Review......Page 637
APPENDIX Answers......Page 639
INDEX......Page 683




نظرات کاربران