You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sql-to-nosql-importer-discuss
Just what I needed for pumping my data from Oracle to MongoDb.
However to get it to work I had to do the following:
1. in run.sh it says java com.echidna.sqltomongo.SQLToMongoImporter,
this I changed to java -Xmx128m -Xms128m -XX:
+HeapDumpOnOutOfMemoryError net.sathis.export.sql.SQLToNoSQLImporter
as seen in run.bat
2. in import.properties I had to change mongo.host to mongo.url
But with those fixes it worked as a charm.
Thx,
Karsten
sathis kumar
unread,
Mar 30, 2012, 1:11:06 AM3/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sql-to-nosql-i...@googlegroups.com
Thanks kvileid.I will include those changes in the next version.Looks like i didn't update all the files properly.