Hello,
I use a template file containing this SQL query:
select name from v$database;
Whenever I create a new window using this template, "$database" is replaced by the value of the current database.
I tried using v$$database, but then this is "$$database" which is replaced by the database's name.
Thanks for your help.
Regards,
Avigael
I use a template file containing this SQL query:
select name from v$database;
Whenever I create a new window using this template, "$database" is replaced by the value of the current database.
I tried using v$$database, but then this is "$$database" which is replaced by the database's name.
Thanks for your help.
Regards,
Avigael