login.sql or glogin.sql startup script

ariffe

Member
Is there functionality in Query Reporter (or PL/SQL Dev) that mimics the login.sql or glogin.sql behavior found in SQL*Plus?

I need to run a startup script when users login to the database.
 
Was able to accomplish this by using command line parameters to run the startup report prior to the actual report:

"C:\Program Files\QueryReporter\QueryReporter.exe" userid=scott/tiger@tstdb exec=c:\temp\startup.rep exec=actual.rep
 
Back
Top