Skip navigation
911 Views 8 Replies Latest reply: Apr 27, 2010 3:02 AM by Paul Froggatt RSS
Gary Rookie 90 posts since
Feb 26, 2008
Currently Being Moderated

Oct 20, 2009 9:46 AM

External Table with C-Cedilla Delimiter (Ç)

I'm using an HP-UX client and trying to create an external table over a file with a C-Cedilla delimiter and I'm having problems.

 

I can't type that character on the keyboard, so I've extracted it from the first record in the file and managed to get something in my definition that says :

 

DELIMITER 'Ç'

 

and I get 'Error : delimiter must be one character long'

 

I managed to get an NZLOAD working in this way, but it doesn't seem to work for external tables.

 

Is there anyway I can specify an ASCII value in the table definition? and if so what is the ascii value for this character (I think it is 199 but I'm not sure)

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points