|
Solution Search:
Most Popular
|
Related Expert Advice
Using JDBC to access a DB2 database
I'm trying to use JDBC to access a DB2 database from within Oracle using Java Stored Procedures. My question is can I use a type 2 (fat) JDBC driver from within the Oracle database? Do I have to use the type 3 (thin) JDBC...
More...
Jan 29, 2003
Error using JDBC to query local database
was an error doing the query: java.sql.SQLException: ORA-06401: NETCMN: invalid driver designator Before I ran this .jsp, I set JDBC connect string as jdbc:oracle:oci8:@localhost:1521:orcl Could you guide me to the solution for this?
Instead of 'oci8' in your connection string, try "thin". That should solve your problem. For More... More... Oct 23, 2002
Calling a PL/SQL procedure or function from a Java program
program, returning error code, messages and answer?
Yes, you can make any database call from a Java program. You'll need to use JDBC to connect your Java program to the database. The Oracle 9i JDBC Developer's Guide and Reference gives you tons of information on using Java and JDBC. In particular, the section titled Stored... More... May 20, 2003
Related Solution Center
The relational data model
Here you'll find an introduction to the relational model with reference to the Oracle proprietary Relational Database Management System (RDBMS...
More...
Jun 25, 2003
Relational model
The relational model has never been fully implemented, but it still provides the basis for most modern database technology. This article describes the relational model and its advantages and...
More...
Jun 17, 2003
Introduction to relational databases
An excellent primer on relational databases, this article describes Codd's 12 rules, database design, keys and normalization...
More...
Jun 17, 2003
|