Types of .dbc file

What are the two types of .dbc files

Questions by surabhiraghu   answers by surabhiraghu

Showing Answers 1 - 5 of 5 Answers

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


*

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions