|
Publicité ' | |||||||||||||||||||||||
|
|
#1 | ||
|
Invité de passage
![]() Inscription : novembre 2010 Messages : 8 ![]() |
Bonsoir,
J'ai une erreur dans le script suivant. l'erreur m'est indiquée: Error(2,1): PLS-00103: Encountered the symbol "SET" when expecting one of the following: ; is with authid as cluster order using external deterministic parallel_enable pipelined Code :
|
||
|
|
00
|
|
|
#2 |
|
Membre Expert
![]() Olivier JolySupport Inscription : décembre 2010 Messages : 549 ![]() |
Bonjour,
L'instruction "set serveroutput on" ne peut pas faire partie d'une procédure. En PL/SQL c'est au package dbms_ouput et notemment à sa fonction enable qu'il faut se référer. Plus d'infos dans ce tuto : http://sheikyerbouti.developpez.com/pl_sql/?page=Chap7 |
|
00
|
|
|
#3 | ||
|
Invité de passage
![]() Inscription : novembre 2010 Messages : 8 ![]() |
Merci pour ta réponce,
maintenant il me dit que j'ai une erreur dans mon declar et qui lui faut le symbole de "end-of-file" Error(2,1): PLS-00103: Encountered the symbol "DECLARE" when expecting one of the following: ; is with authid as cluster order using external deterministic parallel_enable pipelined Error(13,4): PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following: begin case declare end exception exit for goto if loop mod null pragma raise return select update while with <an identifier> <a double-quoted delimited-identifier> <a bind variable> << close current delete fetch lock insert open rollback savepoint set sql execute commit forall merge <a single-quoted SQL string> pipe <an alternatively-quoted SQL string> Code :
|
||
|
|
00
|
|
|
#4 |
|
Expert Confirmé
![]() Inscription : août 2008 Messages : 1 690 ![]() |
Pas besoin de DECLARE, c'est IS ou AS.
Le guide PL/SQL du site est très bien pour débuter : Procédures, Fonctions et paquetages Je mets également le lien pour le SELECT INTO au cas... |
|
|
00
|
Copyright © 2000-2013 - www.developpez.com