CARVIEW |
By?Steven Feuerstein, John Beresniewicz, Chip Dawes
First Edition
October 1998
Pages: 76
Series: Pocket References
ISBN 10: 1-56592-456-8 |
ISBN 13:9781565924567
(Average of 1 Customer Reviews)
This book is OUT OF PRINT, but is available on Safari Books Online.
Book descriptionThis companion quick reference to Steven Feuerstein's bestselling Oracle PL/SQL Programming and Oracle Built-in Packages will help you use Oracle's extensive set of built-in functions and packages, including those new to Oracle8. You'll learn how to call numeric, character, date, conversion, large object (LOB), and miscellaneous functions, as well as packages like DBMS_SQL and DBMS_OUTPUT.
Full Description
- Character functions: Operate on character data. Examples include CONCAT (concatenates two strings into one), LENGTH (returns the length of a string), and REPLACE (replaces a character sequence in a string with a different set of characters).
- Date functions: Operate on dates and supplement the DATE datatype. Examples include SYSDATE (returns the current date and time in the Oracle Server) and LAST_DAY (returns the last day in the month of the specified date).
- Numeric functions: Operate on numeric data. Examples include CEIL (returns the smallest integer greater than or equal to the specified number) and POWER (returns a number raised to a particular power).
- LOB functions: Operate on large object data. Examples include EMPTY_BLOB (returns an empty locator of the binary large object type) and EMPTY_CLOB (returns an empty locator of the character large object type).
- Conversion functions: Perform explicit conversions of different types of data. Examples include TO_CHAR (converts a number or date to a string) and TO_NUMBER (converts a string to a number).
- Miscellaneous functions. Examples include GREATEST (returns the greatest of the specified list of values) and UID (returns the user ID of the current Oracle session).
- DBMS_SQL executes dynamically constructed SQL statements and PL/SQL blocks of code.
- DBMS_PIPE communicates between different Oracle sessions through a pipe in the RDBMS shared memory.
- DBMS_JOB submits and manages regularly scheduled jobs for execution inside the database.
- DBMS_LOB accesses and manipulates Oracle8's large objects (LOBs) from within PL/SQL programs.
Featured customer reviews
Oracle PL/SQL Built-ins Pocket Reference Review, August 26 2003





I have only had quick read through, and on the whole it seems like a handy little reference guide. One omission I hope will be remedied in the New! Improved! 9i/2nd edition would be the inclusion of format mask information for the TO_CHAR/TO_DATE/TO_NUMBER functions. Specifying a format mask can be passed in to these functions isn't of much use unless format mask options are listed.
Media reviews
"[Consumers] will find the fine 'pocket references' produced by O'Reilly to be compact and affordable."
-- James Cox, The Computer Shelf: Midwest Book Review
"This title is to be recommended to any Oracle PL/SQL developer."
--Michael J. Ross, San Diego Oracle Users Group, April 2003
About O'Reilly | Contact | Jobs | Press Room | How to Advertise | Privacy Policy
|
© 2008, O'Reilly Media, Inc. | (707) 827-7000 / (800) 998-9938
All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners.