GeekArticles
FAQ
Oracle FAQHow can i find different users connected to my Database without connecting to oracle?
Author: asktom.oracle.com |
Published: 18th Oct 2005 |
Visited: 539 times |
Add CommentFiled in: Oracle FAQHi tom,
I have one database on X Machine running on unix sun solaris machine.
Many users might be connecting to that database from different machines. Without connecting to oracle, how can i know how many different users are connected to my X Data...
Read Article Sponsored Links
Related Articles
• Using Oracle XML DB Repository Using Oracle XML DB Repository
Another variation on accessing and manipulating XML content stored in Oracle database is provided by Oracle XML DB repository, which is an essential component of Oracle XML ...
• Querying Data with Oracle XQuery Querying Data with Oracle XQuery
Starting with Oracle Database 10g Release 2, you can take advantage of a full-featured native XQuery engine integrated with the database. With Oracle XQuery, you can accomplish various tasks involved in developing PHP/Oracle XML applications, operating on any kind of ...
• Querying SQLServer tables from within an Oracle session Dear Tom;
I need to query a SQLServer table from within an Oracle session, for example SQLPlus. Is there an easy way to do this, something like:
<CODE> select * from t@sql_server_link </CODE>
May you redirect me to the appropriate documentati ...
• A Look at MapQuest's Users .vbutton {padding:5px; border:groove 3px; background-color:#c0cCFF; color:white; font-family:Verdana; text-align:center; font-weight:bold; font-size:12pt; cursor:pointer;} .vbutton:hover {background-color:#e0e0ff;border:outset;} .vbutton:active {background-color:#a0a0ff;border:inset;} O'Reilly ...
• About the transaction status in oracle 9i Hello Tom
Thanks for your time..
I am using oracle 9i(9.2.0.1) databases. And some day I find there is a column (status) in the v$transaction and I understand if there is a transaction open and not committed, the status always shows active. If ...