SQL*Plus Parameters
From: Peter <peterc_at_mailinator.com>
Date: 26 Jul 2004 23:30:50 -0700
Message-ID: <c5cf058e.0407262230.55392f65_at_posting.google.com>
Has anyone seen this before?
Date: 26 Jul 2004 23:30:50 -0700
Message-ID: <c5cf058e.0407262230.55392f65_at_posting.google.com>
Has anyone seen this before?
I start SQL*Plus, and login by typing
sqlplus Quantum/Password_at_BPrd
I type:
select '&1' from dual;
it responds
old 1: select '&1' from dual
new 1: select 'Files\_Tools\ora816\sqlplus\admin\glogin.sql' from
dual
Where on earth did "Files\_Tools\ora816\sqlplus\admin\glogin.sql" come from?!?!?!
This does not happen if I copy SQL*Plus to the root folder and execute it from there.
Can anyone cast some light on this? Received on Tue Jul 27 2004 - 08:30:50 CEST