|
|
|
|
|
|
| Author |
Message |
antilog@gmail.com *nix forums beginner
Joined: 21 Jul 2006
Posts: 1
|
Posted: Fri Jul 21, 2006 5:56 am Post subject:
Creating relational view for an ODBC result set?
|
|
|
Hello,
I'm a newbie to Oracle heterogeneous services. I'm trying to create an
Oracle relational view (or table) for the data available from the
Siebel Analytics server (SAS) query's result set by executing pass
through sql. SAS reads from files and multiple other databases to
provide the result set.
The query sent to SAS has its own properitary syntax and is not SQL.
so, I'm trying to achieve something like this :
create view analytics_wrapper_view as
select * from
<
dbms_hs_passthrough('my custom sql understood by SAS')
dbms_hs_passthrough.fetch_rows
basically, read SAS generated data through an Oracle view.
Cant use a function selecting from dual as there could be several rows
returned from this operation. If I retain it as a view, I can avoid
data duplication. If this is not possible, a table approach could be
considered.
Any thoughts or inputs on this would be highly appreciated. |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Thu Dec 04, 2008 7:14 am | All times are GMT
|
|
Adverse Credit Remortgage | Loans | Property Search | Gas Suppliers | Mortgage
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|