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.

creating a job in oracle db 8.1.7.4.0

This is a discussion on creating a job in oracle db 8.1.7.4.0 within the Database General forums, part of the Databases category; can somebody help me with a script that generates a job in the database. i have written the following script and it gives errors. dbms_scheduler.create_job ('INSERT_INTO_TABLE', 'PLSQL_BLOCK', 'HELLO THERE', ' ...

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

Database General Database common Questions

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-05-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
creating a job in oracle db 8.1.7.4.0

can somebody help me with a script that generates a job in the database.

i have written the following script and it gives errors.

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');
/
Reply With Quote
Sponsored Links
Reply

  Geeks Talk > Databases > Database General

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
Without creating postback to the server chowsys ASP.NET 5 03-11-2009 06:32 AM
Creating Transparent Image gansmore PHP 0 04-04-2007 03:47 AM
Creating a Welcome Cookie. Subashini.Ramasamy ASP.NET 1 03-28-2007 08:00 AM
Creating in picklist in Siebel Geek_Guest Seibel 0 03-01-2007 09:40 PM
Points for creating C Compiler norman C and C++ 0 07-16-2006 12:09 PM


All times are GMT -4. The time now is 04:58 PM.


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