git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2914 248e525c-4dfb-0310-94bc-949c084e9493
11 lines
211 B
SQL
11 lines
211 B
SQL
--application/end_environment
|
|
commit;
|
|
commit;
|
|
begin
|
|
execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';
|
|
end;
|
|
/
|
|
set verify on
|
|
set feedback on
|
|
prompt ...done
|