Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » How can i call an oracle function
How can i call an oracle function [message #122397] Mon, 06 June 2005 06:28 Go to next message
patrykp
Messages: 31
Registered: April 2005
Member
How can i call an oracle function test in ADO?
FUNCTION test(
User_ID IN NUMBER DEFAULT NULL,
Parent_ID IN NUMBER DEFAULT NULL,
ec OUT enumcursor)
RETURN INTEGER
IS
User_ID_ NUMBER(10,0) := User_ID;
Parent_ID_ NUMBER(10,0) := Parent_ID;
CurPrivs NUMBER(10,0);
tempVar1 NUMBER :=1;
BEGIN
...
END test;

Best regards.

[Updated on: Tue, 07 June 2005 05:05]

Report message to a moderator

Re: How can i call an oracle function [message #123090 is a reply to message #122397] Thu, 09 June 2005 17:01 Go to previous message
kmmfoo
Messages: 38
Registered: June 2005
Location: massachusetts
Member
you might want to review the following article

http://p2p.wrox.com/topic.asp?TOPIC_ID=30294

or perhaps this one

http://www.orafaq.com/forum/t/44888/0/

hope this helps... tho there are probably better forums than the "Application Server" forum to have posted your question in.
Previous Topic: iAS console and other services won´t startup after sucessfull install
Next Topic: Please guide me how configure and test the Oracle mod_plsql module
Goto Forum:
  


Current Time: Tue Apr 23 22:21:13 CDT 2024