UPDATE: I have got my answer. Thanks to Pascal
Using data type CLOB solves the problem for upto size 2GB (in some cases more). For now, that's all I needed.
However, below remains my problem for which I opened this thread:
Hello there,
I am trying to store some genome sequences of plants into my local server for research.
I retrieve them from NCBI collection.
I have been able to convert the FASTA files into CSV and attempted to load onto the table.
Reasonably, I am not able to import because of the field size limit.
But, I hope there is some way to store this.
Could anyone please guide me finding the solution?
My system is CENTOS 6.2, ORACLE 11gR2 enterprise edition.
-thanks
Update:
We are a group of researchers working with such genome data. Our intention is to store sequence in our local server and make it available to team members.
We were previously working with flat fasta files but it seems time consuming, since we have to go through the filing system. Rather we would be happy to have our scripts talk to Oracle and get sequences as and when required.
Please some one, if you have answers help me!
Why are you trying to convert fastas to CSV and load them in a database? Why not work directly with the fasta files? Please edit the question to provide more information on what you're trying to do, or we'll close it up as unanswerable.
well Mr. Miller, I don't know of any way to import sequence files into oracle without converting into csv. i am adding more info on it.