Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Hints on optimizing Oracle!
Murali,
Have copied contents of all *.ORA files below - hope this is what you meant!
To change the protocol order do I have to remove all current protocols and reload then TCP/IP first or is there a better way?
When you ask "Does your system swap memory?" I assume you mean do you have aswapfile setup - the answer is yes 100mb on a SCSI disk - my main disk is an IDE one because I had lots of problems trying to boot from a SCSI disk when an IDE one was present in the system!
You may consider stopping unwanted services. Also, remove
LISTENER.ORA
/////////////////////////////////////////////////////////////////////////////////// ################ # Filename......: listener.ora # Node..........: local.world
################
(ADDRESS=
(PROTOCOL= IPC)
(KEY= oracle.world)
) (ADDRESS=
(PROTOCOL= IPC)
(KEY= ORCL)
) (ADDRESS=
(COMMUNITY= NMP.world)
(PROTOCOL= NMP)
(SERVER= P300)
(PIPE= ORAPIPE)
) (ADDRESS=
(COMMUNITY= TCP.world)
(Host = p300)
(PROTOCOL= TCP)
(Port= 1521)
) (ADDRESS=
(COMMUNITY= TCP.world)
(Host = 127.0.0.1)
(PROTOCOL= TCP)
(Port= 1521)
) (ADDRESS=
(COMMUNITY= TCP.world)
(Host = p300)
(PROTOCOL= TCP)
(Port= 1526)
) (ADDRESS=
(COMMUNITY= SPX.world)
(PROTOCOL= SPX)
(Service= p300_lsnr)
)
///////////////////////////////////////////////////////////////////////////////////
SQLNER.ORA
///////////////////////////////////////////////////////////////////////////////////AUTOMATIC_IPC = OFF
///////////////////////////////////////////////////////////////////////////////////
TNSNAMES.ORA
/////////////////////////////////////////////////////////////////////////////////// #This is a SQL*Net Configuration file generated by SQL*Net Easy Configuration.#Attention: Do not modify this file yourself. #If you do, your SQL*Net Easy Configuration may not function properly.
Example1.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = Production1)
(Port = 1521)
)
(ADDRESS =
(COMMUNITY = spx.world)
(PROTOCOL = SPX)
(Service = Server_lsnr)
)
(ADDRESS =
(COMMUNITY = nmp.world)
(PROTOCOL = NMP)
(Server = FinanceServer1)
(Pipe = ORAPIPE)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 127.0.0.1)
(Port = 1521)
)
(ADDRESS =
(COMMUNITY = beq.world)
(PROTOCOL = BEQ)
(PROGRAM = oracle73)
(ARGV0 = oracle73ORCL)
(ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = p300)
(Port = 1521)
) (ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = p300)
(Port = 1526)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = swat)
(Port = 1521)
) (ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = swat)
(Port = 1526)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 146.213.11.12)
(Port = 1521)
) (ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 146.213.11.12)
(Port = 1526)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = p133)
(Port = 1521)
) (ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = p133)
(Port = 1526)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 146.213.80.27)
(Port = 1521)
) (ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 146.213.80.27)
(Port = 1526)
)
///////////////////////////////////////////////////////////////////////////////////
Thanks once again!
Adrian Harrison
On Sun, 1 Nov 1998 12:59:22 -0800, "Murali Kazhipurath" <murali_at_jps.net> wrote:
>You can find SQL*Net configuration files in the directory >c:\orant\network\admin (assuming that c:\orant is your ORACLE_HOME). They >have the extension .ORA. > >Your hardware seems adequate. Now as far as you can tell, does your system >swap memory? You may consider stopping unwanted services. Also, remove >unwanted network protocols. Another thing to pay attention to is the order >of precedence of the network protocols. Make sure that TCP/IP is top in the >list. > >Murali > > > >Adrian Harrison wrote in message ><363c671a.12048064_at_read.news.globalnet.co.uk>... >>Mural, >> >>I'm using a PII 300, 128mb ram, 3.8 IDE & 4.3 SCSI Harddisk! >> >>I have TCP/IP, Netbios & IPX running! >> >>20 services started - don't know what most of them are! >> >>Where do I find my "SQL*Net configuration information"? >> >>Thanks >> >>Adrian Harrison >Received on Mon Nov 02 1998 - 05:36:42 CST
![]() |
![]() |