variable text varchar2(100) declare snap number; begin snap := statspack.snap(i_snap_level=>7); :text:='Snapshot_ID='||snap; end; / print text