You are on page 1of 4

jdbc & adb adapter ...

pavan penmetsa 21 posts since


May 12, 2010
1/ difference b/w JDBC & ADB ADAPTER ?

2/ what is the name space ?

hi ,

could u help me pls,,,,,,,,,,

regards,

pavan

Sujith Vasudevan 16 posts since


Dec 6, 2009 1. Re: jdbc & adb adapter May 25, 2010 11:06 AM

Feature Adapter JDBC Palette


Ease of Integration Design time and run time JDBC palette for both
environments, which are to run-time and design-time
be managed separately. operates in the same way.
Completeness Very scalable component (No Trigger)BW JDBC does
to handle both inbound and not have a mechanism to
outbound messages. detect database changes in
a push environment.

Generated by Clearspace on 2010-07-15-05:00


1
jdbc & adb adapter ...

Consistent error viewing and Adapter are written using JDBC provides error objects
handling SDK and strictly adhere to and rules have to be written
standard error viewing and for error viewing and
handling. Thereby making handling.
monitoring easy.
Transactions Volume Adapters are useful in BW palette are useful in
high-to-medium load medium-to-low level load
situations for both real-time real-time situation
and batch-updates. Adapter
can be run on the application
machine using native lib.
Connectivity Design Time JDBC JDBC
Connectivity Run-Time ODBC JDBC
Transaction Support When asynchronous Useful when dealing with
operations are acceptable. synchronous model and you
need to take explicit action
on transaction failure
SQL Statements Useful when you are using Useful when the database
straight forward and simple operations are not
SQL statements straight forward i.e. the
operations depend on a
lot of "if..then..else" data
dependent clauses.
Ease of Data Data is transformed to Data transformation, Parsing
Transformation, parsing and desired protocol format (JMS and mapping takes place in
mapping etc) at the source. Parsing process flow.
and mapping takes place in
process flow.
Result-set format ADB result-set JDBC result-set, useful if
integrating with any 3rd party
database custom application.
Exception Handling If a subscriber adapter You have to implement
cannot write data to its exception handling in the
destination table, it will write process.
the data to the exception
table

Generated by Clearspace on 2010-07-15-05:00


2
jdbc & adb adapter ...

Database Support Oracle, MS-SQL, Sybase, Embedded drivers are:


DB2 tibcosoftwareinc.jdbc.oracle.OracleDrive
tibcosoftwareinc.jdbc.sqlserver.SQLServe
tibcosoftwareinc.jdbc.sybase.SybaseDrive

There are additional


supported drivers, please
see release doc for details
Ease of Monitoring Adapter enabled with Palette monitoring can
Hawk framework (admin) be handled as embedded
deployed as a service has component in the process.
much fine grain monitoring,
configuration & management
than JDBC activity.
Component Management Adapter is deployed as Palette is embedded in the
separate component from process along with data
the process and requires parsing, mapping etc. and
management. does not require separate
deployment
Protocol support TIBCO EMS TIBCO EMS
Loop Detection Adapter has embedded Depending upon
provision to switch Loop implementation may or may
detection on when trying to not require Loop Detection
sync data between source implementation.
and target applications.

Sujith Vasudevan 16 posts since


Dec 6, 2009 2. Re: jdbc & adb adapter May 25, 2010 11:10 AM

XML namespace specification enables the names of elements and attributes in an XML
document to be unique, similar to the role of namespaces in a programming language. Using
XML namespaces, XML documents may contain element or attribute names from more than
one XML vocabulary.

Click here Name space

http://www.w3.org/TR/REC-xml-names/

Generated by Clearspace on 2010-07-15-05:00


3
jdbc & adb adapter ...

pavan penmetsa 21 posts since


May 12, 2010 3. Re: jdbc & adb adapter May 25, 2010 11:30 AM

in response to: Sujith Vasudevan


tanq sujith,,,,,,,,,,,,,,,

Generated by Clearspace on 2010-07-15-05:00


4

You might also like