Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
reverse data deploy
Mich
I have values in a database that I want to retrieve for my DCT. Cannot use perl as the perl module and Oracle version are not supported and produce an error. I would like to pull the values out of the database into an XML file. Any ideas how to approach this - reverse data deploy?
Find more posts tagged with
Comments
nipper
Have never done it, however page 145 of the DD admin manual (solaris) shows the configuration for Database to XML (with filtering, from single table, from multiple tables) Is this what you are looking for ?
me
Adam Stoller
You said:
Cannot use perl as the perl module and Oracle version are not supported and produce an error.
Can you elaborate on this a bit:
What Perl module?
Which Oracle version?
What error?
--fish
(Interwoven Senior Technical Consultant)
msa02
I have so many times achieved this using perl dbi within my dct's both by using inline callout and cgi callout. Never had a problem! You can even have a callout (that does a query to db) based on the value in some other field.