Schema Browser | Tables tab | right-click a table | "Create DML Procedures" | Other Options tab | “In Parameters:” text box.
How to change it from “in_%ColumnName%” to “in_ColumnName%_%ColumnDataType%” or if possible "in_ColumnName%_%FirstLetterOFColumnDataType%”.
For example (end results like this):
from:
in_Col01
to:
in_Col01_Varchar2
or better yet and if possible:
in_Col01_V
("V" is for the first letter of the column datatype)
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center