Wednesday, October 21, 2015

Learning oracle version and related information with sql

select dbms_utility.port_string from dual;
SELECT * FROM V$VERSION;

No comments: