• Welcome
  • Back
  • Services
    • Services
    • Back
    • Sign up
    • RSS
    • Login
    • Last Posts
    • Contact us
  • Channels
    • Channels
    • Back
    • Java
    • Front-end web
    • Mobile
    • Database
    • PHP
  • Courses
    • Courses
    • Back
    • Front-end
    • Mobile
    • Database
    • All courses
  • Publish your Post
MrBool - Free Online Courses for Software Developers MrBool
Login
Login with facebook
login Sign up Forgot my password
MrBool Search
Google Search

Search results

08/29/2014 Video tutorial
Database Links - Oracle PL SQL Course - Lesson 40
This video discuss the details demanded to setup the environment to establish a remote connect to a database server, which can be another Oracle instance or any other database that has an ODBC driver.
08/25/2014 Video tutorial
The SQL*Loader - Oracle PL SQL Course - Lesson 39
Importing files with textual data in CSV format into the Oracle is performed by utility called SQL*Loader. This video shows how to work with these files using the import control files of SQL*Loader by using examples.
07/30/2014 Video tutorial
Importing and exporting data - Oracle PL SQL Course - Lesson 38
Oracle has many tools and utilities to perform the import and export data into and from a database. This video shows how to use the IMP and EXP command line utilities to import and export, respectively, data to and from Oracle tables.
07/28/2014 Video tutorial
Schedule Task: Job Mechanism - Oracle PL SQL Course - Lesson 37
This video explains how to create a job in Oracle to be executed once using the procedures and functions of the DBMS_JOB package.
07/23/2014 Video tutorial
User access - Oracle PL SQL Course - Lesson 36
This video explains the authorization aspects of Oracle by describing the privilege and access management for system privileges and object privileges.
06/04/2014 Video tutorial
Managing dependencies - Oracle PL SQL Course - Lesson 35
This video explain the scenarios and situations where object dependency is an issue in Oracle and provide some examples that show how an object can be invalid because of a broken chain on dependency.
06/02/2014 Video tutorial
Working with binary data - Oracle PL SQL Course - Lesson 34
This video discuss some aspects regarding the storage of binary files inside and outside (on the file system) Oracle.
06/01/2014 Video tutorial
Oracle Automatic Workload Repository (AWR) - Oracle PL SQL Course - Lesson 33
This video shows how to enable the AWR, create a new snapshot and generate a report based on an initial and final snapshot.
05/28/2014 Video tutorial
The Oracle FlashBack - Oracle PL SQL Course - Lesson 32
In this lesson we can see how to enable and work with the Oracle Flashback to look on a past state of the database.
05/26/2014 Video tutorial
Table Statistics - Oracle PL SQL Course - Lesson 31
This video explain how are statistics and histograms and how why they are important. The examples show how to gather the statistics using the ANALYZE command and check the blocks size allocation in the DBA_TABLES and the DBA_INDEXES views.
05/20/2014 Video tutorial
SQL Trace, TKPROF and Autotrace - Oracle PL SQL Course - Lesson 30
This video explains how to capture a simple trace in order to analyze the execution plan and other statistics from the SQL statements sent to Oracle.
05/15/2014 Video tutorial
The SQL execution plan - Oracle PL SQL Course - Lesson 29
This video explains the details of the execution plan and shows how to generate an execution plan for a SQL statement.
05/14/2014 Video tutorial
Triggers - Oracle PL SQL Course - Lesson 28
This video explain the trigger concept and show the details of timming, event, type, when clause, firing sequence, :NEW and :OLD qualifiers, and the internal DELETING, INSERTING and UPDATING variables.
05/08/2014 Video tutorial
Dynamic SQL and System Packages - Oracle PL SQL Course - Lesson 27
This video shows how to create and run dynamic SQL statements using the EXECUTE IMMEDIATE command with its options to assign variables and store the ResultSet.
05/02/2014 Video tutorial
Packages - Oracle PL SQL Course - Lesson 26
This video shows how to organize the objects inside packages by describing and showing how to create package specifications and package bodies.
05/02/2014 Video tutorial
Managing subprograms - Oracle PL SQL Course - Lesson 25
This video shows how to visualize the source code of subprograms by visualizing the content of the USER_OBJECTS and USER_SOURCE views.
04/29/2014 Video tutorial
Creating Functions - Oracle PL SQL Course - Lesson 24
This video will discuss the details about the creation of functions in Oracle: the differences from procedures, the type of return values, what can and cannot be inside a function, the parameters types and how to execute the functions.
04/29/2014 Video tutorial
Creating procedures - Oracle PL SQL Course - Lesson 23
This video discuss about the following advantages of procedures in Oracle: modularity, reusability, extensibility, maintainability, data security, integrity, improved performance and code clarity.
03/31/2014 Video tutorial
Handling exceptions - Oracle PL SQL Course - Lesson 22
This video discusses how to proper handle the messages generated by Oracle when an error happens inside PL/SQL block by using the EXCEPTION clause.
03/31/2014 Video tutorial
Working with Cursors- Oracle PL SQL Course - Lesson 21
This video shows how to create, open, manipulate and close implicit and explicit cursor inside a PL/SQL block to perform row-based operations.
03/28/2014 Video tutorial
Working with composite DataTypes - Oracle PL SQL Course - Lesson 20
This video explains how to use the TYPE command to create records that store multiple fields.
03/27/2014 Video tutorial
Control Structures - Oracle PL SQL Course - Lesson 19
This video shows how to use the IF, ELSE, ELSEIF, CASE, LOOP, WHILE and FOR statements inside a PL/SQL block by explaining the purpose, the syntax and how these commands can be used in very simple examples.
12/26/2013 Video tutorial
Interacting with the Oracle Server - Oracle PL SQL Course - Lesson 18
This video shows how to use the SELECT, INSERT, UPDATE and DELETE statement commands inside a PL/SQL and focus on the two main requirements for a SELECT statement inside a PL/SQL block.
12/23/2013 Video tutorial
Writing Executable Instructions - Oracle PL SQL Course - Lesson 17
This video shows how to work with syntax elements of the PL/SQL language inside a block, including delimiters, compound sysmbols, identifiers, comments and nested blocks.
12/23/2013 Video tutorial
Declaring Variables - Oracle PL SQL Course - Lesson 16
This video explains the concept and components of a PL/SQL and focus on how to work with normal variables created in the DECLARE session. You can also see the two other types of variables that can be used only SQLPlus: host and bind variables.
11/29/2013 Video tutorial
Working with sequences, indexes and synonyms- Oracle PL SQL Course - Lesson 15
The Oracle database contain many important objects that best be known by a PL/SQL Developer. This video explains and demonstrates how to work with sequences, indexes and synonyms.
11/12/2013 Video tutorial
PLSQL Views - Oracle PL SQL Course - Lesson 14
This video will explains how views can be used and how to create them, which are the basic usage scenario and how to work with views in PLSQL.
10/31/2013 Video tutorial
Working with Constraints - Oracle PL SQL Course - Lesson 13
This video explains the 5 basic constraints types that can be used on tables: NULL, UNIQUE, PRIMARY KEY, FOREIGN KEY and CHECK constraints.
10/31/2013 Video tutorial
Creating and Managing Tables - Oracle PL SQL Course - Lesson 12
This video explains the CREATE OR REPLACE command to create tables and its columns
10/30/2013 Video tutorial
Modeling and relationships - Oracle PL SQL Course - Lesson 11
This video explain the basics of conceptual, logical and physical database modeling based on the sample HR database schema provided by Oracle.
  •  1 
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • next ►
  • order by:
  • + Relevant
  • + Recent
  • by kind:
  • All
  • Articles
  • Video tutorials
  • Online Courses
  • by channel:
  • All
  • .net
  • Java
  • SQL
  • Delphi
  • webDeveloper
Mr.Bool - Java, .Net, Database, Scripting and Delphi courses
Contact us|Publish your post
MrBool - Place for software developers
MrBool.com
Copyright 2016 - all rights reserved to www.web-03.net