set lines 100SELECT ‘Vous êtes connecté à la base ‘ || name || ‘ du serveur ‘ || UTL_INADDR.get_host_name AS « SESSION EN COURS » FROM dual,v$database ;
Your email address will not be published. Required fields are marked *
Save my name, email, and website in this browser for the next time I comment.
Δ
Please enable JavaScript in your browser to view the content
set lines 100
SELECT ‘Vous êtes connecté à la base ‘ || name || ‘ du serveur ‘ || UTL_INADDR.get_host_name AS « SESSION EN COURS » FROM dual,v$database ;
Josselin Joly