function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rakeshrockb123rakeshrockb123 

Dataloader versus Lexiloader

Hi All,

I'm trying to import salesforce records directly into Oracle database table.

When i use

class="com.salesforce.dataloader.dao.database.DatabaseConfig" inside database-conf.xml, i'm recieving 

Cannot Create Poolable Connection Factory <IO Exception:

Network adaptor could not establish the connection error. 

 

But when i use

class="com.salesforce.lexiloader.dao.database.DatabaseConfig" inside database-conf.xml, i'm recieving

class doesn't exist.

 

Do i need to install lexiloader.jar file? .

Best Answer chosen by Admin (Salesforce Developers) 
rakeshrockb123rakeshrockb123

Opps...Sorry my mistake..I used wrong hostname for database..