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

Home -> Community -> Usenet -> c.d.o.misc -> Re: tab delimiter

Re: tab delimiter

From: Alexei VORONOV <alexei_voronov_at_yahoo.com>
Date: Thu, 25 Oct 2001 21:26:42 +0200
Message-ID: <9r9ov8$q3g$1@wanadoo.fr>


I don't understand exaclty what's wrong. SQL - is a language to process requests. PL/SQL used to write procedures (functions), procedural extension, if you want. SQLPlus - this is application with it's own interface to process commands to modify (add or remove DB objects, such as tables, procedures, and so on) or query database. When you are trying to execute some command in SQLPlus, it reacts in the case of error occured. In particular, when you add a procedure, and the syntax is incorrect, it complains that there were compilation errors (you may launch the command "show errors" to get the error description). OK?

"Rob Zwartjes" <rzwartje_at_rob.home.nl> a écrit dans le message news: slrn9tgkj4.bud.rzwartje_at_home.rob.nl...
>
> Sybrand, you are wright on all points. But I thought the problem, and
> why the error occurs, are so clear to you all that I didn't put the
> errors into my posting. Your remark about mixing up pl/sql and sql ?? I
> am running a script in sqlplus. If something is wrong in this script sql
> starts complaining or is it also possible that pl/sql complains. I
> thought that it was just a language nothing more.
>
> with regards,
> Rob Zwartjes
>
Received on Thu Oct 25 2001 - 14:26:42 CDT

Original text of this message

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