Well, I've never seen one like that, before :-)
Wednesday, August 27, 2014
Monday, August 25, 2014
Createing a remote UDF for a Federated DB2 LUW 9.5 database
There are a couple good references for federated DB's that I've found in my research, but none really laid out the high level process for connecting a DB2 federated DB to a UDF on a data source.
Here are the steps.
For details on how to perform each of these steps, consult
Good luck!
Here are the steps.
- Create Function on Datasource DB
- Create Function Template on Federated DB
- Create Function Mapping on federated db
For details on how to perform each of these steps, consult
- The DB2 9.5 Info Center. There's an entire section on Federation that's OK.
- The Federated Systems Guide. Google it. It's a PDF.
Good luck!
Subscribe to:
Posts (Atom)
DBT-50000 when using DBCA.bat on Windows (Oracle 19.11)
I’ve been having some trouble getting DBCA to run in order to create databases. Thought I’d share it with you, and thus document it for la...
-
Most of what we're going to want to look at when you're having production issues are available through DMV's. If granti...
-
I was not able to find what I considered a good, clear reference for this when I recently encountered it at a customer installation. I fou...
-
I spent a lot of time on this one, and it wasn't clear from examples precisely how the various items should be used together. The form...