Hello!
I want to develop external procedure for Oracle 10g that get BLOB parameter and returns integer.
My DOA version is 3.4.5
The project ExtProc in Demos is compiled successfuly. I get dept.dll and deploy it on n:\lib\
Declaring external library and function also goes without problem. But when I try to perform select query from project
-- the created empcount function
select deptno, dname, empcount(deptno) from dept;
RPC error ocured.
Do you know how to make correct dll and calling external function?
I want to develop external procedure for Oracle 10g that get BLOB parameter and returns integer.
My DOA version is 3.4.5
The project ExtProc in Demos is compiled successfuly. I get dept.dll and deploy it on n:\lib\
Declaring external library and function also goes without problem. But when I try to perform select query from project
-- the created empcount function
select deptno, dname, empcount(deptno) from dept;
RPC error ocured.
Do you know how to make correct dll and calling external function?