Skip to Main Content

Portuguese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Não exibe o DBMS... oque será que estou fazendo de errado?

User_CV070Nov 24 2020 — edited Nov 24 2020

NaoExibeDBMS.png (31.1 KB)SHOW SERVEROUTPUT;
SET SERVEROUTPUT ON SIZE UNLIMITED;
SHOW SERVEROUTPUT;
DECLARE
BEGIN
DBMS_OUTPUT.PUT_LINE('--------------------------------------------------------');
DBMS_OUTPUT.PUT_LINE(' CONSULTANDO PREMIOS CLIENTE ');
DBMS_OUTPUT.PUT_LINE('--------------------------------------------------------');
END;

Comments

Post Details

Added on Nov 24 2020
2 comments
362 views