Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Create PL/SQL job Block in database

This is a discussion on Create PL/SQL job Block in database within the Oracle forums, part of the Databases category; I am trying to create a job in the database. i have written this code and it is giving me an error when i run it. dbms_scheduler.create_job ('INSERT_INTO_TABLE', 'PLSQL_BLOCK', 'HELLO ...

Go Back   Geeks Talk > Databases > Oracle
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-10-2007
Junior Member
 
Join Date: Apr 2007
Location: Botswana
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
tumieen is on a distinguished road
Create PL/SQL job Block in database

I am trying to create a job in the database. i have written this code and it is giving me an error when i run it.

dbms_scheduler.create_job
('INSERT_INTO_TABLE',
'PLSQL_BLOCK',
'HELLO THERE',
' ',
trunc(sysdate),
'FREQ=DAILY; BYHOUR=16; BYMINUTE=45',
' ',
'DEFAULT_JOB_CLASS',
true,
false,
'testing');
/

Can somebody help me with the code
Reply With Quote
Sponsored Links
Reply

  Geeks Talk > Databases > Oracle

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
BLOCKQTY and DEFINE BLOCK FOR OTHER USERS krishe53 SAP R/3 0 04-03-2007 11:16 AM
Database Error: Failed to connect to database srivenu Data Warehousing 0 04-01-2007 05:08 AM
Must I create variable when I create scenario? haiintel LoadRunner 2 03-27-2007 11:42 PM
How to Block messages in UNIX nancyphilips Unix/Linux 1 09-24-2006 04:56 AM
Fight Against Writer's Block Lokesh M Personality Development 0 07-04-2006 08:21 PM


All times are GMT -4. The time now is 10:35 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved