Skip to Main Content

SQL Developer for VS Code

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unable to Peek Declaration for Table Column in Procedure Declaration

user6128195Aug 17 2024
  1. Create objects from a script under connection test.

pki_object_create.sql

2.  in Explorer open test\\packages\\poi\_object
  1. In the procedure declaration, attempt Peek/Peek Declaration on TMP_UserObjects.object_name%TYPE

  2. Receive the message: "No declaration found for 'TMP_UserObjects'."

If a line with “, TMP_UserObjects.” (syntax is incorrect) is added and Peek/Peek Declaration is performed, system can peek the declaration.

Comments
Post Details
Added on Aug 17 2024
3 comments
91 views