Where can I download the source ddl and data generator to create and populate a star schema together with test queries?
tpc-h is normalized and tpc-ds is not yet released.
Would like to generate/populate about 1Tb
Happily creating/using Oracle External Tables
Trouble starts when Setting the Access Parameters, specifically Fields Terminated X'2c'
The STRING specification of the terminator works for "," and for ',' but rejects the hexadecimal notation X'2c'
I've standardized on X'b8' for my...
From Unix Korn shell script creating and Oracle External Table. The unix file name is typically provided via the LOCATION('myfile.txt'). My script has the problem that oracle rejects it as LOCATION(myfile.txt). I need to preserve the quotes around the filename.
The MYSQLCMD below would work...
cut -f 2 -d "," myfile.txt works great to cut the second column from a comma delimited text file.
What would the syntax be for specifying a delimiter with the value x"b8"
cut -f 2 -d x"b8" myfile.txt produces
cut: "invalid delimiter"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.