Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> RE: Listeners VS. databases
I have one listener and two instances (GAL and TEST).
I use win NT4.
My LISTENER.ORA archive is here:
(ADDRESS=
(PROTOCOL=IPC)
(KEY= gal.world)
) (ADDRESS=
(PROTOCOL=IPC)
(KEY= GAL)
) (ADDRESS =
(COMMUNITY = TCP.world)
(PROTOCOL = TCP)
(Host = cor0000s004)
(Port = 1521)
)
(GLOBAL_DBNAME = gal.world) (SID_NAME = GAL) (PRESPAWN_MAX = 10)
(GLOBAL_DBNAME = Test.world) (SID_NAME = Test) (PRESPAWN_MAX = 10)
> hi all~ > > If I want to start two instances at the same time, do I need two > listener to listen to two databases? After I set two instances, can I > startup two of them at the same time? In Oracle 8, I start 2 > listeners, but cannot start two databases. I setup each listener to > listen to each database, but still not working........... > Anyone have any idea to do so? > > JK > > > Sent via Deja.com http://www.deja.com/ > Before you buy.Received on Fri Nov 24 2000 - 04:38:56 CST
![]() |
![]() |