由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - How to know which database I am connected?
相关主题
connect to an oracle server on anoter machineHelp! Developer /2000 and oracle8 on the same PC?
问个odp.net的问题Oracle-Client connect to Server Database problem
Sql developer connection issueOracle里怎么知道在我的database上有多少个connection
Help: 如何在oracle 9i 中添加1 个user?请教一个sqlplus的问题
Cannot connect to the mysql server insidMySQL: cannot connect
connection pool 面试题getting connected to Oracle in Perl
在personal oracle 中如何config connection 到本地database?Help, multiple EXTPROC_CONNECTION_DATA
How to let sql plus connect to the local database in personal oracle?问个sqlserver 2008 concurrent connection的问题
相关话题的讨论汇总
话题: database话题: sqlplus话题: connected话题: am话题: know
进入Database版参与讨论
1 (共1页)
h****r
发帖数: 2056
1
using sqlplus for oracle, is there anyway to know which
database I
am connecting to?
Another thing is how to let sqlplus to connect to the
database I
want to?
thanks a lot.
s****j
发帖数: 14
2
select * from v$database

【在 h****r 的大作中提到】
: using sqlplus for oracle, is there anyway to know which
: database I
: am connecting to?
: Another thing is how to let sqlplus to connect to the
: database I
: want to?
: thanks a lot.

h****r
发帖数: 2056
3
thanks a lot, but I only can use this SQL sentence at some
database,
for some other, it will said the table or view is not exist.

【在 s****j 的大作中提到】
: select * from v$database
s********e
发帖数: 62
4
version.
or the user haas not teh right to see this view.
Do you study the Oracle by yourslef now?

【在 h****r 的大作中提到】
: thanks a lot, but I only can use this SQL sentence at some
: database,
: for some other, it will said the table or view is not exist.

s****j
发帖数: 14
5
That's privilege problem.
As I remember, you need SELECT ANY TABLE privilege to see
this view.

【在 h****r 的大作中提到】
: thanks a lot, but I only can use this SQL sentence at some
: database,
: for some other, it will said the table or view is not exist.

1 (共1页)
进入Database版参与讨论
相关主题
问个sqlserver 2008 concurrent connection的问题Cannot connect to the mysql server insid
Why it took 4 hours to install Oracle9.2?connection pool 面试题
question on JOIN on Oracle在personal oracle 中如何config connection 到本地database?
how to test the database, or test SQL?How to let sql plus connect to the local database in personal oracle?
connect to an oracle server on anoter machineHelp! Developer /2000 and oracle8 on the same PC?
问个odp.net的问题Oracle-Client connect to Server Database problem
Sql developer connection issueOracle里怎么知道在我的database上有多少个connection
Help: 如何在oracle 9i 中添加1 个user?请教一个sqlplus的问题
相关话题的讨论汇总
话题: database话题: sqlplus话题: connected话题: am话题: know