Oracle PLSQL Language- P11
Số trang: 50
Loại file: pdf
Dung lượng: 251.64 KB
Lượt xem: 9
Lượt tải: 0
Xem trước 5 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Tham khảo tài liệu oracle plsql language- p11, công nghệ thông tin, cơ sở dữ liệu phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
Nội dung trích xuất từ tài liệu:
Oracle PLSQL Language- P11 Previous: About the Disk Preface Next: Acknowledgments Comments and Questions Please address comments and questions concerning this book to the publisher: OReilly & Associates 101 Morris Street Sebastopol, CA 95472 1-800-998-9938 (in the U.S. or Canada) 1-707-829-0515 (international or local) 1-707-829-0104 (FAX) You can also send us messages electronically. See the insert in the book for information about OReilly & Associates online services. For corrections and amplifications for the book, check out http://www.oreilly.com/catalog/oraclep2/. If you have any questions about the disk supplied with this book, contact RevealNet Inc. at http:// www.revealnet.com. Previous: About the Disk Oracle PL/SQL Next: Acknowledgments Programming, 2nd Edition About the Disk Book Index Acknowledgments The Oracle Library Navigation Copyright (c) 2000 OReilly & Associates. All rights reserved.Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark. Previous: Which Platform Preface Next: Comments and or Version? Questions About the Disk The content of the companion Windows disk for this book has been included on this CD, in the / prog2/disk/ directory. This disk contains the Companion Utilities Guide for Oracle PL/SQL Programming, an online tool developed by RevealNet, Inc. that gives you point-and-click access to more than 100 files of source code and documentation that we developed. Many of the code examples are also printed in the book. Weve included these to give you a jump start on writing your own PL/ SQL code and to keep you from having to type many pages of PL/SQL statements from printed text. Appendix A, describes how to install the Windows-based interface. You can run the software in any Microsoft Windows environment. If you are working in a non-Windows environment, you can obtain a compressed file containing the utilities on the desk from the RevealNet PL/SQL Pipeline Archives at http://www.revealnet.com/plsql-pipeline. Previous: Which Platform Oracle PL/SQL Next: Comments and or Version? Programming, 2nd Edition Questions Which Platform or Version? Book Index Comments and Questions The Oracle Library Navigation Copyright (c) 2000 OReilly & Associates. All rights reserved.Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark. Previous: Conventions Preface Next: About the Disk Used in This Book Which Platform or Version? In general, all of the discussions and examples in this book apply regardless of the machine and/or operating system you are using. In those few cases where a feature is in any way system-dependent, I note that in the text. There are many versions of PL/SQL, and you may even find that you need to use multiple versions in your development work. Chapter 1, Introduction to PL/SQL describes in detail the many versions of PL/SQL and what you need to know about them; see Section 1.4, PL/SQL Versions in Chapter 1 in Chapter 1. Previous: Conventions Oracle PL/SQL Next: About the Disk Used in This Book Programming, 2nd Edition Conventions Used in This Book Index About the Disk Book The Oracle Library Navigation Copyright (c) 2000 OReilly & Associates. All rights reserved.Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark. Previous: Audience Preface Next: Which Platform or Version? Conventions Used in This Book The following conventions are used in this book: Italic is used for file and directory names. Constant width is used for code examples. Constant width bold In some code examples, highlights the statements being discussed. Constant width italic In some code examples, indicates an element (e.g., a filename) that you supply. UPPERCASE In code examples, indicates PL/SQL keywords. lowercase In code examples, indicates user-defined items such as variables, parameters, etc. punctuation In code examples, enter exactly as shown. indentation In code examples, helps to show structure but is not required. -- In code examples, a double hyphen begins a single-line comment, which extends to the end of a line. /* and */Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark. In code examples, thes ...
Nội dung trích xuất từ tài liệu:
Oracle PLSQL Language- P11 Previous: About the Disk Preface Next: Acknowledgments Comments and Questions Please address comments and questions concerning this book to the publisher: OReilly & Associates 101 Morris Street Sebastopol, CA 95472 1-800-998-9938 (in the U.S. or Canada) 1-707-829-0515 (international or local) 1-707-829-0104 (FAX) You can also send us messages electronically. See the insert in the book for information about OReilly & Associates online services. For corrections and amplifications for the book, check out http://www.oreilly.com/catalog/oraclep2/. If you have any questions about the disk supplied with this book, contact RevealNet Inc. at http:// www.revealnet.com. Previous: About the Disk Oracle PL/SQL Next: Acknowledgments Programming, 2nd Edition About the Disk Book Index Acknowledgments The Oracle Library Navigation Copyright (c) 2000 OReilly & Associates. All rights reserved.Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark. Previous: Which Platform Preface Next: Comments and or Version? Questions About the Disk The content of the companion Windows disk for this book has been included on this CD, in the / prog2/disk/ directory. This disk contains the Companion Utilities Guide for Oracle PL/SQL Programming, an online tool developed by RevealNet, Inc. that gives you point-and-click access to more than 100 files of source code and documentation that we developed. Many of the code examples are also printed in the book. Weve included these to give you a jump start on writing your own PL/ SQL code and to keep you from having to type many pages of PL/SQL statements from printed text. Appendix A, describes how to install the Windows-based interface. You can run the software in any Microsoft Windows environment. If you are working in a non-Windows environment, you can obtain a compressed file containing the utilities on the desk from the RevealNet PL/SQL Pipeline Archives at http://www.revealnet.com/plsql-pipeline. Previous: Which Platform Oracle PL/SQL Next: Comments and or Version? Programming, 2nd Edition Questions Which Platform or Version? Book Index Comments and Questions The Oracle Library Navigation Copyright (c) 2000 OReilly & Associates. All rights reserved.Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark. Previous: Conventions Preface Next: About the Disk Used in This Book Which Platform or Version? In general, all of the discussions and examples in this book apply regardless of the machine and/or operating system you are using. In those few cases where a feature is in any way system-dependent, I note that in the text. There are many versions of PL/SQL, and you may even find that you need to use multiple versions in your development work. Chapter 1, Introduction to PL/SQL describes in detail the many versions of PL/SQL and what you need to know about them; see Section 1.4, PL/SQL Versions in Chapter 1 in Chapter 1. Previous: Conventions Oracle PL/SQL Next: About the Disk Used in This Book Programming, 2nd Edition Conventions Used in This Book Index About the Disk Book The Oracle Library Navigation Copyright (c) 2000 OReilly & Associates. All rights reserved.Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark. Previous: Audience Preface Next: Which Platform or Version? Conventions Used in This Book The following conventions are used in this book: Italic is used for file and directory names. Constant width is used for code examples. Constant width bold In some code examples, highlights the statements being discussed. Constant width italic In some code examples, indicates an element (e.g., a filename) that you supply. UPPERCASE In code examples, indicates PL/SQL keywords. lowercase In code examples, indicates user-defined items such as variables, parameters, etc. punctuation In code examples, enter exactly as shown. indentation In code examples, helps to show structure but is not required. -- In code examples, a double hyphen begins a single-line comment, which extends to the end of a line. /* and */Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark. In code examples, thes ...
Tìm kiếm theo từ khóa liên quan:
thủ thuật máy tính công nghệ thông tin tin học quản trị mạng computer networkGợi ý tài liệu liên quan:
-
52 trang 430 1 0
-
24 trang 354 1 0
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 314 0 0 -
Làm việc với Read Only Domain Controllers
20 trang 302 0 0 -
74 trang 296 0 0
-
96 trang 293 0 0
-
Báo cáo thực tập thực tế: Nghiên cứu và xây dựng website bằng Wordpress
24 trang 289 0 0 -
Đồ án tốt nghiệp: Xây dựng ứng dụng di động android quản lý khách hàng cắt tóc
81 trang 281 0 0 -
EBay - Internet và câu chuyện thần kỳ: Phần 1
143 trang 275 0 0 -
Tài liệu dạy học môn Tin học trong chương trình đào tạo trình độ cao đẳng
348 trang 269 1 0