![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I've installed 9i on my pc for experimentation. I don't want to do any of the internet part of 9i. I just want to do database stuff. I don't want to expend resources that are not required to support the database. It seems that Oracle has installed 9 services. What is the minimum complement of services required to have a plain old database? No web services or other frills desired. Thanks, Bill |
#3
| |||
| |||
|
|
Once you have created the database, and assuming you want to connect from the same machine that you have the database on, the minimum is just the service for the database. OracleService<DatabaseName> . If you wish to use connect from a remote machine you wll also need a listener running. -- Niall Litchfield Oracle DBA Audit Commission UK |
#4
| |||
| |||
|
|
"Niall Litchfield" <n-litchfield (AT) audit-commission (DOT) gov.uk> wrote in message news:3efae90b$0$18492$ed9e5944 (AT) reading (DOT) news.pipex.net... Once you have created the database, and assuming you want to connect from the same machine that you have the database on, the minimum is just the service for the database. OracleService<DatabaseName> . If you wish to use connect from a remote machine you wll also need a listener running. -- Niall Litchfield Oracle DBA Audit Commission UK |
#5
| |||
| |||
|
|
It appears that two services are minimum: OracleService<dbname> and Oracle...TNSListener. Even if one is connecting from the same machine. -- Bill "Niall Litchfield" <n-litchfield (AT) audit-commission (DOT) gov.uk> wrote in message news:3efae90b$0$18492$ed9e5944 (AT) reading (DOT) news.pipex.net... Once you have created the database, and assuming you want to connect from the same machine that you have the database on, the minimum is just the service for the database. OracleService<DatabaseName> . If you wish to use connect from a remote machine you wll also need a listener running. -- Niall Litchfield Oracle DBA Audit Commission UK |
![]() |
| Thread Tools | |
| Display Modes | |
| |