Topic: Database Administration >> database running on shared or dedicated mode
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: database running on shared or dedicated mode |
| Neeraj |
Posted: Nov 26, 2007 06:02:44 AM |
Total Post: 231
Joined: Jan, 2007
|
hi,
how can i see wheather my databse running on shared mode or dedicated mode.
any dictionary view ?
w/o using tnsnames.ora file |
|
|
Mohammed Taj |
| Posted: Nov 26, 2007 08:49:26 AM | |
|
Total Post: 704
Joined: Jul, 2007
|
select server,username,status from v$session;
here server column give you two value 1. dedicated or 2. shared
|
|
|
|
|
MOH_DBA |
| Posted: Nov 26, 2007 12:24:58 PM | |
|
Total Post: 133
Joined: Nov, 2007
|
if you want to see if your server is dedicated or shared you can go the tnsnames.ora in your network directory and you will find the server=dedicated or server=shared
ORCL2TEST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl2test)
)
)
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 814 |
| Mohammed Taj | 704 |
| Jayanta Sur | 479 |
| positive fanatic | 416 |
| Vigyan Kaushik | 386 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 242 |
| neeraj sharma | 231 |
| Ramesh Jois | 226 |
| Bishal Khetan | 196 |
|
|