Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已获得访问在某处运行的 Oracle 实例的权限,但我无权访问其底层平台。即我有一个数据库用户和数据库连接信息,包括主机名、端口号和 SID,因此我可以使用并运行我的查询连接到数据库SQL*Plus,但我什至不知道它是在 Windows 还是 Linux 上运行。
SQL*Plus
我需要知道:
(1) 平台是什么? (2) 如果是 Windows,是否支持ODP.Net?
ODP.Net
假设我的数据库用户拥有所有必要的权限,我该怎么办?我可以运行查询还是有任何视图可以为我提供此类信息?
select * from v$version; select platform_name from v$database; select dbms_utility.port_string from dual;