Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

virtualization on hyperion products.....

kirannchApr 30 2010 — edited Jul 28 2010
Hi All,

is it possible to make virtualization on hyperion products.....

if yes, which versions are compatible....

Thanks in advance

Kiran

Comments

Anuj Dwivedi-Oracle
Answer
Hi,

Can you provide more details? Which driver are you using? Is it XA or non-XA? If you are using XA then try using non-xa.

Cross post this question in SOA suite forum as well -

3322

Regards,
Anuj
Marked as Answer by user626262 · Sep 27 2020
user626262
thanks anuj . It worked while we created a non XA db source. Any specific reason why it worked while using NON XA ?
Anuj Dwivedi-Oracle
ORA-24777: use of non-migratable database link not allowed
Cause: The transaction, which needs to be migratable between sessions, tried to access a remote database from a non-multi threaded server process.
Action: Perform the work in the local database or open a connection to the remote database from the client. If multi threaded server option is installed, connect to the Oracle instance through the dispatcher.

An XA transaction involves a coordinating transaction manager, with one or more databases (or other resources, like JMS) all involved in a single global transaction. Non-XA transactions have no transaction coordinator, and a single resource is doing all its transaction work itself (this is sometimes called local transactions).

Regards,
Anuj
596264
I really just want to use one generic adapter, with XA transaction enabled, for all of my database connections. I have a simple BPEL process that selects data - why should I have to use a non-XA datasource for this process? Are there any other workarounds for this? Some way of forcing a transaction manager for single transactions maybe?
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 25 2010
Added on Apr 30 2010
7 comments
2,381 views