|
Solution Search:
Most Popular
|
Related Expert Advice
Trying to call SAP BAPI from Oracle Forms
I am trying to call SAP BAPI from Oracle Forms 5.0 PL/SQL using BAPI Activex control. I wrote the following code. Start of code DECLARE v_args OLE2.LIST_TYPE; vBAPICtrl SAPBAPIControlLib_CONSTANTS.SAPBAPIControl; v...
More...
Mar 16, 2004
Triggers vs. stored procedures in Oracle Forms
In regards to triggers vs. stored procedures, does this apply to Oracle Forms deployed over the Web as well? Yes. Remember, both of these objects (triggers and stored procedures) reside in the database; the client that...
More...
Jan 22, 2006
Oracle 7.0 vs. higher Oracle versions
What are the main differences between Oracle 7.0 and other versions higher than 7.0? Too many to list. Check the Oracle database documentation for Oracle 9i
and check out the New Features guide there. That will help you understand
some of the...
More...
Apr 25, 2005
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
|