GeekArticles
FAQ
Oracle FAQdml single insert/select or bulk collect/forall
Author: asktom.oracle.com |
Published: 9th Apr 2008 |
Visited: 58 times |
Add CommentFiled in: Oracle FAQTom,
i am currently designing a new database 10g Rel2 and would appreciate your advice on the following
Which method would you advise for the following business process
OPTION 1
########
DECLARE
CURSOR c1 IS
SELECT ..............
Read Article Sponsored Links
Related Articles
• RESTRICT USERS TO INSERT/UPDATE DATA EXCEPT THEIR PRIVILIEGES DEAR TOM
i learn a lot from this platform as a new dba
i have a situation here. i did't write code/script here because i havn't any idea that how i ask from you? i have tried to convey my..
i have a database of almost 60 tables. application d ...
• ODP.NET - Retrieving a Single Row of Information Using OracleDataAdapter ODP.NET - Retrieving a Single Row of Information Using OracleDataAdapter
In the previous example, we worked with a set of rows in the DataTable object. Now, we shall work with a particular row using the DataTable object. The following code accepts an employee number from the user and gives you the. ...
• ODP.NET - Populating a Dataset with a Single Data Table ODP.NET - Populating a Dataset with a Single Data Table
A dataset is simply a group of data tables. These data tables can be identified with their own unique names within a dataset. You can also add relations between data tables available in a dataset.
Visit http://www.exforsys.com to read complete ...