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: syntax - query's scalar results to a varible?

Re: syntax - query's scalar results to a varible?

From: <matt_at_mailinator.com>
Date: 7 Jul 2006 12:08:46 -0700
Message-ID: <1152299326.131940.113510@s53g2000cws.googlegroups.com>


oh, ive also discovered Oracle SQL*Plus, and am learning how to use a command-line console. in sql*plus, i see that the lines:

    SET serveroutput ON;
    exec dbms_output.enable;

..work w/o errors. as does DECLAREing the variable, and SELECTing a
value into. now the only thing that doesnt work is the line:

    dbms_output.put_line(v_roleID);

...(w/o the BEGIN/END; it didnt like those so i omitted them)

i may be getting closer.

matt Received on Fri Jul 07 2006 - 14:08:46 CDT

Original text of this message

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