Hi,
Does anyone have general pipeline utility to transfer data from ORACLE to SQLSERVER or vice versa? I need realtively same functionality like the pipeline do at design time.
Thanks in adva...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_20730803.html
Zones:
PowerBuilderDate Answered: 11/05/2003 Rating: 7.6 Views: 0
Hi Guys?
How is I/O between processes handled in a Unix pipeline and what kind of advantages would it offer to a system?
Best Regards
Gopal
http://www.experts-exchange.com/OS/Unix/Q_21410226.html
Zones:
Unix OSDate Answered: 05/03/2005 Rating: 8.0 Views: 0
hi
i am not getting any output for this cal to fucntion
Using FCommand As New OracleCommand("Select * from table(GetValues('321','Test','ExceptionO'", FConnection)
i get the grid as empty t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22722177.html
I use alot of pipelined functions with user defined types, for example:
create type t_narray as table of number;
function NumberTable(...) return t_narray pipelined;
select * from table(Number...
http://www.experts-exchange.com/Database/Oracle/Q_22883983.html
Zones:
OracleDate Answered: 01/05/2008 Rating: 8.0 Views: 0
I'm encountering a compile error when trying to pipe a row from my function.
Oracle says that I am using an expression of the wrong type, but I am following my types closely, and can't find any ...
http://www.experts-exchange.com/Database/Oracle/Q_24152608.html
Zones:
OracleDate Answered: 02/17/2009 Rating: 9.0 Views: 5
can datapipeline transfer/migrate data from Hierhical database to Sybase ASE.
Anybody has experience in this?
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_11251394.html
Zones:
PowerBuilderDate Answered: 11/22/2000 Rating: 7.6 Views: 0
how to use pipeline to transfer a whole database ,not only a table?
the database was created by sql anywhere5504
I want to use scripts to realize it
many thanks
http://www.experts-exchange.com/Database/Sybase/Q_11954898.html
Zones:
SybaseDate Answered: 12/09/2003 Rating: 7.8 Views: 0
I have an application(sort of a PipeLine) part of which is run on Windows and part of it on Linix.
I read the "paths" from a configaration file (Properties file) in which the paths are given in
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21341353.html
Zones:
JavaDate Answered: 03/09/2005 Rating: 7.8 Views: 0
folks
how can i show a solumn from an actual table along with data from a pipelined function?
has anyone got an example for me?
rutger
http://www.experts-exchange.com/Database/Oracle/Q_22122140.html
Zones:
OracleDate Answered: 01/15/2007 Rating: 9.4 Views: 0
I can write a simple c++ program to print stuff, but editors like scite are able to redirect the output to its output pane.
how does it do it?
http://www.experts-exchange.com/Programming/Languages/Q_22933924.html