Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Deployment error: StartIndex cannot be less than zero

472270Mar 29 2006 — edited May 30 2006
On the last page in the deploy wizard for VS2005 after finish the following error occurs:

------ Creating Function SYS.GETNAME ------
Failed: 1 errors, 0 warnings
StartIndex cannot be less than zero.
Parameter name: startIndex

I also tried to create a function without parameters with the same result.
I just tried to test the sample from "Using .NET Stored Procedures in Oracle (from the Mastering .NET Application Development series)".
All setting remained default.
The dll has been copied to the server and the library created.
But I cannot found any wrapper code for the function. The "Show Script" buttons only displays
CREATE LIBRARY... and
GRANT EXECUTE ...
code.

Thanks for your help,
Dennis
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2006
Added on Mar 29 2006
13 comments
9,095 views