GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Abinitio

 Print  |  
Question:  Can anyone please explain the difference between .dbc file and .cfg file with example?



September 09, 2006 04:25:07 #1
 Faiz   Member Since: Visitor    Total Comments: N/A 

RE: Can anyone please explain the difference between ....
 

.cfg file contains :

  • The name of the remote machine
  • The username/pwd to be used while connecting to the db.
  • The location of the operating system on the remote machine.
  • The connection method.

      And .dbc file contains the information:

  •       The database name
  •       Database Nodes
  •       Database version
  •       Userid/pwd
     

 

Back To Question