Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tumtrah

    function return datatype varchar2 > 4000 byte at runtime

    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...
  2. tumtrah

    Oracle 8 VARRAY Nested Table

    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>
  3. tumtrah

    Oracle VARRAY, Nested Table

    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 ?

Part and Inventory Search

Back
Top