[Fwd: backup problem]

2003-09-16 Thread LeRoy Kemnitz
Woop! Dumb question. Never mind. Original Message Date: Tue, 16 Sep 2003 12:02:54 -0500 To: ORACLE-L ORACLE-L [EMAIL PROTECTED] All - I am implementing RMAN on my unix boxes. The dbs are already in archivelog mode for about a year. The system admin was backing up the

Re: Fwd: A problem

2001-11-22 Thread Dias Costa
Hi ! May be this will help you (I hope). This solution is for Windows (X) but with some work it will do also in UNIX. A procedure called BackupOSC is created by the DBA in his schema. A job is created with at command, invoking the batch command file backup_OSC.cmd wich in turn calls

Re: Fwd: A problem

2001-11-21 Thread Dias Costa
Hi ! May be this will help you (I hope). This solution is for Windows (X) but with some work it will do also in UNIX. A procedure called BackupOSC is created by the DBA in his schema. A job is created with at command, invoking the batch command file backup_OSC.cmd wich in turn calls

Re: Fwd: A problem

2001-11-21 Thread Scott Shafer
Try sumthin' like: EDATE=$(date +%C%y%m%d) FILENAME=name${EDATE}.dmp exp / file=${FILENAME} ... Do a 'man date' to see the different formatting options. HTH, Scott Shafer San Antonio, TX Jared Still wrote: -- Forwarded Message -- Date: Wed, 21 Nov 2001

Fwd: A problem

2001-11-21 Thread Jared Still
-- Forwarded Message -- Date: Wed, 21 Nov 2001 15:34:27 +0100 I have created a job to export a user shema How can I tell Oracle each time it make the export to use lets say namedate.dmp I mean for example if today is 21.11.2001 the exported file whoud have name21112001.dmp

RE: Fwd: Extproc problem...

2001-11-19 Thread Khedr, Waleed
Try: ld -m /data1/dev/uexit/test/extproc.so -Original Message- Sent: Sunday, November 18, 2001 10:45 PM To: Multiple recipients of list ORACLE-L Hi, Pl use the equivalent of DLL walker of NT in Unix to find the exact name of the shared object that you have created. The shared object

Re: Fwd: Extproc problem...

2001-11-19 Thread Stephane Faroult
Khedr, Waleed wrote: Try: ld -m /data1/dev/uexit/test/extproc.so -Original Message- Sent: Sunday, November 18, 2001 10:45 PM To: Multiple recipients of list ORACLE-L Hi, Pl use the equivalent of DLL walker of NT in Unix to find the exact name of the shared object that you

Fwd: Extproc problem...

2001-11-18 Thread Jared Still
-- Forwarded Message -- Date: Sun, 18 Nov 2001 22:47:09 - To: 'Jared Still' [EMAIL PROTECTED] Hi Jared, I am sure you can help me on this. I am encountering problems to run an O/S command from a stored procedure/procedure. The error log is as follows... SQLcreate