Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re:problem with oracle and AT command

Re:problem with oracle and AT command

From: Vinay Joshi <vjoshi_at_pinnacle.co.uk>
Date: 1998/02/16
Message-ID: <717BDE76D864D011870F00A0C9283F1E130F43@exchange.pinnacle.co.uk>#1/1

You must make sure that the necessary environment variables like ORACLE_HOME etc are set properly within your scripts. See if that works..

> -----Original Message-----
> From: Cyril Caillaud [SMTP:planet_at_easynet.fr]
> Posted At: 16 February 1998 11:16
> Posted To: server
> Conversation: problem with oracle and AT command
> Subject: problem with oracle and AT command
>
> Hi
>
> I have a problem with Oracle and the AT schedule-command,
>
> I've created a batch with a few Oracle commands inside and it works
> great
> when I run it manually;
> however when I create a schedule to launch this batch, nothing
> happens.
>
> does anybody have an idea ?
>
>
> the batch file load data in the database and execute procedure.
>
> the batch file.
>
> >sqlldr73 xxx/yyy_at_zzz control=charge_clients.ctl
> >log=charge_clients.log
 

> >sqlldr73 xxx/yyy_at_zzz control=charge_produits.ctl
> >log=charge_produits.log
 

> >sqlplus xxx/yyy_at_zzz @essai.sql
>
> end batch file
>
>
> essai.sql file
>
> >execute import;
> >exit;
>
> end essai.sql
>
> Cyril Caillaud
> ----------------------------------------------------------
> Cyril Caillaud
> Netvalley cyril.caillaud_at_netvalley.fr
> http://www.netvalley.fr
>
>
>
Received on Mon Feb 16 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US