Geometry.Net - the online learning center
Home  - Basic_O - Oracle Database Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 107    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 (99)
  1. Oracle Database Programming using Java and Web Services by Kuassi Mensah, 2006-07-28
  2. Python Programming with Oracle Database by Ray Terrill, 2009-08-14
  3. Fundamentals Database Systems, Oracle Programming 8.0, Oracle 8i (3rd Edition) by Elmasri, Navathe, 1999-12-23
  4. Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide) by Steven Feuerstein, Bill Pribyl, 2009-09-24
  5. Oracle Database 11g PL/SQL Programming (Osborne ORACLE Press Series) by Michael McLaughlin, 2008-03-21
  6. Oracle Database 10g PL/SQL Programming by ScottUrman, Michael McLaughlin, 2004-04-19
  7. Oracle Database 11g PL/SQL Programming Workbook (Osborne ORACLE Press Series) by Michael McLaughlin, John Harper, 2010-01-20
  8. Expert Oracle Database Architecture: 9i and 10g Programming Techniques and Solutions by Thomas Kyte, 2005-09-15
  9. Fundamentals of Database Systems/oracle 9i Programming - 4th edition by Ramz lmasr, 2003-01-01
  10. Fundamentals of Database Systems/oracle 9i Programming Edition: 2 by Ramez Elmasri, 1994-01-01
  11. Fundamentals of Database Systems/oracle 9i Programming by Ramez Elmasri, 1999-01-01
  12. Fundamentals of Database Systems/Oracle 9i Programming (4th Edition) by Ramez Elmasri, Shamkant B. Navathe, et all 2003-08-02
  13. Platform- Specific Model: Programming Language, Operating System, Database, Oracle Database, Relational Model, SQL, Model Driven Engineering
  14. Oracle Database 10G Pl/SQL Programming - 2004 publication by Mchal McLaughln, 2004-01-01

1. Learning Oracle Database Programming - Chapter 6
Learning oracle database programming. Chapter 6 Referential Integrity. The nexttable you'll create is the account table. Each client has one or more accounts.
http://www.rbsbooks.com/lopchap6.htm
Home Place an Order Related Links Learning Oracle Database Programming
Chapter 6: Referential Integrity The next table you'll create is the account table. Each client has one or more accounts. Each account has a unique 6 character account id which must be in the format nn-nnn ( n stands for number). Like the client code, this may be expanded in the future. Once again you'll use a system-assigned number as the primary key.
Defining Integrity Relationships Each account must belong to one client: an account can't exist without a client. Before an account is set up, its client must be in the client table. Therefore, the client_no, which is the primary key of the client table, will be repeated in the account table. The client_no column in the account table references the client_no in the client_table. This is referential integrity. It helps protect the database from invalid data. The client table is considered the parent and the account table is its child. Referential integrity constraints are placed on the child, not the parent.

2. Boris Bord. Web Application Development, Web Programming, Web Development, Desig
CSCI N311 Advanced oracle database programming Lab 9 Java, JDBC, and Oracle Amended 12/13/99, see comments in green and bold.
http://www.borisbord.com/tools.asp
...C++, Visual Basic, ASP, ColdFusion, SQL Server, Oracle, Delphi...
Boris Bord
+ Home
+ Why would you need me?

+ What do I do?

+ Skills
...
+ Flash Presentation!

My ICQ: 55054820
My MSN: borisbord@msn.com
Through many hours of training, practice, and job experience I have obtained working knowledge in the following:
Programming languages:
Confidence Level
Yrs. Prof. Exp.
Last Used Date
MS .NET Framework SDK Expert 3 years C/C++ Expert 11 years Visual Basic Expert 9 years Java/JavaScript Expert 7 years SQL Expert 9 years Expert 7 years DHTML Expert 7 years DELPHI Expert 7 years ColdFusion Expert 6 years PHP Expert 6 years XML Expert 6 years CGI Expert 5 years Flash Expert 6 years PERL Expert 6 years ASP Expert 7 years WAP Expert 2 years Pascal Expert 11 years Cobol Professional 4 years Assembler Professional 5 years
Confidence Level
Yrs. Prof. Exp.
Last Used Date
MS Visual Studio .NET Expert 3 years MS Visual C++ 4.x, 5.x, 6.0 Expert 11 years Borland C++ Builder Expert 6 years IBM Visual Age C++ Expert 7 years Borland Delphi Expert 7 years MS Visual J++ 1.0, 6.0 Expert 3 years Borland J Builder Expert 6 years MS Visual InterDev 1.0, 6.0

3. Learning Oracle Database Programming
Learning Oracle. Database Programming. by Frances Edelstein. ISBN 09647233-2-8.250 Pages (Illustrated). $29.95 + shipping and handling.
http://www.rbsbooks.com/lop.htm
Learning Oracle Database Programming by Frances Edelstein ISBN 0-9647233-2-8 250 Pages (Illustrated) $29.95 + shipping and handling Topics Table of Contents Sample Chapter Place an Order ... Home

4. Oracle Database Programming
SQL Programming Database Queries; SQL Programming Data Handling Oracle Developer/2000Curriculum; Oracle7 Database Administration Curriculum; Oracle8
http://cbtsys.innopoli.fi/curicula/oracle2.htm
  • Relational Principles
  • SQL*Plus: Fundamentals
  • SQL*Plus: Data Definition and Manipulation
  • SQL Programming: Database Queries
  • Relational Principles
  • SQL*Plus: Fundamentals
  • SQL*Plus: Data Definition and Manipulation
  • SQL Programming: Database Queries ...
  • Oracle8 Database Administration Curriculum
  • 5. Onsite Training And Programming Courses
    oracle database programming. Introduction to Oracle SQL To provided anintroduction to SQL using the Oracle Relational Database using SQL.
    http://www.softwaretraining101.com/f_classroom.html
    On-Site Training
    SoftwareTraining101 offer a series of classroom based training courses. There is no open enrollment for these classes. Instead they are offered on a contract basis at a client site and can be customized for your specific needs. For more information, pricing, or to schedule an on-site course, send us email at help@SoftwareTraining101.com
    Classroom Based Training Courses
    Mobile and Handheld Computing
    Writing Pocket PC Applications with eMbedded Visual Basic
    This workshop introduces programmers to the elements needed to write Visual Basic programs for the Pocket PC. Topics include Windows CE, basic user-interface guidelines, pen-based input, graphical output, intrinsic controls, ActiveX controls, and the Win32 API. Writing Pocket PC Applications with eMbedded Visual C++
    This workshop introduces programmers to the elements needed to write Visual C++ programs for the Pocket PC. Topics include Windows CE, basic user-interface guidelines, pen-based input, graphical output, Microsoft Foundation Classes, and the Win32 API. Database Application Development for the Pocket PC
    This workshop provides an overview of Microsoft ActiveX Data Objects for Windows CE (ADOCE). Topics include SQL, database conversion, ADODC objects, content providing, transaction processing, and synchronization.

    6. CSCI N311: Advanced Oracle Database Programming
    Lab 11 Java JDBC Programming. Objectives Use the JDBC API to query and updatea database. http//technet.oracle.com latest JDBC drivers for your platform.
    http://www.cs.iupui.edu/~ateal/n311/newlab11.htm
    Lab 11: Java JDBC Programming
    Objectives:
    After completing this lab you should be able to:
    • Write a basic java program. Use the JDBC API to query and update a database.
    Reference Material:
    Due for Lab 11
    Turn in a printed copy of your java source code. Also capture into a text file your program's output from the console, print this out. Sign both documents, date them and turn it in.
    Lab Assignment Steps
  • Copy this file and edit it in a text editor. You will need to complete the java program's code after noted comment sections.
    Set up your PATH and CLASSPATH environment variables. Your path should reference the Sun JDK 1.2, and on Phoenix it already does. Your CLASSPATH should be .:classes12.zip and the UNIX command to do this is:
    setenv CLASSPATH .:/opt/oracle/product/8.1.7/jdbc/lib/classes12.zip
    This tells java to find classes in the current directory (.) and in the Oracle driver archive file (classes12.zip) located in the Oracle Home directory.
    Refer to Oracle's JDBC driver readme file for details specific to your OS on technet.oracle.com
  • 7. SiteLab Web Agency Database Development: Web Design & Internet Marketing Service
    Custom database design. SQL Server and oracle database programming. ColdFusion and ASP. eCommerce/Online Catalogs. Content Management Solutions.
    http://www.sitelab.com/HTML/Development/database.html
    Database Development As more of the Web demands dynamically-driven content, database development has become a key component of SiteLab's services. Whether it's putting together a small inventory display or a complex system of integrated applications, we can assist you in selecting the right core technology and development platform, and to design and program it for long-term maintenance and scalability.
    Custom database design SQL Server and Oracle database programming Cold Fusion and ASP e-Commerce/Online Catalogs Content Management Solutions Portals/community sites
    Example #1: UCSD Extension needed a site that could display course information from a mainframe data feed via an Oracle database. Additionally, they wanted to make an application that would allow their department heads to create template "mini-sites" using only browser-based administration (no additional software) and little programming skill. SiteLab worked with representatives of all departments to create a custom solution that met everyone's needs, and trained site administrators to update the site quickly and easily. See more in this Case Study Example #2: Pharmawatch.com involves a multi-tiered subscription service. News items and press releases in the pharmaceutical industry are compiled, indexed, and uploaded to a knowledge database on a daily basis. The underlying architecture allows searching and custom filters to generate personalized briefings as well as comprehensive reports and email headlines. A custom content management solution allows our client to manage subscriber profiles, promotional discounts, and site content.

    8. Oracle Certified Training And Programming Courses
    Software training and programming classes for the oracle Relational database using SQL, PL/SQL, Forms, Pro*C, and Java.
    http://www.softwaretraining101.com/ora/
    This page uses frames, but your browser doesn't support them.

    9. Patrick M. O'Leary Resume - Internet Consultant, Programmer, CTO, UNIX, Web, WWW
    Internet Consulting, web/www design, branding/promotion, ISP hosting, tcp/ip, database(oracle),programming, c/c++, php, UNIX, http/html, networking, expert witness, CEO, CTO, IPO.
    http://www.patrickoleary.com/
    Patrick Michael O'Leary
    Professional Statement:
    My career experience includes many types of programming, networking, and system administration. I have been a founder in many different startup companies. I have worked in many different industries yielding me a very diverse technical and business background. The industries include telecommunications, transportation, and the Internet. I also have been fortunate to have worked in both the business and technical aspects of the companies I have owned and worked for. I can best serve as a liason between the business and technical staff/departments of an organization. I founded the Internet based singles/dating website MatchMaker.com . The site was profitable and self funded (no venture capital) until February 1999. The site has had over 4 million users yielding up to 230 million page views per month. I am proud to say the company sold to Lycos for 45 million dollars cash after the Internet bubble/crash of 2000. I was the founding President/CEO of the company, the

    10. Computer Information Systems Jobs
    Computer consulting company specializing in information systems management, network administration, oracle database development and Java programming jobs.
    http://www.computerinformationsystemsjobs.com

    11. ORACLE 8i & 9i Training Classes: Programming And Database Administration
    BatkyHowell offers training courses for the oracle 8i and 9i database. Courses include oracle for Application Developers, oracle New Features, oracle database Administration, SQL programming and more.
    http://www.batky-howell.com/curriculum/AVoracur.html
    Curriculum-> Oracle8i/9i
    Oracle 8i and 9i Training Classes
    These courses build a solid foundation for the new Oracle developer and database administrator. Topics covered allow you to become highly effective in your use of Oracle. Each of Batky-Howell's courses cover a different critical area of Oracle's database. Need something more specific to your training needs? Batky-Howell specializes in customized training. We can customize a course to meet your unique training needs and deliver your custom course on-site . For information about discounts, on-site training, or anything else, please complete the form below or call us at 800.868.2202.
    Oracle 8i and 9i Training Class List
    SQL Programming : Students learn how to create, retrieve and manipulate objects in a relational database using ANSI standard Structured Query Language (SQL).
    Oracle8i New Features for Developers : This course will give participants a hands-on introduction to the key features and enhancements of Oracle8. Class exercises will challenge participants to build on their knowledge and experience using Oracle7.
    Oracle for Application Developers : This course builds a solid foundation for the new Oracle user. Topics covered allow students to become effective ORACLE application developers.

    12. Web-Database Programming
    Webdatabase programming CGI and Java Servlets. In this assignment, students whowant to interface with the oracle database using oracle's Pro*C precompiled
    http://www-db.stanford.edu/~ullman/fcdb/oracle/or-web.html
    Web-Database Programming: CGI and Java Servlets
    NOTE: This document assumes a basic knowledge of HTML. We will not be providing documentation for HTML coding apart from the creation of forms. There are dozens of tutorials available online. You might check out the NCSA Beginner's Guide to HTML
    • Overview Retrieving Input from the User
      Overview
      CGI or Common Gateway Interface is a means for providing server-side services over the web by dynamically producing HTML documents, other kinds of documents, or performing other computations in response to communication from the user. In this assignment, students who want to interface with the Oracle database using Oracle's Pro*C precompiled language will be using CGI. Java Servlets are the Java solution for providing web-based services. They provide a very similar interface for interacting with client queries and providing server responses. As such, discussion of much of the input and output in terms of HTML will overlap. Students who plan to interface with Oracle using JDBC will be working with Java Servlets. Both CGI and Java Servlets interact with the user through HTML forms. CGI programs reside in a special directory, or in our case, a special computer on the network (cgi-courses.stanford.edu), and provide service through a regular web server. Java Servlets are separate network object altogether, and you'll have to run a special Servlet program on a specific port on a Unix machine.

    13. HALLoGRAM - Programming Resource With 3rd Party Add-ons For Developers Creating
    Programmer's resource for 3rdparty add-ons. Tools are available for most programming and database languages, including Access, dBASE, Visual Basic, Delphi, FoxPro, Paradox, C/C++, oracle, Clipper, and Visual Objects.
    http://www.hallogram.com/
    #1 Source for Barcode Products!
    Ready to implement an efficient barcode tracking system? We have everything you need to get you started! Maybe you already have a barcode system installed but you need to expand or update your current system. We have it all! Barcode Products
    (Select a Category) Printers Scanners Software Point-of-Sales Training Verifiers
    ReFox MMII is here! - Foxpro Decompiler
    ReFox MMII is sporting an impressive new feature list ...
    • New 32Bit Windows GUI Support for Visual FoxPro 7.0 Full project file (pjx) regeneration FoxPro 2.x screen file (scx) generation FoxPro 2.x menu file (mnx) generation Improved Level I+ branding
    More Information: ReFox MMII
    Huge Savings Off Our Normal Discount Prices
    Hot Products at Blow-Out Prices HALLoGRAM Publishing is the leading resource for all your software and hardware needs. We provide thousands of developer tools, barcode products, and end-user business software titles at the lowest possible prices. Featured Sale Items
  • PPT 2800 A Pocket PC Device with Maximum Performance and Ruggedness
  • Gryphon Instinctive Reading Intellligent Bar Code Scanner
  • Z4M Printer Cost-Effective, Easy-to-Use Barcode Label Printer
  • 14. Xerxes Incorporated, Multimedia, Web Development, Database Design And Developmen
    Company provides 3D animation, composting, and special effects for digital media, multimedia design and programming for CD, DVD, and the Internet, oracle database design and computer security.
    http://www.xerxes.com/

    High Bandwidth

    56K modem or better, 4.0
    browser or higher
    or higher screen resolution Low Bandwidth
    33.6 modem and under, 3.0
    browser and lower,
    Lynx friendly Multimedia Flash
    requires flash plugin
    3043 "A" Breckenridge Lane Louisville, Ky 40220
    P: 502.473.8811 F: 502.473.1080 Email: webmaster@xerxes.com

    15. Great Designs Always Start With A Great Idea - Database/ Programming
    That's why we offer a database and programming Consulting Service your system performancewith physical database design Install and setup your oracle database.
    http://www.orangeidea.com/page16.asp
    var mvar_pv_cut = false Database/Programming Consulting Service We are experts in the fields of database creation and maintenance. Your company must consistently keep organized and up to date in order for your business to run. That's why we offer a Database and Programming Consulting Service that will:
    • Efficiently analyze and model your business data requirements.
      in order to map your data model to a relational database.
    • Optimize your system performance with physical database design.
    • Install and set-up your Oracle database.
    • Design and setup your database backup and recover based on your business needs.
    • Analyze your Oracle database performance and provide tuning recommendations.
    • Estimate your database size based on your current data requirement and estimated data growth.
    • Migrate your current relational database to Oracle RDBMS.
    • Design and setup your Oracle database administration activities.
    • Complete your project on time and according to your budgetary constraints. Plus, the finished product will far exceed your expectations. Guaranteed.
    Your success is important to us and that means your satisfaction is our number one concern.

    16. CMMS, Maximo, MP2 Consulting, Technology Concepts Group, Inc.
    Provides CMMS implementations, legacy integrations, database migrations, Flash programming web design, NT and Unix networking, training on oracle and SQL based systems.
    http://www.gotcg.net/
    writeDateLong(2); Simple CMMS Enhancements:
    Color-code your work orders with colored paper! By implementing this simple concept, you can make it easy for your staff to see at a glance the priority or work type of the work orders in their queue. It also makes sorting the completed work orders by type much more efficient when it comes time to file them historically or research them later. Welcome to Technology Concepts Group!
    If this is your first visit or a returning visitor, you can find the latest information about us here. Our site has a new look! Register
    (click image for demo site) Contact Us
    Leveraging decades of experience, TCG is the preeminant solutions provider for Computerized Maintenance Management Systems (CMMS). From hardware to software, TCG is the "one-stop-shop" for your Maintenance Automation needs. TCG boasts a highly talented team; available to provide your Company with the solutions required to succeed in a rapidly changing and competitive high-tech market.
    Please browse our

    17. Database Programming - Table Of Contents
    Environment VC5 SP3, NT4 SP3, oracle 7.3, oracle 8.0, oracle Lite 3.6. I wrotethis library some time ago when I began to use oracle database 7.3.
    http://www.codeguru.com/mfc_database/OciClasses1.shtml
    Shop for Software CodeGuru Sites Visual C++ / MFC / C++
    .NET (C# and more)

    Visual Basic

    Gamelan (Java)
    ...
    submission guidelines

    Interact Discussion Boards
    Newsletters (subscribe)

    Guestbook

    Recommend Us!

    Of Interest Books on .NET
    Book Reviews
    Newsletters (archived) About Us Article Sections C++ managed C++ string COM-based Technologies com+ shell programming Controls button control combobox edit control imagelist control ... treeview control Data database miscellaneous Frameworks directx gdi multimedia opengl ... network protocols Miscellaneous miscellaneous samples Visual Studio debugging editor tips Windows Programming ce clipboard dll help systems ... splitter internet.commerce Be a Commerce Partner Free Barter Account Free Search Traffic Submit Your Site ... Hacker's Secrets Compare products, prices, and stores at Hardware Central! Computers Desktops Mac PC Notebooks ... more Get the best price on Microsoft Visual Studio .NET Professional Edition or search for other development tools
    Oracle Call Interface Classes
    This article was contributed by Fabio Angelini Environment: VC5 SP3, NT4 SP3, Oracle 7.3, Oracle 8.0, Oracle Lite 3.6

    18. Prosar Inc. Home Page
    Consulting and programming for the Glovia ERP System, PRO IV DevelopmentNative and Superlayer, oracle database, UNIX and Windows operating systems. Custom web and graphic design.
    http://home.att.net/~pwproscia/index.html

    19. Database Programming - Table Of Contents
    I wanted some source code both to get started programming the OCI and perhapsto be able to quickly start accessing the oracle database without having to
    http://www.codeguru.com/mfc_database/Osql10.shtml
    Shop for Software CodeGuru Sites Visual C++ / MFC / C++
    .NET (C# and more)

    Visual Basic

    Gamelan (Java)
    ...
    submission guidelines

    Interact Discussion Boards
    Newsletters (subscribe)

    Guestbook

    Recommend Us!

    Of Interest Books on .NET
    Book Reviews
    Newsletters (archived) About Us Article Sections C++ managed C++ string COM-based Technologies com+ shell programming Controls button control combobox edit control imagelist control ... treeview control Data database miscellaneous Frameworks directx gdi multimedia opengl ... network protocols Miscellaneous miscellaneous samples Visual Studio debugging editor tips Windows Programming ce clipboard dll help systems ... splitter internet.commerce Be a Commerce Partner Build Flash Online MLM Leads Free Search Traffic ... Free Barter Account Compare products, prices, and stores at Hardware Central! Computers Desktops Mac PC Notebooks ... more Get the best price on Microsoft Visual Studio .NET Professional Edition or search for other development tools
    A Wrapper for the Oracle Call Interface
    This article was contributed by Ben Bryant Environment: Osql.exe is an SQL client that runs on Windows NT/95/98 with Oracle Net8. It is built using the COdb class which requires Oracle8 and can be added to any MFC project. This OCI wrapper class is in a single convenient .cpp/.h pair. The Osql project is in Visual C++ 6.0, and uses a statically linked MFC library available in the Enterprise version of Visual Studio 6.0.

    20. One Source Data
    Offers oracle database web hosting, ecommerce solutions, database programming and administration, and business web hosting.
    http://www.onesourcedata.com/

    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 1     1-20 of 107    1  | 2  | 3  | 4  | 5  | 6  | Next 20

    free hit counter