Is it possibe for an Oracle server to run in both dedicated and shared server mode? I've read that the mode is defined in the tnsnames.ora as below
Code:
TEST.world =
(DESCRIPTION=
...
)
(CONNECT_DATA = (SERVER_NAME = TEST.us.oracle.com)
[COLOR=blue](SERVER=DEDICATED) # <--- server mode [/color]
)
)