Hello all,
I'm new to Oracle and need to output all the records from an Oracle table to an ASCII file. The problem is I need to format the ASCII file in a certain way...
Each record has to start with the word BAND in uppercase letters then the first name field, last name field, address field, city field and so on.
Example of 2 records in the ASCII file:
BAND "Mary" "Smith" "123 ABC Street" "Acity"
BAND "John" "Smith" "234 VBD Street" "Bcity"
How can I achieve this? should this be in a .sql file? Please help!
Thanks in advance!
-Lory
I'm new to Oracle and need to output all the records from an Oracle table to an ASCII file. The problem is I need to format the ASCII file in a certain way...
Each record has to start with the word BAND in uppercase letters then the first name field, last name field, address field, city field and so on.
Example of 2 records in the ASCII file:
BAND "Mary" "Smith" "123 ABC Street" "Acity"
BAND "John" "Smith" "234 VBD Street" "Bcity"
How can I achieve this? should this be in a .sql file? Please help!
Thanks in advance!
-Lory