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  >  Tech FAQs  >  Data Warehousing

 Print  |  
Question:  Parameter file in mapping

Answer: How to create parameter file and how to use in a mapping and workflow? Explaon with eg


July 07, 2008 04:34:23 #1
 ARUL_P Oracle Expert  Member Since: July 2007    Total Comments: 1 

RE: Parameter file in mapping
 
Hi,
When a session starts to run, it checks for the database connectivity in the session properties. Alternatively, this details are stored in a Parameter file(a text file) and is stored in a particular place and called by the session(where the path of the parameter file is specified to call) for database schema details, hardcoded values in the mapping. this reduces the time to change the connectivity details if happened to change in future.
     

 

Back To Question