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:

C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...