In SQL Navigator for Oracle version 6.1, formatting text in packages results in bad formatting when there is a multi-line comment immediately following the function/procedure declaration.
The new line between the declation and the comment is removed incorrectly.
For instance:
FUNCTION structure_type_cd
/*
|| Module Name: structure_type_cd
|| Author : Joe Blow
|| Date : 15 Feb 2007
|| Description: Returns the structure_type_cd for a dag.id.
*/
(
p_id IN dag.id%TYPE
)
RETURN dag.structure_type_cd%TYPE;
becomes:
FUNCTION structure_type_cd/*
|| Module Name: structure_type_cd
|| Author : Joe Blow
|| Date : 15 Feb 2007
|| Description: Returns the structure_type_cd for a dag.id.
*/
(p_id IN dag.id%TYPE)
RETURN dag.structure_type_cd%TYPE;
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