sql >> Database teknologi >  >> RDS >> Oracle

Fejl:ORA-06553:PLS-306:forkert antal eller typer af argumenter i opfordring til procedure

Tjek dette ud:

       CREATE OR REPLACE PROCEDURE FMIS3.UPDATE_LETTER_BODY  ( body_text IN FMS_K_OFFICEWISE_LETTER.FKOL_LETTER_BODY%type,condition_id in FMS_K_OFFICEWISE_LETTER.FKOL_OFFICEWISE_LETTER_ID%type)IS
       begin
          update FMS_K_OFFICEWISE_LETTER set FKOL_LETTER_BODY= body_text
          where FKOL_OFFICEWISE_LETTER_ID=condition_id;
       end;     


  1. Kan jeg automatisere indsættelse af adgangskode til PEM-fil til SSL-certifikater i MySQL?

  2. Juli 2016 PSU formår ikke at lave isqora

  3. PHP-script vil ikke oprette forbindelse til databasen?

  4. Hvordan henter man den første og sidste post af en grupperet post i en MySQL-forespørgsel med aggregerede funktioner?