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  >  Abinitio

 Print  |  
Question:  Types of .dbc file

Answer: What are the two types of .dbc files


January 01, 2008 09:01:55 #1
 vikas_kesarwani   Member Since: January 2008    Total Comments: 1 

RE: Types of .dbc file
 
Generally, .dbc files are classified in 2 types with accordance of their parametric value for  fixed_size_dml which can be either true or false.
If the value is false, the database generates delimited types whenever possible(it recognizes null as zero-length string).
In case of true, it takes fixed length dml.
Other parameters for .dbc files are:
 
dbms
db_version
db_home
db_name
db_nodes
User & password
case
generate_dml_with_nulls
fixed_size_dml
treat_blanks_as_null
oldstyle_emptystring_as_null
fully_qualify_dml
delimited_dml_with_maximum_size
interface
environment
direct_parallel


*
     

 

Back To Question