Skip to Main Content

SQL & PL/SQL

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!

Default input parameter datatype length

SGUNJul 26 2016 — edited Jul 26 2016

Hi Gurus,

I have created below procedure with input parameter datatype as varchar2.

create or replace procedure SaveOCF(TheUserName VARCHAR2

                              , TheIBTID VARCHAR2

                              , TheListOfIDs **VARCHAR2**

                              , TheListOfValues VARCHAR2

                              , TheSuccess OUT NUMBER

                              , TheError OUT VARCHAR2) is

But when trying to run it from sql developer it is taking by defualt varchar2(200). Please advise. Is this value set by dba? Where can I look for it?

Untitled.jpg

Thank you,

Niroop

This post has been answered by CarlosDLG on Jul 26 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2016
Added on Jul 26 2016
3 comments
1,558 views