The following function should return a characterstring
up to 5000 bytes long. But it works only up to 4000 bytes.
create or replace function alfa_func(alfa_length number)
return varchar2
as
-- in PL/SQL the max length datatype varchar2 is 32,767 alfa_string varchar2(5000);
j integer...
I am looking for an easy way to retrieve/update VARRAYs/Nested Tables from PRO*COBOL-Programs.<br>Does the Oracle Loader work with VARRAYs/Nested Tables ?<br>Is it possible to create Tables with VARRAYs/Nested Tables with Oracle Designer ? <br>
I am looking for an easy way to retrieve/update<br>
varrays/nested tables from PRO*COBOL-Programs.<br>
How to load mass data into database-tables with<br>
varrays/nested tables ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.