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 -> Help: RMAN can not see virtual drive

Help: RMAN can not see virtual drive

From: joe bayer <joebayerii(nospam)_at_hotmail.com>
Date: Wed, 02 Nov 2005 03:12:11 GMT
Message-ID: <f8W9f.2780$Ul3.552@trndny07>


Iam using ORACLE 9206 on Windows 2000.

I created a virtual drive E by subst command. I can cd to E drive and dir w/o problme. Unfortunately, RMAN can not see it while I am testing. E:> rman target=sys/xxxxxx
RMAN> sql "alter database backup controlfile to trace as ''e:\test.sql''"; sql statement: alter database backup controlfile to trace as ''e:\test.sql''

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of sql command on default channel at 11/01/2005 14:48:40 RMAN-11003: failure during parse/execution of SQL statement: alter database back
up controlfile to trace as 'e:\test.sql'
ORA-01278: error creating file 'E:\TEST.SQL'
ORA-27300: OS system dependent operation:open failed failed with status: 2
ORA-27301: OS failure message: The system cannot find the file specified.
ORA-27302: failure occurred at: SlfFopen1

Can anybody help me out?

Thanks Received on Tue Nov 01 2005 - 21:12:11 CST

Original text of this message

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