I have an oracle database with a bunch of data that i need to migrate to a noSQL enviroment(i'm using MongoDB). Is there any tool to do that?
WiredPrairie is right. You can definitely write a tool to export your Oracle data straight to Mongo, but that is unwise.
Your Oracle data is most likely normalized and Mongo deals with denormalized data.
I know MongoVUE can import data from a relational database (http://www.mongovue.com/), but again, a straight import would be a headache.
Some steps for moving from one to the other: