RE: SQLPLUS training, why?

  • From: "Dunbar, Norman (Capgemini)" <norman.dunbar.capgemini@xxxxxxxxxxxxxxxxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 30 Dec 2010 14:09:59 -0000

And the answer (to Nuno's query) appears to be, yes!

The following has been @'d (started) with sqlbl on and off and both
times, it worked as expected:

declare
   vDummy varchar2(100);

begin
   select 'Hello World!'

   into vDummy
   from


   dual;

   dbms_output.put_line(vDummy);
end;
/

I have also pasted it directly into sqlplus with sqlbl on and off, and
again, both times, it worked as expected.

The following was not so lucky:

   select 'Hello World!'

 
   from


   dual;
   
Starting (@) the file with sqlbl on, the result is as expected and with
it off, the errors are:

SP2-0042: unknown command "from" - rest of line ignored.
SP2-0042: unknown command "dual" - rest of line ignored.

Pasting the code directly into sqlplus gives the same results.


Cheers,
Norm.

Norman Dunbar
Contract Senior Oracle DBA
Capgemini Database Team (EA)
Internal : 7 28 2051
External : 0113 231 2051 


Information in this message may be confidential and may be legally privileged. 
If you have received this message by mistake, please notify the sender 
immediately, delete it and do not copy it to anyone else.

We have checked this email and its attachments for viruses. But you should 
still check any attachment before opening it.
We may have to make this message and any reply to it public if asked to under 
the Freedom of Information Act, Data Protection Act or for litigation.  Email 
messages and attachments sent to or from any Environment Agency address may 
also be accessed by someone other than the sender or recipient, for business 
purposes.

If we have sent you information and you wish to use it please read our terms 
and conditions which you can get by calling us on 08708 506 506.  Find out more 
about the Environment Agency at www.environment-agency.gov.uk
--
//www.freelists.org/webpage/oracle-l


Other related posts: