Today I needed to get find out the version of oracle database using SQL command.
I have achieved it by running::
select * from v$version;
or
select * from product_component_version;
No comments:
Post a Comment