Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: pl/sql
Hi Rob!
PL/SQL is normally not destinated for Input/output. The User calls PL/SQL always with a client. This can be for example SQL*Plus or a Java-program etc. You should use the Input/Output-facility of the client. In SQL*Plus You can use ACCEPT for input.
MBR Jewgenij
Rob Zwartjes schrieb in Nachricht ...
>Hello Guru's,
>
>I have written a program in Perl for retrieving data from a oracle
database.
>But it has come to a point that it is very time consuming before I get some
>answers. Especially when it comes to several hunderd items. I thought when
I
>did this with pl/sql times might be shorter. So I got the pl/sql.pdf from
the
>internet and start reading. I was impressed by the possibility's wich were
>available. The only thing I missed was something like getchar or getstring.
>Via dbms_output.put_line I get things on screen. But how do I get something
>from the keyboard.
>
>Thanks in advance for your time,
>Rob
Received on Sat Jan 06 2001 - 14:48:30 CST
![]() |
![]() |