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 -> Control Chars in Filename

Control Chars in Filename

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Thu, 31 Oct 2002 09:03:31 +0200
Message-ID: <apqkm2$2dl$1@ctb-nnrp2.saix.net>


Ran into a very interesting problem yesterday. Had to do an offline drop of a datafile. Only, when this datafile was created, there must have been finger trouble via the telnet session that was used to do the add datafile.

V$DATAFILE showed the filename. Used that name. Oracle said the datafilename is unknown. Alert log showed the filename as having a control character, e.g. ..../^[[2~filename.dbf (showed up as .../filename.dbf in the V$ table).

How do you drop the datafile?

After some minutes of fruitless attempts, asked a Unix guy and he showed how. Thought that this is the type of info one needs to file under 'never forget'.

Create a sh script in vi and do the drop file statement there. Type the filename as it appears and use vi to create the contol chars. Press CTRL-V in vi. Keep CTRL down and enter the control char, e.g. CTRL-V [ for the ^[[ bit.

--
Billy
Received on Thu Oct 31 2002 - 01:03:31 CST

Original text of this message

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