My Oracle Support Banner

Double "Select" Keyword when view starts with comments (after Import From Designer) (Doc ID 1534414.1)

Last updated on JUNE 24, 2021

Applies to:

Oracle SQL Developer Data Modeler - Version All and later
Information in this document applies to any platform.

Goal

Free format view with select statement (in designer) imported incorrectly in data modeler.
The problem happens when the first line in the select statement is a comment-line.
How to deal with this kind of view definition.

 

E.g. view format view:
-- comment line
Select Deptno,
         Dname
From Dept;
 

Result:

Select
-- comment line
Select Deptno,
         Dname
From Dept;

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.