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: export problem

Re: export problem

From: andrew_webby at hotmail <spam_at_no.thanks.com>
Date: Tue, 12 Jun 2001 11:21:06 +0100
Message-ID: <992341318.27063.0.nnrp-08.c30bdde2@news.demon.co.uk>

Anything you run under AT runs as the local NT system account by default. You should find the 'su' utility to run as a different user, or (easier) grant SYSTEM full access to c:\ drive (don't do all subfolders or you'll overwrite all security settings on the way down. But *do* also set the permissions for the particular subfolder you export into).

"Solo" <bsddd_at_hotmail.com> wrote in message news:9g4e5v$247l$1_at_as201.hinet.hr...
> Hello all;
>
> I have problem making a full export from my Oracle 7.3.4 database on WinNT
> 40.SP6a.
> I made a small bat file/procedure with export parametars. When I click on
> that batch icon everything works fine, export file being created without
 any
> problems.
>
> Now I want that bat to scheduled to automatically starts sometimes in the
> night hours.
> For that I use "AT" command ex: (at 01:00am /every:M,T,W C:\exp.bat).
> In the morning I found message :
>
> exp-00028 :failed to open (drive:\file.dmp) for write
> exp-00222:
> System error message 13
> System error message: Permision denied
>
> I was lookong for that in Oracle documentation and it says that is
> something with system access permissions.
>
> But I dont understand how when I manually start bat procedure it works
 just
> fine??
>
> Anybody has any idea?
>
> Thank you !
>
>
>
Received on Tue Jun 12 2001 - 05:21:06 CDT

Original text of this message

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