Geometry.Net - the online learning center
Home  - Basic_O - Oracle Database Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 116    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Oracle Database Programming:     more books (100)
  1. Oracle Database AJAX & PHP Web Application Development (Osborne Oracle Press) by Lee Barney, Michael McLaughlin, 2008-03-19
  2. Oracle 9i Database 3CD's Windows 2000/NT/XP-includes personal enterprise and standard editions by Alan Dennis, Barbara Haley Wixom, 2003-01-20
  3. Experiences With Oracle 10g Database for Linux on Zseries by IBM Redbooks, 2005-09-08
  4. Building Intelligent Databases With Oracle Pl/Sql, Triggers, and Stored Procedures (Oracle Series) by Kevin T. Owens, Kevin T. Owens, 1995-10
  5. Oracle SQL Tuning & CBO Internals (Oracle In-Focus series) by Kimberly Floss, 2004-04-28
  6. Programming in SQL With Oracle, Ingres, and dBASE IV by John Carter, 1992-10
  7. Professional Oracle 8i Application Programming with Java, PL/SQL and XML by Michael Awai, Matthew Bortniker, et all 2000
  8. Oracle XML Handbook (Book/CD-ROM package) by Ben Chang, Mark Scardina, et all 2000-06-16
  9. Migrating Siebel Database from DB2/Oracle for Nt to DB2 for Os/390 by IBM Redbooks, 2001-11
  10. Advanced Oracle PL/SQL Programming with Packages (Nutshell Handbook) by Steven Feuerstein, 1996-12
  11. Developing Client Server Applications W/ Oracle Developer/2000 by Hipsley, 1996
  12. Professional ADO.NET 2: Programming with SQL Server 2005, Oracle, and MySQL by Wallace B. McClure, Gregory A. Beamer, et all 2005-12-05
  13. Oracle Programming: A Primer, Version 7.0 by Rajshekhar Sunderraman, 1998-08
  14. DB2 Universal Database SQL Developer's Guide by Roger E. Sanders, Roger Sanders, 1999-10-01

61. Oracle Database Replication Software | SQL Database Recovery | Database Synchron
oracle database 10g PL/SQL programming, Chapter 3 PL/SQL Basics download 635.79 KB read more email this article
http://www.developers.net/all_content/Focus/Database
@import url(misc/drupal.css); @import "themes/xtemplate/Dn/xtemplate.css"; Solutions Blogs Careers Whitepapers ... Login
focus Information focused by
Area of Interest
tenfold
downloads
Tsunami download Multi-Threading for Experts: Inside a Parallel Application Grid Computing Looking Forward Preparing for Hyper-Threading and Dual Core Technologies
sponsor
Database
Database design and management is an ever-changing fieldit's critical to have up-to-date tools and information. At Developers.net you'll find a large and growing selection of database tutorials and database tools. If you’re looking for database articles discussing Oracle database replication software, SQL database recovery options, or database synchronization techniques, Developers.net is the place to look.
Featured Database
Schema Plus Professional trial download Schema Plus is an array of robust database management utilities that gives you a unified interface for navigating, manipulating, and maintaining ODBC-compliant databases, so you don't need to learn numerous database management systems.
email this article
Relationships: modeling relational data in XML, part 3

62. PL/SQL Basics Tutorial | Oracle Database 10g PL/SQL Programming
Syntax and rules govern what you can and cannot do in PL/SQL. While following syntax and programming standards alone do not make a program good,
http://www.developers.net/node/view/350
@import url(misc/drupal.css); @import "themes/xtemplate/Dn/xtemplate.css"; Solutions Blogs Careers Whitepapers ... Login
focus Information focused by
Area of Interest
tenfold
downloads
Tsunami download Multi-Threading for Experts: Inside a Parallel Application Grid Computing Looking Forward Preparing for Hyper-Threading and Dual Core Technologies ... Intel Multi-Core Processor Architecture Backgrounder
sponsor
Log in
Attention Developers.Net Users
Due to a technical problem, we request that subscribers who have registered with Developers.Net between November 11, 2004 and April 3, 2005, please re-register with Developers.Net by creating a new account . We apologize for this inconvenience and hope that you will continue to enjoy the benefits of membership with Developers.Net. Username:
Enter your developers.net username. Password:
Enter the password that accompanies your username. Related Keywords: Oracle 10g Oracle Database 10g PL/SQL PL/SQL programming ... oracle 10g tutorials
search
advanced search
resources
sponsor
news
A Cooler Look at Yahoo in China XML Is Taking Over the World Powering Up a New Kind of Broadband The Rise of the I.T. Architect

63. Oracle Database 10g Introduction - Course 593
In this course, you gain the skills to utilize the oracle database 10g server. Relational database experience and familiarity with basic programming
http://www.learningtree.com/courses/593.htm
1-800-THE-TREE (1-800-843-8733)
Oracle Database 10g: A Comprehensive Hands-On Introduction
Developing Database Applications with SQL and PL/SQL
Course: Type: Hands-On Training Duration: 5 Days
quick enroll New York - Oct 17 - 21, 2005 Ottawa - Oct 17 - 21, 2005 Washington, DC - Oct 17 - 21, 2005 Philadelphia - Oct 31 - Nov 4, 2005 Washington, DC - Nov 14 - 18, 2005 Washington, DC - Nov 28 - Dec 2, 2005 Boston - Dec 5 - 9, 2005 Toronto - Dec 5 - 9, 2005 Parsippany, NJ - Dec 19 - 23, 2005 Chicago - Jan 9 - 13, 2006 More Dates >> you will learn how to
  • Build, query and manipulate Oracle 10 g databases to create powerful applications Retrieve and manipulate data efficiently using powerful SQL features Create and manage database tables, views and sequences Maintain data integrity and enforce security with privileges and roles Compose reusable structured PL/SQL code with arrays, cursors and procedures Enhance performance through indexes and PL/SQL optimization Program with packages and Oracle objects
course benefits Organizations have come to depend upon the strength of Oracle databases for managing information. Oracle Database 10

64. Oracle PL/SQL Programming: Hands-On - Course FAQ
This course covers PL/SQL, oracle’s programming language. I am moving from another database to oracle. Will this course apply to me?
http://www.learningtree.com/courses/493qa.htm
1-800-THE-TREE (1-800-843-8733)
Oracle PL/SQL Programming: Hands-On
Course: Type: Hands-On Training Duration: 5 Days Frequently Asked Questions What is this course about? This course provides comprehensive coverage of PL/SQL, Oracle’s main programming language. PL/SQL is used to write stored procedures, triggers and other code stored in the powerful Oracle database. In addition, Oracle also uses this language in their frontend development environment, Developer, as well as their Web-based engine, Oracle Application Server. This course teaches you how to write PL/SQL programs to solve realistic business problems using Oracle’s most strategic language. The development of an API (Application Programming Interface) for frontend code using an application framework for PL/SQL is emphasized. What are SQL and PL/SQL? SQL is a standard language used for accessing relational databases. Different relational database products have different procedural extensions to SQL. PL/SQL is Oracle’s programming language, which provides procedural extensions in all Oracle environments. PL/SQL stands for Procedural Language (PL) extensions to Structured Query Language (SQL). What background should I have?

65. CodeGuru: Database
database programming ATL Rating none Alboaie Sinicc 12/21/2001 oracle 10G Development Design Heterogeneous database Access Rating none
http://www.codeguru.com/Cpp/data/mfc_database/
IT MANAGEMENT CIO Update
Datamation
eCRMGuide ... IT NEWS CodeGuru.com -Articles -Comments -Forums Earthweb User ID: Password: Remember Me: Forgot Password? Not a member?
Click here for more information and to register.
Auto Insurance Quotes internet.commerce
Information

Prepaid Long Distance

PDA Reviews

New York Hotels
...
Memory Flash Cards

RSS Feeds All
VC++/C++
.NET/C# VB See more EarthWeb Network feeds Home Visual C++ / C++ Data ... Learn how BMC Software delivers the right solution for getting the most from your SAP NetWeaver implementation. Database ADO [Updated] Data Replication Prototype Using ADO Rating: none Aliaksei Sanko - 04/27/2005 Learn about a data replication prototype that uses ADO. Using ADO from C++ Rating: Prasun Paul - 03/25/2004 Provides an easy technique to access ADO objects from C++. C++ programmers can enjoy VB like easy ADO programming model by applying this technique. Doing Database Operations In Batches Rating: Tom Archer - Archer Consulting Group - 02/26/2004 There are times when it is advantageous to perform certain database operations in batch. This excerpt from Extending Applications with the .NET Framework details how and when. Basic Database Operations with ADO.NET

66. Programming Tutorials - Books : Oracle Database 10g PL/SQL Programming
Buy oracle database 10g PL/SQL programming Books cheap.
http://www.programmertutorials.com/ItemId/0072230665
PROGRAMMER TUTORIALS
solutions to programmer problems ASP C# C++ COBOL ... View Shopping Cart
Books : Oracle Database 10g PL/SQL Programming
All Products Apparel Baby Beauty Books Classical Music DVD Digital Music Electronics Gourmet Food Jewelry Magazines Miscellaneous Music Music Tracks Musical Instruments Office Products Outdoor Living PC Hardware Personal Health Care Photo Restaurants Software Sporting Goods Toys VHS VideoGames Wireless Wireless Accessories by: Scott Urman Michael McLaughlin
See Larger Image
List Price:
Amazon.com's Price: You Save:
Prices subject to change.
Used Price: $29.27

Collectible Price: $54.99

Third Party New Price: $29.26
Availability: Usually ships in 24 hours Binding: Paperback EAN: ISBN: Number Of Items: Number Of Pages: Publication Date: April 19, 2004 Publisher: McGraw-Hill Osborne Media Sales Rank: Related Items: Editorial Review: Book Description Create dynamic client/server applications using PL/SQL and the comprehensive information contained in this authoritative volume. Expert Oracle insiders cover the features of PL/SQL, explain scripting semantics and syntax, and fully detail the PL/SQL functionality of Oracle Database 10

67. Programming Tutorials - Books : Oracle Database 10g DBA Handbook
Buy oracle database 10g DBA Handbook Books cheap. oracle database 10g PL/SQL programming oracle database 10g High Availability with RAC, Flashback,
http://www.programmertutorials.com/0072231459/Oracle_Database_10g_DBA_Handbook.h
PROGRAMMER TUTORIALS
solutions to programmer problems ASP C# C++ COBOL ... View Shopping Cart
Books : Oracle Database 10g DBA Handbook
All Products Apparel Baby Beauty Books Classical Music DVD Digital Music Electronics Gourmet Food Jewelry Magazines Miscellaneous Music Music Tracks Musical Instruments Office Products Outdoor Living PC Hardware Personal Health Care Photo Restaurants Software Sporting Goods Toys VHS VideoGames Wireless Wireless Accessories by: Kevin Loney Bob Bryla
See Larger Image
List Price:
Amazon.com's Price: You Save:
Prices subject to change.
Used Price: $34.40

Collectible Price: $59.99

Third Party New Price: $34.60
Availability: Usually ships in 24 hours Binding: Paperback EAN: ISBN: Number Of Items: Number Of Pages: Publication Date: March 24, 2005 Publisher: McGraw-Hill Osborne Media Sales Rank: Related Items: Editorial Review: Book Description g . Co-author Kevin Loney is the all-time, best-selling Oracle Press author.

68. Palm Database Programming
Palm database programming book by Eric Giguere and C. Enrique Ortiz. oracle Lite Consolidator Describes oracle s Consolidator technology,
http://www.ericgiguere.com/books/palm/
EricGiguere.com Books Palm Database Programming Printer-friendly version Set your preferences Book Alert! Read the sample chapter from my new AdSense book
Palm Database Programming:
The Complete Developer's Guide
A comprehensive guide to Palm OS programming, with special emphasis on database manipulation using the low-level Palm OS functionality and higher-level add-ons from Sybase and Oracle. New! The first five chapters Author: Eric Giguere ISBN: Publisher: Published in late 1999, parts of this book are now dated. Interestingly enough, the first five chapters are still very relevant today, though, because the basic architecture of Palm OS (from 1.x to 5.x) has not changed significantly. If you're looking for a good introduction to Palm OS programming, even if you're not especially interested in the database aspects, the first five chapters are very useful. These chapters are now available online in HTML format for your reading pleasure. Buy from Amazon.com
Summary
This book:
  • shows you how to write applications in C or C++ for the Palm computing platform;
  • introduces you to Palm databases and general relational database theory; and

69. Redirect
distance learning, computer programming, programming, interactive, The database Domain has been teaching students about the oracle database since
http://www.dbdomain.com/

70. Database Programming: Oracle PL/SQL
Find the education you need for career success, when you need it.
http://www.ce.com/education/Database-Programming-Oracle-PL-SQL-10101655.htm
HOME: EDUCATION INQUIRY CUSTOM SEARCH JOB TITLE or CATEGORY ABOUT CE
Enter a keyword (ie. Accounting): Select an educator: Any Acadia University American Language Studies - New Brunswick, Rutgers University Athabasca University Bloustein Online Continuing Education Boston University - Executive MBA Program Boston University, Center for Professional Education Boston University, Corporate Education Center California State University, Dominguez Hills California State University, Fullerton California State University, Sacramento Center for Applied Psychology, Rutgers University Center for Continuing Professional Development, Rutgers University Center for Effective School Practices Center for Management Development, Rutgers University Center for Management and Entrepreneurship, Rutgers University Center for Middle Eastern Studies Center of Alcohol Studies, Rutgers University Centre for Addiction and Mental Health College of Nursing Center For Prof. Dev., Rutgers University Columbia Business School Executive Education Cook College, Rutgers University

71. Database Programming: Oracle PL/SQL
Find the education you need for career success, when you need it.
http://www.ce.com/education/Database-Programming-Oracle-PL-SQL-10088041.htm
HOME: EDUCATION INQUIRY CUSTOM SEARCH JOB TITLE or CATEGORY ABOUT CE
Enter a keyword (ie. Accounting): Select an educator: Any Acadia University American Language Studies - New Brunswick, Rutgers University Athabasca University Bloustein Online Continuing Education Boston University - Executive MBA Program Boston University, Center for Professional Education Boston University, Corporate Education Center California State University, Dominguez Hills California State University, Fullerton California State University, Sacramento Center for Applied Psychology, Rutgers University Center for Continuing Professional Development, Rutgers University Center for Effective School Practices Center for Management Development, Rutgers University Center for Management and Entrepreneurship, Rutgers University Center for Middle Eastern Studies Center of Alcohol Studies, Rutgers University Centre for Addiction and Mental Health College of Nursing Center For Prof. Dev., Rutgers University Columbia Business School Executive Education Cook College, Rutgers University

72. ACC FY 2005 Course Descriptions
ITSE 2309 database programming oracle (32-2). Application development using database programming techniques emphasizing database structures, modeling,
http://www3.austincc.edu/catalog/fy2005/desccois.htm
Austin Community College
FY 2005 Course Descriptions
Computer Information Systems
BCIS 1305 BUSINESS COMPUTER APPLICATIONS (3-3-1). Computer terminology, hardware, software, operating systems, and information systems relating to the business environment will be covered. The main focus of this course is on business applications of software, including word processing, spreadsheets, databases, presentation graphics, and business-oriented utilization of the Internet. Fee: $12 Skills: E ( ) Course Type: T INEW 2334 ADVANCED WEB PAGE PROGRAMMING (USING ASP.NET) (3-3-1). Advanced applications for Web authoring. Topics may include Perl Scripts, Common Gateway Interface (CGI), Database Interaction, Active Server Pages, Java Applets, Javascripts, tables, HTML, and/or interactive elements. The course extends the topics introduced in ITSE 2302. This course also covers ASP.NET caching, web services, and configuration topics. Fee: $12 Skills: B Prerequisites: ITSE 2302 or Department Approval. ( ) Course Type: W INEW 2338 ADVANCED JAVA PROGRAMMING: VISUAL (3-2-2).

73. Wrox::Professional Oracle Programming:Book Information And Code Download
One of the only oracle books to focus exclusively on database programming rather than Expert Oneon-One Visual Basic 2005 database programming
http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764574825.html
View Cart My Account Support Contact Us Search Books for
Topic: Database
Professional Oracle Programming
by Rick Greenwald, Robert Stackowiak, Gary Dodge, David Klein, Ben Shapiro, Christopher G. Chelliah ISBN: 0-7645-7482-5
June 2005
790 pages
Print Version: US $39.99 Add to Cart About This Title Download Code Errata P2P Forum for This Book Description Table of Contents Read Excerpt: Chapter (PDF) Read Excerpt: Table of Contents (PDF) Read Excerpt: Index (PDF) ... Reviews
  • One of the only Oracle books to focus exclusively on database programming rather than administration
  • Oracle owns sixty percent of the commercial database market
  • Provides full coverage of the latest Oracle version, 10g-including new features such as regular expressions and the MODEL SQL clause-as well as versions 8, 8i, and 9i
  • The authors are well-known as Oracle gurus-Greenwald is the author of Oracle in a Nutshell and the coauthor, with Stackowiak, of Oracle 9 Essentials
  • Shows how to use Oracle data and data structures to build robust, scalable database applications using Java, SQL, and PL/SQL

74. Wrox::Professional Oracle Programming:Book Information And Code Download
Part I oracle Essentials. Part II Data Topics. Part III database programming Languages. Chapter 18 Introduction to Java database programming.
http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764574825,descCd-tableOfConten
View Cart My Account Support Contact Us Search Books for
Topic: Database
Professional Oracle Programming
by Rick Greenwald, Robert Stackowiak, Gary Dodge, David Klein, Ben Shapiro, Christopher G. Chelliah ISBN: 0-7645-7482-5
June 2005
790 pages
Print Version: US $39.99 Add to Cart About This Title Download Code Errata P2P Forum for This Book Description Table of Contents Read Excerpt: Chapter (PDF) Read Excerpt: Table of Contents (PDF) Read Excerpt: Index (PDF) Author Information ... Reviews About the Authors. Acknowledgments. Introduction. Introduction. What Does This Book Cover? Who Is This Book For? What You Need to Use This Book. How Is This Book Structured? Part I: Oracle Essentials. Part II: Data Topics. Part III: Database Programming Languages. Part IV: Programming Techniques. Part V: Business Intelligence Techniques. Part VI: Optimization. The Bigger Picture.

75. 443. Oracle Applications Using ADO.NET And C#
Module 2 programming database Applications (ADO.NET Using oracle and C ). The second module of the course deals with programming an application that will
http://www.objectinnovations.com/CourseOutlines/443.html
Course Catalog Curriculum Guides .NET Java/J2EE ...
info@objectinnovations.com
877-558-7246 (toll free)
Oracle Applications Using ADO.NET and C# Rev 1.0 Oracle is a robust and powerful data storage engine that provides services on all levels of an application infrastructure – combining programmer-definable objects and tools, data manipulation tools that are capable of retrieving data from a host of data sources and storing those data in a database, and the capability to automate tasks and run them under developer control. Oracle's features center on the power of its RDBMS (Relational Data Base Management System.) Once implemented, an Oracle database has the ability to run itself, utilizing various objects within the server – tables (which store data), views (which provide windows into data), procedures and functions (manipulate the data), and "constraints", such as CHECK, UNIQUE and NOT NULL (which provide internal validations and consistency checks on the data.) As a developer in today’s challenging and constantly changing environment, understanding how data is stored and retrieved is essential to a successful design and implementation. This comprehensive five-day course is designed to provide programmers an introduction to database programming, focusing on database design working with Oracle as your primary data store.

76. 15 Seconds : Book : Teach Yourself Active Web Database Programming In 21 Days
Selva Kumar’s article shows how to create practical oracle database connectivity from ASP using oracle Professional Asp and Rds database programming
http://www.15seconds.com/book/1575211394.htm
var section_name=""; Data Access Troubleshooting Security Performance ... Wireless
Pioneering Active Server Power Search
Subscribe Now! 15 Seconds Weekly Newsletter
More Free Newsletters
Reference News Articles Components Tools ... DL Archives Community Messageboard List Servers Mailing List WebHosts ... Jobs 15 Seconds Home Site Map Press Legal internet.commerce
internet.com Developer
Downloads

International

Internet Lists
...
E-mail Offers

Compare products, prices, and stores at Hardware Central!
Computers
Desktops Mac PC Notebooks ... more Get the best price on Veritas Backup Exec For Windows Servers or search for other IT Management tools Teach yourself Active Web Database Programming in 21 Days By Dina Fleet, Matt Warren, Joyce Chen, Alexander Stojanovic B This book focuses on the newest Microsoft Technologies involving databases and the Internet. It covers in detail Active Database Objects, Active Data Connector, OLEDB and Active Server pages. It also covers Database Connectivity with Visual Basic. Included are chapters on ODBC and database fundamentals, Visual Basic Scripting on both the client and server side, plus a chapter on client server technology. Active Data Object (ADO) is covered extensively by Joyce Chen, a Microsoft support representative in ODBC. There is a chapter on ADO basics, and another and Active Server pages and Record Sets. She covers Transactions, the connection object, the command object, and stored procedures. Each object of ADO is covered in detail along with the error messages and the OLEDB provider properties. Joyce also gives some of her unique insight into the pitfalls of ADO.

77. Oracle Database Administrator - Chapman Technology Certification
Prior experience in programming or database management is not required. Curricullum Please contact us for current pricing for the oracle DBA program.
http://www1.chapman.edu/it/dbase-oracle.htm

Programming
Cisco CCNA CCNP ... A + Oracle 9i DBA Databases are at the foundation of all modern businesses. They are used to keep track of the finances, inventories, customers, and most recently used in the accelerating area of e-business. The important and critical job of managing the databases for a company is the job of the Database Administrator or DBA. Chapman University is offering a 140 hour hands-on program that helps the student prepare for both a new career in database administration and Oracle's certification as an Oracle9i Certified Database Administrator. During the series of 4 classes the student will learn the skills needed to become a DBA and learn how to manage, administer, backup and tune an Oracle 9i database. Intended Audience This fast-paced program is designed for individuals who are proficient PC users and are looking to enhance their skill to attain employment as an Oracle Database Administrator. Participants should be knowledgeable PC users with a technical aptitude. Prior experience in programming or database management is not required. Curricullum The Oracle9i Certified Database Administrator Certificate Program is segmented into these following four courses, which will provide knowledge and hands-on experience with Oracle.

78. Programming For Oracle On Linux, Part I | Linux Journal
Interaction with a legacy oracle database can be done simply in only a few For this program, we want to be able to query some data from a database
http://www.linuxjournal.com/article.php?sid=7736

79. A P R E S S . C O M : Beginning Oracle Programming
books 24x7 logo. Beginning oracle programming book cover However, with power comes complexity, and mastering the oracle database is not an overnight job
http://www.apress.com/book/bookDisplay.html?bID=253

80. A P R E S S . C O M : Pro .NET Oracle Programming
NET oracle programming. This book never loses sight of its instructional mission to He has been working with oracle since database version 7.0.1.16,
http://www.apress.com/book/bookDisplay.html?bID=378

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 4     61-80 of 116    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter