Precompiler variables

Lampy

Member²
Does Pl/SQL-Dev's program window somehow support precompiler variables?

We have lot of SQLPlus scripts that have to be schema-less so we use variables for schemas (&dps_user). Unfortunately program window does not recognise & variables and complaines about them.

Can they be defined somehow already and if not is this feature on todo list already?

Thanks a lot!
 
Substitution variable support for the Program Window is on the list of enhancement requests. At the moment you can only remove the variable references and connect as the corresponding user, or replace the variables with the corresponding user.

------------------
Marco Kalter
Allround Automations
 
Back
Top