Question: where are Standard Queries saved?

Claus Pedersen

Member³
I have made a standard query which is saved with a name, no object owner (to be used on all users), and a table name.

Now I want to change this standard query, but I can not find where the query is saved.

My path for standard queries is empty (default).

How do I change (or delete) standard queries?

If I open the standard query, change it and save it again with the same name, nothing seems to be saved, the old standard query is still present.
 
They are stored in the PLSQL Developer subdirectory in the Windows Application Data Path (%APPDATA%). For example:

C:\Documents and Settings\ClausPedersen\Application Data\PLSQL Developer
 
Back
Top