How to find operating system (OS) that Oracle database runs on

Oracle Database enables you to check operating system on which it runs.

Queries was executed under Oracle12c Database.

Requirements

Before you start make sure you have privilege on v$database view.

Query

select platform_name
from v$database;

Columns

  • platform_name - name of operating system

Sample results

sample results

Comments are only visible when the visitor has consented to statistics cookies. To see and add comments please accept statistics cookies.
0
There are no comments. Click here to write the first comment.