Indicators Today: 5 Days: 15 Days: |
|
|
|
|---|
A collection of 26 FAQs on PL/SQL managing our own procedures. It can also be used as learning tutorials on creating procedures and functions, executing and dropping procedures, passing actual parameters to formal parameters, making optional parameters.
| | Hits:0 Rate: 0.0(out of 5) Vote:0 Submit Date :2008-04-26 Rate It | Error | Review |
|
|
|---|
A sample DB2 backup script on Linux
the goal of this scripts is to :
* Quiesce database (close)
* Backup your data
* UnQuiesce database (open)
* Zip backup file
* Clean/Delete old backup rows in DB2 catalogue
* Delete old backup files
| | Hits:4 Rate: 0.0(out of 5) Vote:0 Submit Date :2008-04-19 Rate It | Error | Review |
|
|
|---|
A database is nothing more than a program to store useful bits of information such as names, addresses, and phone numbers, or inventory part numbers, shipping dates, customer codes, and any other type of information that you think is worth storing.
| | Hits:43 Rate: 0.0(out of 5) Vote:0 Submit Date :2008-01-08 Rate It | Error | Review |
|
|
|---|
Access is the Microsoft database-management program, part of the Microsoft Office suite, that enables you to maintain databases - collections of data arranged according to a fixed structure.
| | Hits:109 Rate: 0.0(out of 5) Vote:0 Submit Date :2008-01-08 Rate It | Error | Review |
|
|
|---|
A quick reference guide of commonly used functions and commands in Oracle SQL that I find myself constantly referring to. A very useful resource which is regularly updated.
| | Hits:170 Rate: 5.0(out of 5) Vote:1 Submit Date :2007-12-24 Rate It | Error | Review |
|
|
|---|
JDBC overview thin driver OCI driver connecting to Oracle a generic database access class insert, update and select examples exercises.
| | Hits:79 Rate: 0.0(out of 5) Vote:0 Submit Date :2007-11-18 Rate It | Error | Review |
|
|
|---|
Oracle's Data dictionary meta-data system & object privileges dictionary structure user tables all tables dba tables v$ tables frequently used tables usage examples exercises using the dictionary in PL/SQL programs optional exercise.
| | Hits:115 Rate: 0.0(out of 5) Vote:0 Submit Date :2007-11-18 Rate It | Error | Review |
|
|
|---|
Binary large objects Java stored procedures call specifications triggers.
| | Hits:10 Rate: 0.0(out of 5) Vote:0 Submit Date :2007-11-12 Rate It | Error | Review |
|
|
|---|
SQL*Plus schemata data types Oracle SQL DML & SQL DDL examples editing commands using external files the dual pseudo-table introduction to transactions optional exercise references.
| | Hits:65 Rate: 0.0(out of 5) Vote:0 Submit Date :2007-11-12 Rate It | Error | Review |
|
|
|---|
Need for PL/SQL declarative vs. procedural anonymous blocks debugging a first program code compilation code execution procedures & functions PL/SQL in SQL SQL in PL/SQL cursors & loops operators & built-in functions reference tables.
| | Hits:18 Rate: 0.0(out of 5) Vote:0 Submit Date :2007-11-12 Rate It | Error | Review |
|