ariffe Member Apr 12, 2011 #1 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.
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.
ariffe Member Apr 12, 2011 #1 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
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