SQL> variable a varchar2(10);
SQL> exec :a:='abc123';PL/SQL 过程已成功完成。SQL> PRINT AA
--------------------------------
abc123