Skip to content

find_tables_with_column not working? #128

Closed
@kadrlica

Description

@kadrlica

How is find_tables_with_column supposed to work?

I'm working in desoper and I would like to find tables with the column DESFILE_ID. I know that it exists in PROD.FILE_ARCHIVE_INFO, but find_tables_with_column doesn't find anything:

DESDB ~> find_tables_with_column DESFILE_ID
0 rows in 0.07 seconds
   TABLE_NAME  COLUMN_NAME  
No rows selected

However, the column definitely exists:

DESDB ~> describe_table PROD.FILE_ARCHIVE_INFO;
Description of FILE_ARCHIVE_INFO commented as: 'None'
Estimated number of rows: 396210912
    COLUMN_NAME DATA_TYPE     DATA_FORMAT COMMENTS
1  ARCHIVE_NAME  VARCHAR2   25 characters     None
2   COMPRESSION  VARCHAR2    5 characters     None
3    DESFILE_ID    NUMBER          (15,0)     None
4      FILENAME  VARCHAR2  100 characters     None
5          PATH  VARCHAR2  250 characters     None

I'm using v1.4.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions