Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL*dev 4.1.3 find database object - can't find comments

KarstenH-dkFeb 17 2016 — edited Feb 18 2016

Hi

find database object - can't find comments!

created this package:

create or replace

package testtest as

end testtest;

create or replace

package body testtest as

-- hello there

end testtest;

Tried the "find database object"

find.jpg

this query finds it:

select name,line from user_source

where upper(text) like '%HELLO THERE%';

NAME LINE

--------- -----

TESTTEST 2

regards Karsten

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 17 2016
Added on Feb 17 2016
8 comments
1,505 views