I have an XML file in a CLOB column, which is present in an Oracle table. I would like to export the XML file into LINUX landing directory which will be done through Informatica. Can you help me out in how to do this. Please share your thoughts.Thank you.
2 Answers
Use SQL Developer ( I used version 3.2.20.09 )
http:/WWW.Oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
Select Export from the right hand context menu
- Select the Export Data checkbox
- Select Loader from the Format dropdown
- Select Separate Files from the Save as dropdown
- Enter the name of a directory
- Click Next
- Click Finish
It exports the data to separate files but at least it's in clear text.
Comments
Is the file stored in cleartext in one of the fiels i.e. not binary or something?
If so then pick the field up in your source qualifier and parse it to a flat file made up of one port e.g. file_in .
If not, could you elaborate the error you are receiving in your current job and describe how the job works?