Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: DataBASE Interaction with PL/SQL

Re: DataBASE Interaction with PL/SQL

From: baka <mesundara_at_hotmail.com>
Date: 20 Jun 2005 03:38:12 -0700
Message-ID: <1119263892.558196.277830@z14g2000cwz.googlegroups.com>


Thanks a lot

I have one more problem.
when i execuite the follwoing i will get the error

SQL>
  1 accept abc
  2 begin
  3 dbms_output.put_line(&
  4* end;
SQL> /
old 3: dbms_output.put_lin
new 3: dbms_output.put_lin
accept abc
*
error at line 1:
ORA-00900: SQL Statement not correct

I stored the above block to file with .sq extension. So the same thing for the above procedure.

How to inteface SQL*PLUS with PL/SQL

Thanks in advance Received on Mon Jun 20 2005 - 05:38:12 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US