Can we call a stored procedure from a unix script which is run
using command task
Answer / prabhu
Yes.we can.Use sqlplus -s command in unix to connect to
oracle from unix.Then we can execute the stored proc.
Prabhu
www.iskilltech.com
| Is This Answer Correct ? | 4 Yes | 0 No |
comonly how meny mappings r there in Banking projects?
What is a passive transformation?
HOE DO U IMPLIMENT SCHEDULING IN INFORMATICA?
How to display First letter of Names in Caps?
how do u move the code from development to production?
i have source file data empno,ename,sal 100,ram,1000 200,tyu,2000 300,gh,3000 out put as e empno,ename,sal 100,ram,null 200,tyu,1000 300,gh,2000 how to load it?
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
Which is costliest transformation? costly means occupying more memory?
What is the difference between warehouse key and surrogate key?
how to get max value record into one target and remaining records into another target?
Briefly define a session task?
if i am having 10 records in source, i want 20 records in target...how will you do it