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

User_CV070

NaoExibeDBMS_VersaoSQLDeveloper.png (22.02 KB)
Incluo a versão do SQLDEVELOPER que estou utilizando
Versão 19.2.1.247
Build 247.2212

User_NH54G

Estou tendo o mesmo problema com as mesma versão e build. Vc chegou a descobrir o que era, amigo?

1 - 2

Post Details

Added on Nov 24 2020
2 comments
377 views