I am using Oracle Sql developer to access my Oracle RDB database. I have installed Oracle RDB extension for Sql developer.
I see there everything in object browser - tables, views, triggers, functions, procedures.
The problem is When i want to see source code of any of views, triggers and function/procedures by mouse double-click, Sql developer does not show source code, it does not show any error
Does anybody have any idea how to retrieve or see source code of those views, triggers and functions?
Thanks.