Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
"Exact match" in Object Search does not work properly.
Description
Object search does not find some objects when selecting "Exact match" option. Please find below the steps to reproduce the problem 1.Run the script below: CREATE TABLE PROVINCIA (QQ VARCHAR2 (1 BYTE)) TABLESPACE USERS / CREATE TABLE PROVINCIAS (QQ VARCHAR2 (1 BYTE)) TABLESPACE USERS / CREATE OR REPLACE PACKAGE test_object_search_pck AS PROCEDURE test_object_search_proc; END test_object_search_pck; / CREATE OR REPLACE PACKAGE BODY test_object_search_pck AS PROCEDURE test_object_search_proc IS P_count NUMBER := 0; BEGIN SELECT COUNT (*) INTO p_count FROM PROVINCIA A; END test_object_search_proc; END test_object_search_pck; / 2.go to Find | Object search and look for PROVINCIA select "Exact match"(make sure you have package body checked in the options ) Toad should find the package test_object_search_pck as the work PROVINCIA is in there but toad does not find it
Sign In Required
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Welcome to Quest Support
You can find online support help for Quest *product* on an affiliate support site. Click continue to be directed to the correct support content and assistance for *product*.
The Quest Software Portal no longer supports IE8, 9, & 10 and it is recommended to upgrade your browser to the latest version of Internet Explorer or Chrome.