global temporary table over distributed transaction
Hi.
Can I use global temporary tables for the following situation:
db A:
- temp table with ON COMMIT PRESERVE ROWS
- procedure P_CAT which inserts data into temp table
db B:
- call P_CAT over DB Link
Can I query the temp table from db B over a db link?
Thanks
Markus