PL/SQL Doc Bug

Tim Hurst

Member
Hi, think I've found a bug in PL/SQLdoc.

If you have 2 tables in different schemas e.g.

SCHEMA1.TAB_A
SCHEMA2.TAB_B

and TAB_A has a foreign key reference to TAB_B plsqldoc incorrectly shows TAB_B as belonging to SCHEMA1 in the foreign key section:

Foreign Keys

Name Columns Referencing Table Columns
FK_1 COL1 SCHEMA1.TAB_B COL1
 
Back
Top