Random Image

Sponsored Links

'sql java' Search Result

Oracle 10g Database Application Developer’s Guide Fundamental

Content Inside: The Oracle Database Application Developer's Guide - Fundamentals describes basic application development features of Oracle Database 10g. Information in this guide applies to features that work the same on all supported platforms, and does not include system-specific information. Oracle Database Application Developer's Guide - Fundamentals is intended for programmers ...

Oracle 10g Database Java Developer’s Guide

Content Inside: This book has been written for the following audiences: Management—You may have purchased Oracle Database for reasons other than Java development within the database. Non-Java Developers—Oracle database programming consists of PL/SQL and other non-Java programming. For experienced PL/SQL developers who are not familiar with Java, a brief overview of ...

Hackproofing Oracle Application Server - Guide to Securing Oracle 9

Content Inside : Contents Introduction Oracle Architecture Oracle Apache PL/SQL Buffer Overflows Directory Traversal Administration OWA_UTIL package PL/SQL Authentication By-pass PL/SQL Cross-site scripting OracleJSP Translation Files JSP SQL Poisoning Globals.jsa Physical Path mapping XSQL XSQLConfig.xml Access XSQL SQL Poisoning XSQL Style Sheets SOAP SOAP Application Deployment SOAP Configuration File SAMPLES Dangerous ...

Oracle Email Application Developer’s Guide

Content Inside : The Oracle Email Application Developer’s Guide is intended for application designers and developers. It is assumed that you have some experience programming in PL/SQL. Chapter 1, "PL/SQL API Reference" This chapter contains the set of Oracle Email PL/SQL APIs that can be used to access and manage e-mail ...

Oracle8i JDBC Developer’s Guide and Reference

Content Inside : This manual assumes that you are an experienced programmer and that you understand Oracle databases, the SQL and Java programming languages, and the principles of JDBC. This book contain 8 chapters and one appendix, chapter 1 : This chapter provides an overview of the Oracle implementation of JDBC ...

Adobe Flex Data Management Services Tutorial for Java Developers

Content Inside : The Flex Data Management Services automate the process of synchronizing data between the client application and the middle-tier. The changes made to the data at the client-side are automatically sent to a service running in your application server. This service then passes the changes to your business layer ...

Oracle Tutorial Expert JDBC Programming

Content Inside : You can browse the javadoc API for these and other JDBC classes and interfaces at http://java.sun.com. In this chapter, we’ll focus on the Statement and PreparedStatement interfaces and their Oracle extensions. We’ll cover CallableStatement and its Oracle extensions in the next chapter. By the end of this chapter, ...

Advanced Oracle & Java

Content Inside : Introduction You have been introduced in the previous Oracle laboratory to the basics of JDBC. In the next sections, we will discuss two more advanced topics: how to run PL/SQL code from Java and conversely, how to run Java code from PL/SQL. The two issues we are going to ...

Oracle Database 10g: Advanced PL/SQL

Content Inside : In this course, students learn how to use the advanced features of PL/SQL in order to design and tune PL/SQL to interface with the database and other applications in the most efficient manner. Using advanced features of program design, packages, cursors, extended interface methods, and collections, students learn ...
Sponsored Links

Oracle 10g Database Java Developer’s Guide

Content Inside: This book has been written for the following audiences: Management—You may have purchased Oracle Database for reasons other than Java development within the database. Non-Java Developers—Oracle database programming consists

Advanced Oracle & Java

Content Inside : Introduction You have been introduced in the previous Oracle laboratory to the basics of JDBC. In the next sections, we will discuss two more advanced topics: how to

The GGZ Java Game Development Guide

content inside : Java games for GGZ are a very new but popular addition to the project. Right now, they are tightly integrated with the GGZ-Java core client, and not yet

Java Programming Guide - Quick Reference

Java Programming Guide - Quick Reference. Creating A Package: 1. Identify the hierarchy in which the .class files have to be organized. 2. Create a directory corresponding to every package, with names

Extreme Java Programming in the Real World

Most Java IDEs are integrated with JUnit. Read your IDE documentation to learn howto run tests directly within the IDE. See Recipe 4.3 to learn howto provide more descriptive error