PL/SQL is Oracle's Procedural Language extension to SQL. PL/SQL's language syntax, structure and data types are similar to that of ADA. The PL/SQL language includes object oriented programming techniques such as encapsulation, function overloading, information hiding (all but inheritance). PL/SQL is commonly used to write data-centric programs to manipulate data in an Oracle database.
- 1 Kunder som kunne bruge dette svar
Relaterede artikler
Can one read/write files from PL/SQL?
Please contact revion.com first, so we can enter directory into oracle config....
How do I send e-mail messages from PL/SQL?
Please follow this greate example: below: (http://www.orafaq.com/scripts/plsql/smtp.txt) rem...
In order to use your hosting servie I would need to be able to automate the daily import of data. What options are available for loading data into the database? Can we use: sql loader? the Oracle import (imp) utility? external tables?
You can use sql loader, import or data pump utility.
How to resolve: ORA-29248: an unrecognized WRL was used to open a wallet
When using Wallet for paypal or Google checkout the following error may occur: ORA-29248: an...
Send mail with UTL_MAIL
How to send mail with with UTL_MAIL 1. first you need to contact us to get acl opened. Please...