Archive for the ‘Stay Current’ Category

Oracle DBMS_SCHEDULER Part 2 – The API

In Part 1 of this series, I introduced you to the basic components and some information you need to know before using the scheduler. Today’s post will cover using the API to create some basic objects. I’ll show how to use SQL Developer to simplify some of these tasks.

Today’s post will cover creating programs and jobs.

Programs

As I said in my last scheduler post: it all starts with the program. A program is a PL/SQL procedure (can be packaged but not a function), PL/SQL block or external OS program.

You do not need to define a program if you don’t want to.

Click to continue reading “Oracle DBMS_SCHEDULER Part 2 – The API”

Read the rest of this entry »

OCFS – Oracle Cloud File System

OCFS? That sure sounds familiar! OFS, OCFS? Where have a I heard that before? Oh yeah, Oracle Cluster File System! So, now Oracle has a cloud file system? Cool!

OCFS is based on ASM Cluster File System (ACFS) and ASM Dynamic Volume Manager (ADVM). It looks like the marketing material also refers to OCFS as CloudFS. The idea is to use ASM functionality with 3rd party file systems to provide simplify management and improve utilization of storage systems. More importantly, and here is where the Cloud comes in, it provides elastic provisioning.

Click to continue reading “OCFS – Oracle Cloud File System”

Read the rest of this entry »

Oracle DBMS_SCHEDULER Part 1–The Basics

DBMS_SCHEDULER is Oracle’s full featured scheduling solution that runs inside the database. Think of it as a complete replacement for DBMS_JOB (which I do still use occasionally but am using less and less over time). DBMS_SCHEDULER has a lot of benefits over DBMS_JOB – ability to stop a job, ability to reuse code, ability to reuse schedules, ability to chain jobs into a job streams, etc.

This post is the first of a series of posts that I will be doing on DBMS_SCHEDULER. Actually I am doing a lot of Streams work again and it was kind of a toss up as to which tool I’d blog about first.

Click to continue reading “Oracle DBMS_SCHEDULER Part 1–The Basics”

Read the rest of this entry »

Catching Up – Email, PL/JSON, Oracle Open Source, ORA_Tweet on oracle.com

Hi all.

This post is just a catchup of what I have been doing recently.

I cleaned out my email inbox. I had 5000 unread emails. I have a problem that if I get an email that is not spam but is not critical, I put it aside “to read later”. Sometimes, I actually do go back and read them. More often, I never see it again. I would *LIKE* to respond to every email and blog post that I get. Unfortunately, I just don’t always have time. By the time I do have time, I have plenty of newer posts and emails.

Click to continue reading “Catching Up – Email, PL/JSON, Oracle Open Source, ORA_Tweet on oracle.com”

Read the rest of this entry »

Comment by abdullah ali on Learn PL/SQL: Procedures and Functions

Hello, I tried to answer, but I could not

first:

Write PL/SQL function to find the employee details .function must pass empid as a parameter?

second:

Write a PL/SQL Procedure to update the employee information by using employee ID?

thank you

!***! Entry Link: Learn PL/SQL: Procedures and Functions!***!

Click to continue reading “Comment by abdullah ali on Learn PL/SQL: Procedures and Functions”

Read the rest of this entry »

Comment by yoyo game on Learn Oracle: The Index

wow power leveling Grinding Guide

Some people consider grinding the fastest way to level in the wow power leveling, grinders will choose wow powerleveling a zone where the mobs are close to their world of warcraft power leveling (maybe a little higher) and they will just kill and <A href=”http://www.wow-p

Click to continue reading “Comment by yoyo game on Learn Oracle: The Index”

Read the rest of this entry »

Comment by surachart on Oracle 11g 64-Bit on Windows 7 Ultimate 64-Bit

thank you…

perhaps I should to find more time to test too.

surachart

http://surachart.blogspot.com

!***! Entry Link: Oracle 11g 64-Bit on Windows 7 Ultimate 64-Bit!***!

Click to continue reading “Comment by surachart on Oracle 11g 64-Bit on Windows 7 Ultimate 64-Bit”

Read the rest of this entry »

Comment by “Nuwan Millawitiya” on Oracle Collections: A Definition in Plain English Part 1

Nice Article. It was very helpful to understand the concept of ‘Associative Array’ and how should we code using associative arrays.

Thanks.

!***! Entry Link:http://it.toolbox.com/blogs/oracle-guide/oracle-collections-a-definition-in-plain-english-part-1-5924!***!

Click to continue reading “Comment by “Nuwan Millawitiya” on Oracle Collections: A Definition in Plain English Part 1″

Read the rest of this entry »

Oracle 11g 64-Bit on Windows 7 Ultimate 64-Bit

An Expert’s Guide to Oracle Technology

Microsoft, after having some server issues on Friday, finally got things fixed on Saturday. I was able to get the Windows 7 ISO downloaded and burned to a DVD. I installed it this morning and started playing with it. This ISO is good until Aug 1, 2009.

I loaded it on my HP laptop: 4GB ram, 250GB hard drive, dual core 64 bit CPU and nvidia GPU. I upgraded my existing 64 bit vista ultimate insta

Click to continue reading “Oracle 11g 64-Bit on Windows 7 Ultimate 64-Bit”

Read the rest of this entry »

Comment by LewisC on Learn PL/SQL: Procedures and Functions

Lin,

That’s a topic I have been meaning to do for quite a while. I think I may spend some time on that in the next couple of weeks.

Thanks,

LewisC

!***! Entry Link: Learn PL/SQL: Procedures and Functions!***!

Click to continue reading “Comment by LewisC on Learn PL/SQL: Procedures and Functions”

Read the rest of this entry »

Comment by lin on Learn PL/SQL: Procedures and Functions

can you pls discuss procedure vs package?Thank you

!***! Entry Link:http://it.toolbox.com/blogs/oracle-guide/learn-plsql-procedures-and-functions-13030!***!

Click to continue reading “Comment by lin on Learn PL/SQL: Procedures and Functions”

Read the rest of this entry »

Comment by hussein on Oracle 11g on Windows

my problem is

after installing oracle11g software only advanced

so i want to connect i could not so what i have to do to connect to oracle inoder to manualy create a database

thank you

!***! Entry Link:http://it.toolbox.com/blogs/oracle-guide/oracle-11g-on-windows-19948!***!

Click to continue reading “Comment by hussein on Oracle 11g on Windows”

Read the rest of this entry »

Comment by rajendersingh on Oracle 11g on Windows

Hi Lewis,

Are you now able to create sample database with DBCA in Microsoft virtual machine.

I am trying and facing same problem as yours.

Any Solution?

Thanks & Regards,

Raj

!***! Entry Link: Oracle 11g on Windows!***!

Click to continue reading “Comment by rajendersingh on Oracle 11g on Windows”

Read the rest of this entry »

XML in the Database: A Brief Overview

Oracle provides a lot of XML functionality in the database. This entry will cover the different tools Oracle provides and future entries will get into the details of each.

The three primary XML tools that oracle provides are: XML Developers Kit (XDK), XML DB and SQL Extensions for XML (SQLX and XMLType). Below is a definition of each.

XDK

The XDK is a complete XML development toolkit that was introduced for 8i. I think the first version was labeled XDK9i but the toolkit actually was available for 8i. I remember using the beta product.

Click to continue reading “XML in the Database: A Brief Overview”

Read the rest of this entry »

Advanced Bash-Scripting Guide – Thought of the day, April 1, 2005

I’m going to start a new daily entry in addition to my other entries. I’ll call it the Thought of the Day. It will be an interesting link or thought or joke or just something I read somewhere. It will usually pertain, somehow, to Oracle but like today it might not.

Today’s thought is a link to the best Bash Shell Script guide I’ve ever seen. It’s a reference and a tutorial. I’m no Linux guru and certainly no scritping guru but I really like this guide.

Advanced Bash-Scripting Guide

Thanks,

Lewis