11g on RHEL5 - No initorcl.ora file in ORACLE_HOME/dbs

Hi, I am working on my first db install, I have completed OUI installation through Xming to a remote hosted server. It seemed to go OK but 1 warning concerning insufficent swap space - Expected 3036MB, Actual-1983MB
I completed the install process, creating the default db via config manager tool, and it all seemed more or less OK until I tried the URL for em console.
The warning here was the listener was not up. It seems ORACLE_SID was not defined properly. During install, the SID displayed as DB11G, and the DB Name as orcl. I am not sure which value I should be using?
I can manually define ORACLE_HOME AND ORACLE_SID, use the export utlitiy and get the listener up, but still no em console.
So....I tried starting from SQL...had to redefine env variables again, and got SQL running, login / as sysdba.
Was returned a message confirming I was connected to an idle instance. Thinking this may be the cause of em console and listener not functioning, I tried to run the STARTUP command from SQL>
I received the following.....
SQL> STARTUP
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/u01/app/oracle/product/11.1.0/db_1/dbs/initDB11G.ora'
figuring I would just have to re-define ORACLE_SID = orcl, I looked in the /dbs directory and found only the following files...
[root@bluesly1 dbs]# dir -a
. .. hc_orcl.dat initdw.ora init.ora lkORCL orapworcl spfileorcl.ora
this explains why STARTUP could not find initDB11G.ora and would not find initorcl.ora either. Should I unset ORACLE_SID and let it run against init.ora??
Not sure where I went wrong, or why all these issues are popping up from a OUI graphic install that appeard to go fine other than the swap space??
Can anyone help?
Which value for SID (DB11G or "orcl")
why didn't the init_SID.ora file get created, (the spfileorcl.ora exists)
should the oracle environment variables need resetting every login, or can I specify them to be at least connection persistent?
Are some of these values dynamic depending on which routine is using them?

Thanks, dizwell is a great site. Well, readers digest version, tried to run emconsole configuration assistants and got all buggerred up. So, back to square 1, de-installed, cleaned, re-installed. Initially had "unknown host error during install's prechecks (despite having all set-up instructions followed to a T). For whatever reson, reconfiguring the ethernet adatpter and re-running system-config-network utility cleared up the error, and install went ahead. I am now up and em console is working, but only from the server's browser (Netscape 9) and WOW is it SLOW!. I am accessing a remote server from a vista home machine through Xming/puTTY.
It is all working, the X displays are good, but a little slow. Normal browsing through X with firefox or navigator is slower than usual, but workable. However, em is wildly slow, almost to the point of being unusable. I have two generic questions:
1. Anything to do to speed up Xming connection overall? On this particular connection, typical actual internet downlaod rates are about 900kbs, but X is behaving similar to about a 300kbs connection.
2. My regular browser (IE) will not resolve the URL for the em console. Is there anything I can do to access em via my normal browser, and benefit from my normal connection speed, which is pretty good. Does this require an 11g client install, or should the console be accessible from any machine?

Similar Messages

  • What are .dbf Files in $ORACLE_HOME.dbs?

    It has been brought to my attention that my disk usage on my new system jumped from 22% to 68% last night. The culprit appears to be the .dbf files in $ORACLE_HOME.dbs. What are these files? Where can I go to learn more about them and what to expect of them?
    Thanks,
    Gregory

    Wow, I should have known better than to start a thread and then go to lunch. Sorry I’m taking so long getting back to all of you.
    This is Oracle 11g. Our current production system is 10g.
    Here’s a little background info. We have a flat file base ERP. Each night we copy .txt files from the ERP to the Oracle server. We have external tables, table_name_load, mapped over the .txt files. At midnight, we run a massive collection of inserts into regular tables from the load tables. We then use this day-old set of data as the basis for reports and several ApEx applications.
    You’re right, I can’t claim to have a good understanding of Optimal Flexible Architecture (OFA). I’m a developer first and I’m working on DBA skills.
    The files are all named something like:
    arch1_191_653243844.dbf
    arch1_192_653243844.dbf
    arch1_193_653243844.dbf
    etc.
    There are over 300 of them and they are about 45M to 50M each. (The whole directory is about 14G.)
    SID is oraprod
    I specified locations for each of the three datafiles for our main tablespace (on three different drives), a secondary “hot” tablespace with the most frequently accessed datafile, three index datafiles for our main index tablespace, the “hot” index tablespace, temp, undo, and the control files.
    The only things that I did not specify a location for are: sysaux; system; and users.
    SQL> select name from v$datafile;
    NAME
    /oradb/app/oradata/oraprod/system01.dbf
    /oradb/app/oradata/oraprod/sysaux01.dbf
    /d02/oraprod/undo_tbs_1.dbf
    /d02/oraprod/apex_main_tbs_1.dbf
    /d03/oraprod/lib_hot_index_tbs_1.dbf
    /d01/oraprod/lib_hot_tbs_1.dbf
    /d01/oraprod/lib_main_index_tbs_1.dbf
    /d02/oraprod/lib_main_index_tbs_2.dbf
    /d03/oraprod/lib_main_index_tbs_3.dbf
    /d02/oraprod/lib_main_tbs_1.dbf
    /d03/oraprod/lib_main_tbs_2.dbf
    /d01/oraprod/lib_main_tbs_3.dbf
    /oradb/app/oradata/oraprod/users01.dbf
    13 rows selected.
    Based on what I’ve read in the 2 Day DBA, I put my flash recovery area all alone on /d04 and I have USE_DB_RECOVERY_FILE_DEST set.
    The files were created at two times: one during my initial data load yesterday; the other during the scheduled job this morning starting at midnight.
    After checking our production system, I realize that we have a whole bunch of these same kinds of files in $ORACLE_HOME/dbs there also. However, I only have them from last night, not two separate times.
    I’m concerned that the older files on the new system aren’t clearing out like the files on the production system are.

  • Core file in $ORACLE_HOME/dbs

    Hi All,
    Database vertion: 11.2.0.1
    OS: SunOS with Sun cluster
    Core file is getting generating in huge size in $ORACLE_HOME/dbs and $ORACLE_HOME reaches 100%.
    Can any one tell me why core file is getting generating.
    background_core_dump is Partial
    Regards,
    Prasanna

    See CORE_DUMP_DEST in the docs. You can change it to somewhere with more room. Also see http://www.orafaq.com/faq/what_should_one_do_with_those_core_files
    If you don't get a hint from the file command or the alert log as to what is causing these, then you have to deal with Oracle support.
    You can also limit core size from the OS side, details depend on OS version.
    background_core_dump partial means don't dump sga with background process core dumps. Are background processes dumping?

  • How to overcome a missing initorcl.ora

    Is there a sample initorcl.ora file.. I think this is what may be causing my idle instance.
    thanx

    There usually is one - $ORACLE_HOME/dbs/init.ora depending on your version and OS. Did you check in $ORACLE_BASE/admin/sid/pfile?

  • Can't get Listener to use the Correct listener.ora file

    I am on a Windows 2003 Server. I have copied the 10gR2 ORACLE_HOME from a diffent Windows 2003 server on to this one.
    I want to start the Oracle Listener on this server. I have:
    set TNS_ADMIN = E:\oracle\product\10.2.0\network\admin\EBIZBLK_nvciebizdbblk. In this folder is a listener.ora file.
    set ORACLE_HOME = E:\oracle\product\10.2.0
    This is what I get:
    C:\Documents and Settings\oracle>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.4.0 - Production on 02-FEB-2009 15:42:06
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OracleTNSListener>, error 1060.
    TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Message 279 not found; No message file for product=NETWORK, facility=NL
    Message 1073 not found; No message file for product=NETWORK, facility=TNS
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Start Date 02-FEB-2009 15:42:10
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nvciebizdbblk.NVCI.org)(PORT=1521)))
    The listener supports no services
    The command completed successfully

    Chris Wendell wrote:
    I am on a Windows 2003 Server. I have copied the 10gR2 ORACLE_HOME from a diffent Windows 2003 server on to this one.
    I want to start the Oracle Listener on this server. I have:
    set TNS_ADMIN = E:\oracle\product\10.2.0\network\admin\EBIZBLK_nvciebizdbblk. In this folder is a listener.ora file.
    set ORACLE_HOME = E:\oracle\product\10.2.0
    This is what I get:
    C:\Documents and Settings\oracle>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.4.0 - Production on 02-FEB-2009 15:42:06
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OracleTNSListener>, error 1060.
    TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Message 279 not found; No message file for product=NETWORK, facility=NL
    Message 1073 not found; No message file for product=NETWORK, facility=TNSAny time you get "Message nnn not found; No message file for product...", it means your environment is not set up correctly ... there are some environment variables that have incorrect values. Thus, it can't even find the message file to report the message associated with "Messasge nnn". No doubt because you installed by simply copying some files instead of running the installer.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Start Date 02-FEB-2009 15:42:10
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nvciebizdbblk.NVCI.org)(PORT=1521)))
    The listener supports no services
    The command completed successfullyLooks like the listener is running, but it has no services registered with it. So far I see no indication that it is using the wrong listener.ora, only that some incorrect environment variables are preventing it from completely reporting any problems. How many listener.ora files do you have, and where are they located?

  • Init.ora file missing (Oracle 10g)

    Hi guys,
    My database is down and when I try to startup it's complaining about the init.ora file that is missing. Is there a way of recreating this file and how?
    Thanx.

    Kamran Agayev A. wrote:
    NPD wrote:
    Hi guys,
    My database is down and when I try to startup it's complaining about the init.ora file that is missing. Is there a way of recreating this file and how?
    Thanx.Show the output and verify for any initialization paramtere file in $ORACLE_HOME/dbs directoryIf it really is missing (so far we only have your word, and I trust Oracle more ... show us the actual error message) and you have no backup, you can recreate it by referencing your alert log. At every startup, the alert log will record all non-default initialization parms.

  • Where is the binary file come from in $ORACLE_HOME/dbs ???

    I installed new database and created a basic init.ora file with a setup of RMAN using control file for backup. When the database is up running, I got a binary file c-1783536203-20090218-01 in $ORACLE_HOME/dbs. The size is about 7MB. I removed it. But it will created back after a little while. Where should I configure in db or rman to eliminate the file? The database seems running fine.
    Thanks for advice.

    Hi
    Yes, you are right. It is auto backup controlfile. But I am using the same rman configuration for several databases. This is the only one produces the control file like that name and created in $ORACLE_HOME/dbs. All others are created in the /backup directory, not happen like that (creating file in $ORACLE_HOME/dbs).
    Here is the configuration for RMAN on control file:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/backup/cntp/online/snapcf_cntp.f';
    I have to change just for this database in the rman (all rman are using control file not catalog):
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/cntp/online/controlfile_auto%F';
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/backup/cntp/online/snapcf_cntp.f';
    Is there something else I have change to be able to use the configure setting like all other databases?
    Thanks.

  • During daily refresh/clone alter database rename file genrating logs under $ORACLE_HOME/dbs with name c-1437102747-20130920-16

    Did anyone have seen this behavior?
      DB version : 11.1.0.7
      OS : HP-UX Itanum
      EBS -11.5.10.2
    We are doing daily refresh/clone of a database instance from production. Recently we are seeing the growth of $ORACLE_HOME/dbs directory during this
    refresh.   During investigation we find out that
      1) When we rename the database files after database restoration. Each below command genrating the 24MB of log file under $ORACLE_HOME/dbs.
      Command :
      alter database rename file '/db02/prod/XDB.dbf' to '/db02/test/XDB.dbf';
    alter database rename file '/db02/prod/a_archive01.dbf' to '/db02/test/a_archive01.dbf';
      Logfiles under $ORACLE_HOME/dbs on target :
      -rw-r----- xxxxx 24379392 Sep 20 05:30 ./dbs/c-1437102747-20130920-02
      -rw-r----- xxxxx 24379392 Sep 20 05:30 ./dbs/c-1437102747-20130920-03
      2) After few minutes, these logs got removed from the directory.
      3) Did not find anything unusual in the alert log.

    These are controlfile autobackups.   Every time you make a physical change to the database structure, an autobackup is created.  In 11.2, the frequency is reduced -- for example if you make 5 changes in quick succession, one autobackup is created.
    CONTROLFILE AUTOBACKUP ON    would be visible when you do a SHOW ALL in rman.
    Hemant K Chitale

  • Oracle 11g init.ora file

    1) I am a bit confused with init.ora file format in oracle 11g. In addition=
    to the usual entries that are prefixed with *.<parameter>, it also has ent=
    ries prefixed with <sid>.__<parameter>. I am not able to find an explanatio=
    n of these <sid>__ entries from oracle 11g documentation. I am told by a co=
    lleague that they are for instance, to cater for multiple-instances databa=
    ses. Is that correct?
    2) The presence of the <sid>.__ entries confuse me since some parameters ap=
    pear in both <sid>__ and *. sections. What if the values for the same param=
    eter are different, which one is used by oracle? I guess it's the <sid>.__ =
    one?=20
    3) In my case the database has only 1 instance, so I guess I can remove all=
    <sid>.__ entries and only work with *. entries?
    Thanks
    Long

    Hi,
    the entries with double underscore in the spfile that you mention are not new in 11g but also show up in 10g.
    They are caused by the background process MMAN (Memory Manager), that is active if you set SGA_TARGET>0 (in 10g) rsp. MEMORY_TARGET>0 (in 11g).
    This MMAN modifies the Oracle Memory components like the shared pool and the buffer cache, using performance statistics captured by the MMON (Manageability Monitor) and storing the new size of the component in the spfile in order to make that size persistent through instance restarts.
    The prefix of the SID is meaningless in case of a non-RAC database.
    Kind regards
    Uwe
    http://uhesse.wordpress.com

  • How to establish a single init.ora file for 3 node RAC under ASM

    All,
    Our environment is a combination of several different memory sized SUN machines (V880, V490 & 250R).
    Setting up a single init.ora file that encompasses each of the nodes memory into the SGA sizing is our desired setup.
    Though we have established the file, the question is getting each NODE on the RAC to use that single parameter
    file to start its database instead of taking the default init.ora file in the default (asm/dbs) directory.
    As we have performed fail-over testing, upon the restart of instances they have restarted with wrong memory
    definitions that have hung the nodes when it took more memory then what was available and swap space began
    to grow.
    Steps to configure and enable this process is what I am looking for.
    Thanks
    Gerry

    Gerry,
    Here's what we do. Not sure if it is relevant to your situation ...
    (on each node)
    $ cat $ORACLE_HOME/dbs/initrac11d1.ora
    SPFILE='+DATA/rac11d/spfilerac11d.ora'
    (in ASM)
    $ asmcmd
    ASMCMD> ls -la +data/rac11d
    Type Redund Striped Time Sys Name
    Y CONTROLFILE/
    Y DATAFILE/
    Y ONLINELOG/
    Y PARAMETERFILE/
    Y TEMPFILE/
    N spfilerac11d.ora => +DATA/RAC11D/PARAMETERFILE/spfile.267.685170285
    The spfile has all parameters, qualified by node where applicable. For example :
    $ sqlplus / as sysdba
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed May 6 19:00:45 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Release 11.1.0.7.0 - 64bit Production
    With the Real Application Clusters option
    SQL> create pfile='/tmp/sb.ora' from spfile;
    File created.
    SQL> Disconnected from Oracle Database 11g Release 11.1.0.7.0 - 64bit Production
    With the Real Application Clusters option
    $ cat /tmp/sb.ora
    *.archive_lag_target=1800
    *.audit_file_dest='/var/oracle/admin/rac11d/adump'
    rac11d1.dispatchers='(address=(protocol=tcp)(host=msdbc11-vip)(port=64000))'
    rac11d2.dispatchers='(address=(protocol=tcp)(host=msdbc12-vip)(port=64000))'
    *.global_names=TRUE
    rac11d1.instance_number=1
    rac11d2.instance_number=2
    rac11d1.undo_tablespace='UNDOTBS1'
    rac11d2.undo_tablespace='UNDOTBS2'
    Hope this helps,
    Steve

  • SQL Dev 3.0.04 cannot locate TNSNAMES.ora file after Oracle11g XE Beta

    Hello,
    I had Oracle Developer Suite (Reports, Forms) installed on Windows 7 32 bit along with SQL Developer 3.0.04 (latest prod. build) and everything was working just fine.
    Then, I installed Oracle 11g XE Beta database and now, all the existing Connections in SQL Developer give an error "Invalid connection information specified. Verify the URL format for the specified driver."
    I thought since 11gXE was the latest Oracle software installed, the Path environment variable in Windows will have the Oracle 11gXE as the leading path string. So, I cut this leading string : C:\Oracle\Oracle11gXE\product\11.1.0\db_1\bin and appended it at the very end.
    This means that the Path that existed prior to the 11gXE install is now the leading and hence SQL Developer should be reading the TNSNAMES.ora file from the very first Oracle Home encountered which is for the developer suite. But this does not seem to work.
    Any ideas how to fix this? How does SQL Developer determine which tnsnames file to use?
    Thanks,
    Manish

    Hi Manish,
    One place to control this is Tools|Preferences|Database|Advanced|Tnsnames Directory.
    Otherwise read the documentation in Help|Table of Contents|SQL Developer Concepts and Usage|Database Connections. The third paragraph contains a description of the various alternatives.
    Regards,
    Gary Graham
    SQL Developer Team
    Edited by: gggraham on Jul 18, 2011 2:52 PM

  • Which init.ora file in use?

    I found init.ora in a couple places.
    How do I determine which init.ora file my oracle is using?
    Is there a sqlplus command to fine the init.ora in use?
    So far, I found them here:
    c:\oracle11g\dbs\init.ora
    c:\oracle11g\admin\mydb1\pfile\init.ora.8172009222712
    Which one is active?
    Any suggestions are greatly appreciated.

    The one that's there in the DBS folder is the first one that is going to be looked upon by Oracle when it will try to start the instance. The one in the $OH/dbs/ is going to be active. The other location would not have the pfile all the time. Also, spfile should be used if you are in 11g. Why you areusing pfile instead of it?
    Here is what I have for 11g system,
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, Oracle Label Security, OLAP, Data Mining
    and Real Application Testing options
    SQL> show parameter spfile
    NAME                                 TYPE        VALUE
    spfile                               string      /u01/app/oracle/product/11.1.0
                                                     /db_1/dbs/spfileorcl.ora
    SQL>You can see the path is $OH/dbs.
    HTH
    Aman....

  • What .ora file is required for client?

    what .ora file is required on client side in order to connect to oracle database server? can we connect to db server without any .ora file? such as tnsname.ora, or even sqlnet.ora, etc.

    That depends on a variety of factors, among them
    - What version of the Oracle client you are using
    - What tool you are using to connect
    - How complex your database environment is
    - Whether you are using local naming or are using something like Oracle Internet Directory
    A basic install of the 11g thick client, for example, creates a sqlnet.ora file for you that enables the EZConnect syntax. Assuming your tool supports EZConnect, and your database configurations are simple enough to be able to use the EZConnect syntax, no additional configuration would be required. If you are using a tool to connect to Oracle that uses the thin JDBC driver, you need no client-side configuration-- your tool will prompt you for a JDBC URL (or information to generate a JDBC URL) that connects to the database.
    On the other hand, in most cases, you generally want to configure a tnsnames.ora file on the client.
    Justin

  • Can we determine path of my INIT.ORA file from data dictionary views.

    Hello Guru’s
    I am new to oracle, My question is for the sake of my knowledge: I work on oracle 10G.
    Is there any data dictionary view from where I can get the path of my INIT.ORA file.
    Regards,

    NewDay wrote:
    Hello Guru’s
    I am new to oracle, My question is for the sake of my knowledge: I work on oracle 10G.
    Is there any data dictionary view from where I can get the path of my INIT.ORA file.
    AFAIK , its no. You can check the path from the show parameter command like following,
    SQL> show parameter spfile
    NAME                                 TYPE
    VALUE
    spfile                               string
    /u01/app/oracle/product/10.2.0
    /db_1/dbs/spfileorcl.ora
    SQL>HTH
    Aman....

  • Questions on init.ora file

    Hi,
    I have some questions on init.ora file. While checking the init file in my system i found that it defines a spfile in a non default location.
    The parameter names are like
    1) db1.__db_cache_size
    2) *._kgl_large_heap_warning_threshold
    3) *.sga_target
    what do they indicate? I mean what does 'db1.__' , '*._' and '*.' indicate? There are multiple database in the Windows 2003 server and the db version is 10g R1
    Regards,
    SID
    Edited by: SID3 on Jun 29, 2010 5:55 AM
    Edited by: SID3 on Jun 29, 2010 5:56 AM

    SID3 wrote:
    From the discussion i guess the following points
    1) db1._ means they are specific to databases.
    2) *._ and * means they are used accross databases and chaging it in any of the initfile might affect all? I seriously doubt this.You are mistaken when speaking about database. Bear in mind, a database is not an instance.
    * here means this parameter will apply to any instance of that database (if it is in RAC), or to the only one instance of that database (if it is in non-RAC).
    Find out more :
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_2013.htm#i2146449
    Nicolas.

Maybe you are looking for

  • How do I make Photoshop the default in Dreamweaver

    Hi, PhotoImpact is currently my default program in Dreamweaver CS6. I want to change the default to PhotoShop. I used Associated type or protocol to change from PhotoImpact to PhotoShop, but when I click on a jpg file in Dreamweaver, PhotoImpact stil

  • APP - PAY - 06153 error at step 40 while assigning job code to employee.

    Hi, I am getting error AP-PAY-06153 : System Error : Procedure at step 40. When i save any changes made in the employee assignment, this error is displayed. Can anyone help me resolve this issue? Thanks and regards, Aruna.

  • Best design for HA Fileshare on existing Hyper-V Cluster?

    Have a three node 2012 R2 Hyper-V Cluster. The storage is a HP MSA 2000 G3 SAS Block Storage with CSV's.  We have a fileserver for all users running as VM on the cluster. Fileserver availability is important and it's difficult to take this fileserver

  • Posting period Message no. M7053

    Hi Guru's Posting only possible in periods 2010/08 and 2010/07 in company code 1000 Posting only possible in periods 2010/08 and 2010/07 in company code 1000 Message no. M7053 I have checked MMPV, OMSY and MAREV table entry too. Current period is run

  • 'Undeliverable Mail' SPAM

    I have recently started to get a fair amount of 'Undeliverable Mail' SPAM. Anyone else getting this? imac G5 20; 1gig RAM; 160HD; airport; bluetooth keyboard & mouse; bose companion 3 speakers   Mac OS X (10.4.8)