ERP database did not shutdown

Hi
We have Oracle ERP R12.0.6 running on single node configuration. Usually we take full offline backups on friday morning. Even after issuing the command > shutdown immediate, database did not shutdown for 2 hours as some 'Create accounting' concurrent program was running for past 44 hours. Why database did not kill this session? Is our SGA or redolog files size are not proper?
How to diagnose this issue?
Regards
Ariz

Hi
I reviewed the alert log. When this shutdown immediate was running i was watching alert log and few of them as follows:
Fri May 6 07:04:12 2011
Starting background process EMN0
EMN0 started with pid=24, OS id=1904666
Fri May 6 07:04:12 2011
Shutting down instance: further logons disabled
Fri May 6 07:04:14 2011
Stopping background process QMNC
Fri May 6 07:04:14 2011
Stopping background process CJQ0
Fri May 6 07:04:19 2011
Stopping background process MMNL
Fri May 6 07:04:20 2011
Stopping background process MMON
Fri May 6 07:04:23 2011
Shutting down instance (immediate)
License high water mark = 262
Fri May 6 07:04:23 2011
Stopping Job queue slave processes
Fri May 6 07:04:23 2011
Job queue slave processes stopped
Fri May 6 07:09:22 2011
Active call for process 2142404 user 'oramgrl' program 'oracleSCC@ebsprod'
Active call for process 995354 user 'oramgrl' program 'oracleSCC@ebsprod'
SHUTDOWN: waiting for active calls to complete.
Fri May 6 07:13:56 2011
Incremental checkpoint up to RBA [0xb28.185c2e.0], current log tail at RBA [0xb28.185c3b.0]
Fri May 6 07:23:48 2011
MMNL absent for 1206 secs; Foregrounds taking over
Fri May 6 07:34:01 2011
Incremental checkpoint up to RBA [0xb28.185d1c.0], current log tail at RBA [0xb28.185d1c.0]
Fri May 6 07:47:56 2011
Beginning log switch checkpoint up to RBA [0xb29.2.10], SCN: 3320888564
Thread 1 advanced to log sequence 2857
Current log# 2 seq# 2857 mem# 0: /scclive/oracle/db/apps_st/data/log02a.dbf
Current log# 2 seq# 2857 mem# 1: /scclive/oracle/db/apps_st/data/log02b.dbf
Fri May 6 07:48:46 2011
Completed checkpoint up to RBA [0xb29.2.10], SCN: 3320888564
Fri May 6 07:54:36 2011
Incremental checkpoint up to RBA [0xb29.3372a.0], current log tail at RBA [0xb29.4ba21.0]
Yes, you are right. Using the other session, i had issue shut abort and it has resolved the issue. We have job_queue_processes = 2 and aq_tm_processes=1.
But my concern is, i cannot add >shut abort command in my script. What is the other alternative or what parameter to be tuned? Please guide me.
Regards
Ariz

Similar Messages

  • ORA-02041: client database did not begin a transaction

    Hello All,
    I am making calls from oracle 8i to oracle 9i.
    First i am inserting values from 8i into a table in 9i.
    secondly i am calling a procedure to send mail which again is in 9i database.
    If i run the query ..the mail is sent...
    if i run it for the second time i get this error
    ORA-00164: autonomous transaction disallowed within distributed transaction
    ORA-02041: client database did not begin a transaction
    If i run it again...The mail is sent...
    For every odd transaction the mail is sent and for every even transaction i get this error...Please advice me if you have any tips how i can resolve this..
    Thanks,
    AK

    It is maybe not exaclty the same situation but this thread may help you:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:16455356983632477090::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:362818006460

  • 10.1.0.4 SUN solaris 8 Database does not shutdown normally

    After SAN crash the 10.1.04 database does not shutdown immediate (hanging or..)
    I shutdown abort and startup is smooth.
    I checked the leftover OS processes looks like none left...
    Any sugestion?
    TIA

    in the alert :12:27:06 2007
    Waiting for Job queue slaves to complete
    Wed Feb 14 12:28:15 2007
    Job queue slave processes stopped
    Wed Feb 14 12:33:18 2007
    Active call for process 9247 user 'oracle' program 'oracle@solars23 (J000)'
    SHUTDOWN: waiting for active calls to complete.
    Wed Feb 14 12:47:00 2007
    KTSMG_UPDATE_MQL(): MMNL absent for 1201 secs; Foregrounds taking over
    oracle 9295 9274 0 12:25:03 ? 0:00 oracle102 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))

  • Rebuild Database did not reduce the database size

    I just completed a rebuild database. The rebuild completed much quicker than anticipated and in the end the did not reduce in size.
    This is my first rebuild and since original installation I have deleted a number of masters. From my understanding thumbnails and previews are not deleted when the master is deleted. In order to delete the thumbnails and previews the db must be rebuilt. Is this correct?
    The db is over 31.1gb. The rebuild took approx 10 minutes and when completed the db size was still 31.1gb. There was a message during the rebuild that read "Recovering projects". I was expecting to see stats showing previews and thumbnails being generated in the activity window but don't see it. Has the db been rebuilt?
    Thanks for any assistance.

    Rebuilding the database is for disaster-recovery, not file maintenance. I certainly wouldn't do it unless something was fundamentally broken and the application didn't run.
    "rebuilding" the database seems to do the following:
    (1) remove the database file completely (not even to the trash, it destroys the database utterly)
    (2) run through the plist files and reconstruct a brand-new database from them all
    I checked this (on an empty library) using hard-links from the commandline, and step (1) above scared me sufficiently that I'd only rebuild the database as an absolute last resort.
    Now, 31GB seems a lot for a database that only took 10 minutes to rebuild - are you sure you're not telling us the size of the library (to find the database size, right-click on the library and select view-package-contents, then open the 'Aperture.aplib' folder and find the size of the 'Library.apdb' file. That's the file you're changing when you 'rebuild database'.)
    If you're telling us the size of the entire aperture library instead, then that size will be completely dominated by the master RAW files you've imported. I'd guess your library will be less than 10MB.
    My understanding is that previews are deleted (since they're stored as separate files alongside the master image, if you look in the folder hierarchy), but thumbnails aren't. The thumbnails are aggregated together into one-file-per-project (presumably for speed of access), and I'd guess the space is reclaimed for future use, but the file doesn't get any smaller. That's a classic trade-off for speed-of-access, and users like us are normally very keen on things being fast
    -=C=-

  • Apps and database does not shutdown smoothly

    i have this error in apps shutdown log:
    ERROR : Timed out( 100000 ): Interrupted Exception
    and i had to shut the DB abort then start it then shutdown immediate
    and immediate takes too long(5 hours)
    even the License high water mark = 3
    what i have to to to avoid this ? or to make its faster to dhut the DB down?
    im afraid that there is a concurant that hangs the database?
    please advice!
    its not argent but its important !

    here is it(i just delete the repeted part of it coz its too long to post here)
    Mon Apr 6 00:52:46 2009
    Shutting down instance (immediate)
    License high water mark = 3
    Mon Apr 6 00:52:46 2009
    ALTER DATABASE CLOSE NORMAL
    Mon Apr 6 00:56:50 2009
    Beginning log switch checkpoint up to RBA [0x2da0f.2.10], SCN: 0x001b.3925e7a8
    Thread 1 advanced to log sequence 186895
    Current log# 2 seq# 186895 mem# 0: /home02/oraprod/proddata/log2.dbf
    Current log# 2 seq# 186895 mem# 1: /home02/oraprod/proddata/log2_2.dbf
    Mon Apr 6 00:56:50 2009
    ARC0: Evaluating archive log 1 thread 1 sequence 186894
    ARC0: Beginning to archive log 1 thread 1 sequence 186894
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186894.arc'
    ARC0: Completed archiving log 1 thread 1 sequence 186894
    Mon Apr 6 00:57:54 2009
    Waiting for smon to disable tx recovery.
    Mon Apr 6 01:00:46 2009
    Completed checkpoint up to RBA [0x2da0f.2.10], SCN: 0x001b.3925e7a8
    Mon Apr 6 01:04:08 2009
    Beginning log switch checkpoint up to RBA [0x2da10.2.10], SCN: 0x001b.3925e85a
    Thread 1 advanced to log sequence 186896
    Current log# 3 seq# 186896 mem# 0: /home02/oraprod/proddata/log3.dbf
    Current log# 3 seq# 186896 mem# 1: /home02/oraprod/proddata/log3_2.dbf
    Mon Apr 6 01:04:09 2009
    ARC1: Evaluating archive log 2 thread 1 sequence 186895
    ARC1: Beginning to archive log 2 thread 1 sequence 186895
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186895.arc'
    ARC1: Completed archiving log 2 thread 1 sequence 186895
    Mon Apr 6 01:06:57 2009
    Completed checkpoint up to RBA [0x2da10.2.10], SCN: 0x001b.3925e85a
    Mon Apr 6 01:09:40 2009
    Beginning log switch checkpoint up to RBA [0x2da11.2.10], SCN: 0x001b.3925e908
    Thread 1 advanced to log sequence 186897
    Current log# 1 seq# 186897 mem# 0: /home02/oraprod/proddata/log1.dbf
    Current log# 1 seq# 186897 mem# 1: /home02/oraprod/proddata/log1_2.dbf
    Mon Apr 6 01:09:45 2009
    ARC0: Evaluating archive log 3 thread 1 sequence 186896
    ARC0: Beginning to archive log 3 thread 1 sequence 186896
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186896.arc'
    ARC0: Completed archiving log 3 thread 1 sequence 186896
    Mon Apr 6 01:11:56 2009
    Completed checkpoint up to RBA [0x2da11.2.10], SCN: 0x001b.3925e908
    Mon Apr 6 01:13:40 2009
    Beginning log switch checkpoint up to RBA [0x2da12.2.10], SCN: 0x001b.3925e9cc
    Thread 1 advanced to log sequence 186898
    Current log# 2 seq# 186898 mem# 0: /home02/oraprod/proddata/log2.dbf
    Current log# 2 seq# 186898 mem# 1: /home02/oraprod/proddata/log2_2.dbf
    Mon Apr 6 01:13:40 2009
    ARC1: Evaluating archive log 1 thread 1 sequence 186897
    ARC1: Beginning to archive log 1 thread 1 sequence 186897
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186897.arc'
    Mon Apr 6 01:13:53 2009
    ARC1: Completed archiving log 1 thread 1 sequence 186897
    Mon Apr 6 01:15:21 2009
    Completed checkpoint up to RBA [0x2da12.2.10], SCN: 0x001b.3925e9cc
    Mon Apr 6 01:18:01 2009
    Beginning log switch checkpoint up to RBA [0x2da13.2.10], SCN: 0x001b.3925ea91
    Thread 1 advanced to log sequence 186899
    Current log# 3 seq# 186899 mem# 0: /home02/oraprod/proddata/log3.dbf
    Current log# 3 seq# 186899 mem# 1: /home02/oraprod/proddata/log3_2.dbf
    Mon Apr 6 01:18:01 2009
    ARC0: Evaluating archive log 2 thread 1 sequence 186898
    ARC0: Beginning to archive log 2 thread 1 sequence 186898
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186898.arc'
    ARC0: Completed archiving log 2 thread 1 sequence 186898
    Mon Apr 6 01:20:12 2009
    Completed checkpoint up to RBA [0x2da13.2.10], SCN: 0x001b.3925ea91
    Mon Apr 6 01:21:56 2009
    Beginning log switch checkpoint up to RBA [0x2da14.2.10], SCN: 0x001b.3925eb50
    Thread 1 advanced to log sequence 186900
    Current log# 1 seq# 186900 mem# 0: /home02/oraprod/proddata/log1.dbf
    Current log# 1 seq# 186900 mem# 1: /home02/oraprod/proddata/log1_2.dbf
    Mon Apr 6 01:21:57 2009
    ARC1: Evaluating archive log 3 thread 1 sequence 186899
    ARC1: Beginning to archive log 3 thread 1 sequence 186899
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186899.arc'
    ARC1: Completed archiving log 3 thread 1 sequence 186899
    Mon Apr 6 01:24:13 2009
    Completed checkpoint up to RBA [0x2da14.2.10], SCN: 0x001b.3925eb50
    Mon Apr 6 01:25:49 2009
    Beginning log switch checkpoint up to RBA [0x2da44.2.10], SCN: 0x001b.3926124a
    Thread 1 advanced to log sequence 186948
    Current log# 1 seq# 186948 mem# 0: /home02/oraprod/proddata/log1.dbf
    Current log# 1 seq# 186948 mem# 1: /home02/oraprod/proddata/log1_2.dbf
    Mon Apr 6 04:50:52 2009
    ARC1: Evaluating archive log 3 thread 1 sequence 186947
    ARC1: Beginning to archive log 3 thread 1 sequence 186947
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186947.arc'
    ARC1: Completed archiving log 3 thread 1 sequence 186947
    Mon Apr 6 04:52:03 2009
    Completed checkpoint up to RBA [0x2da44.2.10], SCN: 0x001b.3926124a
    Mon Apr 6 04:53:12 2009
    Beginning log switch checkpoint up to RBA [0x2da45.2.10], SCN: 0x001b.39261314
    Thread 1 advanced to log sequence 186949
    Current log# 2 seq# 186949 mem# 0: /home02/oraprod/proddata/log2.dbf
    Current log# 2 seq# 186949 mem# 1: /home02/oraprod/proddata/log2_2.dbf
    Mon Apr 6 04:53:12 2009
    ARC0: Evaluating archive log 1 thread 1 sequence 186948
    ARC0: Beginning to archive log 1 thread 1 sequence 186948
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186948.arc'
    ARC0: Completed archiving log 1 thread 1 sequence 186948
    Mon Apr 6 04:54:23 2009
    Completed checkpoint up to RBA [0x2da45.2.10], SCN: 0x001b.39261314
    Mon Apr 6 04:55:23 2009
    Beginning log switch checkpoint up to RBA [0x2da46.2.10], SCN: 0x001b.392613dc
    Thread 1 advanced to log sequence 186950
    Current log# 3 seq# 186950 mem# 0: /home02/oraprod/proddata/log3.dbf
    Current log# 3 seq# 186950 mem# 1: /home02/oraprod/proddata/log3_2.dbf
    Mon Apr 6 04:55:23 2009
    ARC1: Evaluating archive log 2 thread 1 sequence 186949
    ARC1: Beginning to archive log 2 thread 1 sequence 186949
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186949.arc'
    ARC1: Completed archiving log 2 thread 1 sequence 186949
    Mon Apr 6 04:56:27 2009
    Completed checkpoint up to RBA [0x2da46.2.10], SCN: 0x001b.392613dc
    Mon Apr 6 04:57:29 2009
    Beginning log switch checkpoint up to RBA [0x2da47.2.10], SCN: 0x001b.392614a2
    Thread 1 advanced to log sequence 186951
    Current log# 1 seq# 186951 mem# 0: /home02/oraprod/proddata/log1.dbf
    Current log# 1 seq# 186951 mem# 1: /home02/oraprod/proddata/log1_2.dbf
    Mon Apr 6 04:57:29 2009
    ARC0: Evaluating archive log 3 thread 1 sequence 186950
    ARC0: Beginning to archive log 3 thread 1 sequence 186950
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186950.arc'
    ARC0: Completed archiving log 3 thread 1 sequence 186950
    Mon Apr 6 04:58:35 2009
    Completed checkpoint up to RBA [0x2da47.2.10], SCN: 0x001b.392614a2
    Mon Apr 6 04:59:27 2009
    Beginning log switch checkpoint up to RBA [0x2da48.2.10], SCN: 0x001b.39261569
    Thread 1 advanced to log sequence 186952
    Current log# 2 seq# 186952 mem# 0: /home02/oraprod/proddata/log2.dbf
    Current log# 2 seq# 186952 mem# 1: /home02/oraprod/proddata/log2_2.dbf
    Mon Apr 6 04:59:27 2009
    ARC1: Evaluating archive log 1 thread 1 sequence 186951
    ARC1: Beginning to archive log 1 thread 1 sequence 186951
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186951.arc'
    ARC1: Completed archiving log 1 thread 1 sequence 186951
    Mon Apr 6 05:00:32 2009
    Completed checkpoint up to RBA [0x2da48.2.10], SCN: 0x001b.39261569
    Mon Apr 6 05:01:30 2009
    Beginning log switch checkpoint up to RBA [0x2da49.2.10], SCN: 0x001b.39261631
    Thread 1 advanced to log sequence 186953
    Current log# 3 seq# 186953 mem# 0: /home02/oraprod/proddata/log3.dbf
    Current log# 3 seq# 186953 mem# 1: /home02/oraprod/proddata/log3_2.dbf
    Mon Apr 6 05:01:30 2009
    ARC0: Evaluating archive log 2 thread 1 sequence 186952
    ARC0: Beginning to archive log 2 thread 1 sequence 186952
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186952.arc'
    ARC0: Completed archiving log 2 thread 1 sequence 186952
    Mon Apr 6 05:02:42 2009
    Completed checkpoint up to RBA [0x2da49.2.10], SCN: 0x001b.39261631
    Mon Apr 6 05:03:51 2009
    Beginning log switch checkpoint up to RBA [0x2da4a.2.10], SCN: 0x001b.392616f2
    Thread 1 advanced to log sequence 186954
    Current log# 1 seq# 186954 mem# 0: /home02/oraprod/proddata/log1.dbf
    Current log# 1 seq# 186954 mem# 1: /home02/oraprod/proddata/log1_2.dbf
    Mon Apr 6 05:03:51 2009
    ARC1: Evaluating archive log 3 thread 1 sequence 186953
    ARC1: Beginning to archive log 3 thread 1 sequence 186953
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186953.arc'
    ARC1: Completed archiving log 3 thread 1 sequence 186953
    Mon Apr 6 05:04:58 2009
    Completed checkpoint up to RBA [0x2da4a.2.10], SCN: 0x001b.392616f2
    Mon Apr 6 05:06:06 2009
    Beginning log switch checkpoint up to RBA [0x2da4b.2.10], SCN: 0x001b.392617b7
    Thread 1 advanced to log sequence 186955
    Current log# 2 seq# 186955 mem# 0: /home02/oraprod/proddata/log2.dbf
    Current log# 2 seq# 186955 mem# 1: /home02/oraprod/proddata/log2_2.dbf
    Mon Apr 6 05:06:06 2009
    ARC0: Evaluating archive log 1 thread 1 sequence 186954
    ARC0: Beginning to archive log 1 thread 1 sequence 186954
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186954.arc'
    ARC0: Completed archiving log 1 thread 1 sequence 186954
    Mon Apr 6 05:07:15 2009
    Completed checkpoint up to RBA [0x2da4b.2.10], SCN: 0x001b.392617b7
    Mon Apr 6 05:08:24 2009
    Beginning log switch checkpoint up to RBA [0x2da4c.2.10], SCN: 0x001b.3926187d
    Thread 1 advanced to log sequence 186956
    Current log# 3 seq# 186956 mem# 0: /home02/oraprod/proddata/log3.dbf
    Current log# 3 seq# 186956 mem# 1: /home02/oraprod/proddata/log3_2.dbf
    Mon Apr 6 05:08:24 2009
    ARC1: Evaluating archive log 2 thread 1 sequence 186955
    ARC1: Beginning to archive log 2 thread 1 sequence 186955
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186955.arc'
    ARC1: Completed archiving log 2 thread 1 sequence 186955
    Mon Apr 6 05:09:39 2009
    Completed checkpoint up to RBA [0x2da4c.2.10], SCN: 0x001b.3926187d
    Mon Apr 6 05:10:49 2009
    Beginning log switch checkpoint up to RBA [0x2da4d.2.10], SCN: 0x001b.39261946
    Thread 1 advanced to log sequence 186957
    Current log# 1 seq# 186957 mem# 0: /home02/oraprod/proddata/log1.dbf
    Current log# 1 seq# 186957 mem# 1: /home02/oraprod/proddata/log1_2.dbf
    Mon Apr 6 05:10:49 2009
    ARC0: Evaluating archive log 3 thread 1 sequence 186956
    ARC0: Beginning to archive log 3 thread 1 sequence 186956
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186956.arc'
    ARC0: Completed archiving log 3 thread 1 sequence 186956
    Mon Apr 6 05:12:03 2009
    Completed checkpoint up to RBA [0x2da4d.2.10], SCN: 0x001b.39261946
    Mon Apr 6 05:13:10 2009
    Beginning log switch checkpoint up to RBA [0x2da4e.2.10], SCN: 0x001b.39261a0a
    Thread 1 advanced to log sequence 186958
    Current log# 2 seq# 186958 mem# 0: /home02/oraprod/proddata/log2.dbf
    Current log# 2 seq# 186958 mem# 1: /home02/oraprod/proddata/log2_2.dbf
    Mon Apr 6 05:13:10 2009
    ARC1: Evaluating archive log 1 thread 1 sequence 186957
    ARC1: Beginning to archive log 1 thread 1 sequence 186957
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186957.arc'
    ARC1: Completed archiving log 1 thread 1 sequence 186957
    Mon Apr 6 05:14:27 2009
    Completed checkpoint up to RBA [0x2da4e.2.10], SCN: 0x001b.39261a0a
    Mon Apr 6 05:15:27 2009
    Beginning log switch checkpoint up to RBA [0x2da4f.2.10], SCN: 0x001b.39261acb
    Thread 1 advanced to log sequence 186959
    Current log# 3 seq# 186959 mem# 0: /home02/oraprod/proddata/log3.dbf
    Current log# 3 seq# 186959 mem# 1: /home02/oraprod/proddata/log3_2.dbf
    Mon Apr 6 05:15:27 2009
    ARC0: Evaluating archive log 2 thread 1 sequence 186958
    ARC0: Beginning to archive log 2 thread 1 sequence 186958
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186958.arc'
    ARC0: Completed archiving log 2 thread 1 sequence 186958
    Mon Apr 6 05:16:34 2009
    Completed checkpoint up to RBA [0x2da4f.2.10], SCN: 0x001b.39261acb
    Mon Apr 6 05:17:30 2009
    Beginning log switch checkpoint up to RBA [0x2da50.2.10], SCN: 0x001b.39261b91
    Thread 1 advanced to log sequence 186960
    Current log# 1 seq# 186960 mem# 0: /home02/oraprod/proddata/log1.dbf
    Current log# 1 seq# 186960 mem# 1: /home02/oraprod/proddata/log1_2.dbf
    Mon Apr 6 05:17:30 2009
    ARC1: Evaluating archive log 3 thread 1 sequence 186959
    ARC1: Beginning to archive log 3 thread 1 sequence 186959
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186959.arc'
    ARC1: Completed archiving log 3 thread 1 sequence 186959
    Mon Apr 6 05:18:34 2009
    Completed checkpoint up to RBA [0x2da50.2.10], SCN: 0x001b.39261b91
    Mon Apr 6 05:19:30 2009
    Beginning log switch checkpoint up to RBA [0x2da51.2.10], SCN: 0x001b.39261c57
    Thread 1 advanced to log sequence 186961
    Current log# 2 seq# 186961 mem# 0: /home02/oraprod/proddata/log2.dbf
    Current log# 2 seq# 186961 mem# 1: /home02/oraprod/proddata/log2_2.dbf
    Mon Apr 6 05:19:30 2009
    ARC0: Evaluating archive log 1 thread 1 sequence 186960
    ARC0: Beginning to archive log 1 thread 1 sequence 186960
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186960.arc'
    ARC0: Completed archiving log 1 thread 1 sequence 186960
    Mon Apr 6 05:20:34 2009
    Completed checkpoint up to RBA [0x2da51.2.10], SCN: 0x001b.39261c57
    Mon Apr 6 05:21:38 2009
    Beginning log switch checkpoint up to RBA [0x2da52.2.10], SCN: 0x001b.39261d1f
    Thread 1 advanced to log sequence 186962
    Current log# 3 seq# 186962 mem# 0: /home02/oraprod/proddata/log3.dbf
    Current log# 3 seq# 186962 mem# 1: /home02/oraprod/proddata/log3_2.dbf
    Mon Apr 6 05:21:38 2009
    ARC1: Evaluating archive log 2 thread 1 sequence 186961
    ARC1: Beginning to archive log 2 thread 1 sequence 186961
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186961.arc'
    ARC1: Completed archiving log 2 thread 1 sequence 186961
    Mon Apr 6 05:22:53 2009
    Completed checkpoint up to RBA [0x2da52.2.10], SCN: 0x001b.39261d1f
    Mon Apr 6 05:23:56 2009
    Beginning log switch checkpoint up to RBA [0x2da53.2.10], SCN: 0x001b.39261de7
    Thread 1 advanced to log sequence 186963
    Current log# 1 seq# 186963 mem# 0: /home02/oraprod/proddata/log1.dbf
    Current log# 1 seq# 186963 mem# 1: /home02/oraprod/proddata/log1_2.dbf
    Mon Apr 6 05:23:56 2009
    ARC0: Evaluating archive log 3 thread 1 sequence 186962
    ARC0: Beginning to archive log 3 thread 1 sequence 186962
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186962.arc'
    ARC0: Completed archiving log 3 thread 1 sequence 186962
    Mon Apr 6 05:25:14 2009
    Completed checkpoint up to RBA [0x2da53.2.10], SCN: 0x001b.39261de7
    Mon Apr 6 05:26:20 2009
    Beginning log switch checkpoint up to RBA [0x2da54.2.10], SCN: 0x001b.39261ead
    Thread 1 advanced to log sequence 186964
    Current log# 2 seq# 186964 mem# 0: /home02/oraprod/proddata/log2.dbf
    Current log# 2 seq# 186964 mem# 1: /home02/oraprod/proddata/log2_2.dbf
    Mon Apr 6 05:26:20 2009
    ARC1: Evaluating archive log 1 thread 1 sequence 186963
    ARC1: Beginning to archive log 1 thread 1 sequence 186963
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186963.arc'
    ARC1: Completed archiving log 1 thread 1 sequence 186963
    Mon Apr 6 05:27:33 2009
    Completed checkpoint up to RBA [0x2da54.2.10], SCN: 0x001b.39261ead
    Mon Apr 6 05:28:39 2009
    Beginning log switch checkpoint up to RBA [0x2da55.2.10], SCN: 0x001b.39261f70
    Thread 1 advanced to log sequence 186965
    Current log# 3 seq# 186965 mem# 0: /home02/oraprod/proddata/log3.dbf
    Current log# 3 seq# 186965 mem# 1: /home02/oraprod/proddata/log3_2.dbf
    Mon Apr 6 05:28:39 2009
    ARC0: Evaluating archive log 2 thread 1 sequence 186964
    ARC0: Beginning to archive log 2 thread 1 sequence 186964
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186964.arc'
    ARC0: Completed archiving log 2 thread 1 sequence 186964
    Mon Apr 6 05:29:51 2009
    Completed checkpoint up to RBA [0x2da55.2.10], SCN: 0x001b.39261f70
    Mon Apr 6 05:30:07 2009
    Starting ORACLE instance (normal)===============================================================>DB attempt to start up here as crontabed OS job but its exit with error (ORA-01081: cannot start already-running ORACLE - shut it down first)
    Mon Apr 6 05:30:48 2009
    Beginning log switch checkpoint up to RBA [0x2da56.2.10], SCN: 0x001b.39262035
    Thread 1 advanced to log sequence 186966
    Current log# 1 seq# 186966 mem# 0: /home02/oraprod/proddata/log1.dbf
    Current log# 1 seq# 186966 mem# 1: /home02/oraprod/proddata/log1_2.dbf
    Mon Apr 6 05:30:48 2009
    ARC1: Evaluating archive log 3 thread 1 sequence 186965
    ARC1: Beginning to archive log 3 thread 1 sequence 186965
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186965.arc'
    ARC1: Completed archiving log 3 thread 1 sequence 186965
    Mon Apr 6 05:31:48 2009
    Completed checkpoint up to RBA [0x2da56.2.10], SCN: 0x001b.39262035
    Mon Apr 6 05:32:44 2009
    Beginning log switch checkpoint up to RBA [0x2da57.2.10], SCN: 0x001b.392620fc
    Thread 1 advanced to log sequence 186967
    Current log# 2 seq# 186967 mem# 0: /home02/oraprod/proddata/log2.dbf
    Current log# 2 seq# 186967 mem# 1: /home02/oraprod/proddata/log2_2.dbf
    Mon Apr 6 05:32:44 2009
    ARC0: Evaluating archive log 1 thread 1 sequence 186966
    ARC0: Beginning to archive log 1 thread 1 sequence 186966
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186966.arc'
    ARC0: Completed archiving log 1 thread 1 sequence 186966
    Mon Apr 6 05:33:39 2009
    Completed checkpoint up to RBA [0x2da57.2.10], SCN: 0x001b.392620fc
    Mon Apr 6 05:34:38 2009
    Beginning log switch checkpoint up to RBA [0x2da58.2.10], SCN: 0x001b.392621c4
    Thread 1 advanced to log sequence 186968
    Current log# 3 seq# 186968 mem# 0: /home02/oraprod/proddata/log3.dbf
    Current log# 3 seq# 186968 mem# 1: /home02/oraprod/proddata/log3_2.dbf
    Mon Apr 6 05:34:38 2009
    ARC1: Evaluating archive log 2 thread 1 sequence 186967
    ARC1: Beginning to archive log 2 thread 1 sequence 186967
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arclog/PROD/arch_1_186967.arc'
    ARC1: Completed archiving log 2 thread 1 sequence 186967
    Mon Apr 6 05:35:42 2009
    Completed checkpoint up to RBA [0x2da58.2.10], SCN: 0x001b.392621c4
    Mon Apr 6 05:36:50 2009
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Mon Apr 6 05:37:04 2009
    Shutting down archive processes
    Archiving is disabled
    Mon Apr 6 05:37:04 2009
    ARCH shutting down
    Mon Apr 6 05:37:04 2009
    ARCH shutting down
    ARC0: Archival stopped
    Mon Apr 6 05:37:04 2009
    ARC1: Archival stopped
    Mon Apr 6 05:37:08 2009
    Thread 1 closed at log sequence 186968
    Successful close of redo thread 1.
    Mon Apr 6 05:37:10 2009
    Completed: ALTER DATABASE CLOSE NORMAL
    Mon Apr 6 05:37:11 2009
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active

  • One of my database did not migrate in V11 (From 9.3) ?

    Hello,
    we just have migrated our hyperion server from 9.3.1 to 11.1.1
    We have two applications in the same application group.
    When I open shared Services, In the frame "Application Management", if I click on "Application Group" I see my Application groups list. Then I click on my Application group : It open the Modify Application Group Windows and I see two lines in the Assigned Applications section :
    Myappli 1 : 9.3.1
    MyAppli2 : 9.5 (that is to say V11).
    I'm just astonished that one of my application is still in 9.3.1 versions ?? But I opened it with Planning V11, there were no problems ?
    It's a problem because I would like to use the LCM between the two applications and it doesn't seems to work with 9.3.1.
    So do you think my application is still in 9.3.1 ?
    How can I migrate it in 9.5 (V11) ? Is there or is it just a Shared Services problem ? Is there any software or utility which can helps me ?
    Note : The migration has been made by one of my colleagues and he doesn't remember to have choose which database to export in 9.5
    Best regards

    In fact I'm thinking that LCM doesn't work with my 9.3.1 application because :
    In shared Services, Ive activated LCM
    Administration > Configure Auditing.
    (I followed your blog :)
    Then if I click (in HSS) on my 9.5 application, on the right frame I see the list of available artifacts.
    If I click on the 9.3 application, it displays "Loading", then I see the following message :
    Error : Unable to Connect to "ESPACE", ensure that the application is up and running and the user has the appropriate rights to access this feature.
    Note : I've checked that the application is running and the user is a member of an admin group.
    I also tried to export by LCM date from an 9.5 application to file System then from file system to the 9.3.1 application and it's not working (no errors message but the job never stopped).
    But maybe I only have a configuration problem ?
    Do you have any idea ?
    Thanks for your help

  • Ugly, ugly, Chromium did not shutdown correctly hack.

    Chromium constantly gives errors when I launch it.  Either says it didn't shutdown correctly or that there was a problem with my user profile.  The following bash script checks to see if it is running and if it isn't it clears Chromium's cache and deletes the locks on the profile.  It checks to see if Chromium is running first as doing these actions while it is so is probably not the best idea.
    Starting Chromium in this manner is working completely fine for myself going on a week now.
    #/bin/bash
    APP='chromium'
    if ps ax | grep -v grep | grep $APP > /dev/null
    then
    # Chromium is already running
    notify-send -t 3000 "Chromium" "Chromium is already running. A new instance will not be started."
    else
    # Release the Chromium locks before starting
    # 1) The next four commented-out lines would be used to fix your user profile in most cases
    # (Default profile given but applies to other named profiles too)
    #cd ~/.config/chromium
    #cp -r Default/ Default.bak/
    #rm -r Default
    #mv Default.bak/ Default/
    # 2) But, just deleting the locks works just as well
    rm ~/.config/chromium/SingletonCookie
    rm ~/.config/chromium/SingletonLock
    rm ~/.config/chromium/SingletonSocket
    # Clear Chromium's cache before starting
    rm -r ~/.cache/chromium/*
    # Start Chromium skipping any initial set-up and also with a maximized window
    chromium --no-first-run --start-maximized
    fi
    If Chromium actually does crash then it would probably not be a good idea to start it using this script.  This script is on my panel and what I usually use to launch Chromium.  In my application menu the default launcher is present and when Chromium does crash - hasn't yet - then I'll use that default launcher on the next run.
    So, flame on!  Tell me how bad an idea this is!?
    Last edited by headkase (2012-06-22 04:57:29)

    Expanding on what ralvez stated, here is our policy
    It is highly unlikely that your issue is unrelated to these two year old problems.   Almost everything has changed in that time.   Please feel free to start a new thread, and if you feel this thread is appropriate, then go ahead and link back to this thread.
    Thanks.
    Closing

  • Database is not Opening. Errors are coming due to Copy Mismatch of Log file

    Hello Friends,
    I did some mistakes and deleted all log files after closing SAP QAS System.
    I was trying to Resizing the Redo Log files, as per as SNOTE 309526.
    All control files are consistent. Only due to Log File mismatch, Database is not Opening.
    Here, is the error.
    ERROR at line 1:
    ORA-00322: log 14 of thread 1 is not current copy
    ORA-00312: online log 14 thread 1: '/oracle/RQ1/mirrlogB/log_g14m2.dbf'
    ORA-00322: log 14 of thread 1 is not current copy
    ORA-00312: online log 14 thread 1: '/oracle/RQ1/origlogB/log_g14m1.dbf'
    In working condition, Previously the file was with this name log_g11m1.dbf......
    I had replaced all the files, which i had backedup ,before deleting those Log files. But, still this kind of error is coming.
    I tried to "reset log", but it failed.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01139: RESETLOGS option only valid after an incomplete database recovery
    I did all the activities after Closing SAP System.
    I want your Quick help, as its critical for me.
    Regards
    Bhavik Shroff
    Edited by: Bhavik G. Shroff on Nov 8, 2008 3:49 PM

    Hello Bhavik,
    with your given information (the query from above and the posted ORA-errors) - unfortunately i have to say .. you are almost lost, i really advise you to get professional support on your system for that.  Let me explain why.
    The information from the query
    SQL> SELECT * FROM V$LOG;
    GROUP#    THREAD#  SEQUENCE#      BYTES    MEMBERS ARC STATUS           FIRST_CHANGE# FIRST_TIM
        11          1      22292  104857600          2 NO  INVALIDATED      156909413     08-NOV-08
        13          1          0  104857600          2 YES UNUSED           0             08-NOV-08
        14          1      22291   20971520          2 YES ACTIVE           156909138     08-NOV-08
    SQL> SELECT * FROM V$LOGFILE;
    GROUP# STATUS  TYPE    MEMBER
    11         ONLINE  /oracle/RQ1/origlogA/log_g11_m1.dbf
    11         ONLINE  /oracle/RQ1/mirrlogA/log_g11_m2.dbf
    13         ONLINE  /oracle/RQ1/origlogA/log_g13_m1.dbf
    13         ONLINE  /oracle/RQ1/mirrlogA/log_g13_m2.dbf
    14         ONLINE  /oracle/RQ1/origlogB/log_g14m1.dbf
    14         ONLINE  /oracle/RQ1/mirrlogB/log_g14m2.dbf
    and the ORA-00322 error:
    ORA-00322: log 14 of thread 1 is not current copy
    ORA-00312: online log 14 thread 1: '/oracle/RQ1/mirrlogB/log_g14m2.dbf'
    ORA-00322: log 14 of thread 1 is not current copy
    As you can see your online redo log group 14 has the status ACTIVE, that means that this online redolog files are needed for a crash recovery (not all needed data was already flushed to the data files), but the files from the online redo log group 14 are lost (deleted accidentally). But you have really luck that this online redologfile is already archived (see query ARC = YES) so you must have a archivelog file with the sequence number 22291.
    The problem in your case is that the recover is performed through the online redolog files (normally done by a complete recovery), but the online redolog files are already deleted. To fix this issue you have to restore an older backup and make a recover trough the archive log files (including the sequence 22291 which was already archived) and not through the online redolog groups.
    At this point this is the only way to get a running database again (but maybe with data lost).
    The other serious problem is the redolog group 11, it seems like this group was the CURRENT redolog (take a look at the sequence and the SCNs) and you will lose this data.
    I can imagine that the database was not shutdown clearly at the moment of the redolog file deletion - the most indications are pointing to this.
    Sorry that i have no better news for you.. please get professional support who can execute the necessary steps for you.
    Regards
    Stefan

  • Database does not  startup automatically

    Oracle8i/Windows 2000 server
    we have three database ,all are 9am to 6pm database
    running on ARCHIVELOGMODE.
    Few days back due to disk crash,
    we have recovered our database using coldback up.
    since we did not copy archive logs to different disk,
    we lost some data.
    disk was under warranty ,it was replaced.
    then the database did not startup automatically.
    okay the problem was,during booting(since 9am to 6pm database), we were daily logging in svrmgrl and startup the database manually.
    now we have automated the above(startup) script in
    windows scheduled task.
    what to do to solve this problem.

    Hi
    c:\document and settings\admin>ORADIM -EDIT -SID <SID> -startmode auto -pfile D:\oradata\SID\initsid.ora
    This will add few entries to the regedit
    Go to regedit
    HKEY_LOCALMACHINE\software\oracle
    ORA_SID_PFILE=D:\oradata\SID\initsid.ora
    ORA_SID_AUTOSTART=TRUE
    check these values

  • After move mailbox to another mailbox database the mailbox database has not free space

    Hi,
    If any one can help me about that question I appreciate:
    - I have an Exchange Server 2010 mailbox database with 300 users.
    - I moved the mailboxe to a new mailbox database.
    - I have checked that the empty mailbox database did not release the free space from mailboxes moved
    The question is: should I wait for the retention time be finished and the the maintence job be done?
    Thanks a lot.
    Luiz

    Hi
    Even when the retention time expires the edb file will not reduce in size automatically.  You will need to run an offline defrag at that point ... which is actually not recommended.
    It would be better to move all the mailboxes to a new database and delete the old one.
    Steve

  • TS2518 Help, I had aperture open and working on a image and did not have a battery in and bumped the power off. As a result it will not open my master, it is locked. when I try to open that Library  it says There was an error opening the database for the

    Help, I had aperture open and working on a image and did not have a battery in and bumped the power off. As a result it will not open my master, it is locked. when I try to open that Library  it says There was an error opening the database for the library. I have tried every thing. I updated the other libr but now it will not open the main to update. What do I do?

    Try starting Aperture with the command and option keys held down.  You'll get 3 options.
    Try each, starting at the top, in order, checking after each to see if it fixes the issue.

  • I installed Windows 7 and did not realize I had to uninstall iTunes; now I've lost my database setup.

    When I installed the Windows 7 operating system, I did not know that I was supposed to Uninstall iTunes, and then reinstall my database after I installed Windows 7.  Now I have lost my iTunes database; however, I still have many .wav files on my computer, but all of the files are arranged by "Artist"; when I click on an Artist, I get the "Albums" listed for that Artist; when I click on an Album, I get the "Tracks" (.wav), preceded by the "Track Number", (space), "Track Name".
    Does anyone know if I can "Batch", search the Internet, and recreate my original "iTunes" database from the .wav files that are contained on my Music Library, External Drive "H"; and, my backup external drives "G" & "I"?  I may have additional tracks on these drives that are not included in my basic Music Library; after I include all of the .wav files on my external drives, I plan to delete all duplicate files.  My basic iTunes Program is on my Drive "C", along with my "Temporary" Audio Files; I plan to delete my Temporary Files after I recreate my Audio Library on my "H" drive.  If this is possible, could someone give me "step-by-step" instructions to do this operation.  If this is not possible, please let me know, so that I can start downloading my CD's again.
    I have approximately 3400 ".wav" files on my computer, and I feel there must be a way to re-build my Audio Library Database, without importing all of my individual CD"s again.
    Thanks for any help you can offer to accomplish my mission.
    I don't want to search my computer Drive "D", because I use this drive Exclusively for my Audio Restoration files. 

    Hi John,
    A major drawback with using wav for storage is that it doesn't carry a tag. This means that in the event of a corrupted library the only information remaining is the filename. Other data may be stored in the path but iTunes doesn't know how to get it. I understand that you need this format for your workflow with Diamond Cut, but that makes it all the more important that you backup your iTunes database on a regular basis.
    Provided that you still have the tracks in their artist and album folders and haven't let iTunes "reorganise" them you should be able to restore some useful metadata using my script TagFromFilename. The script reads the path and filename, and provided these are in the normal layout of <Path>\<Artist>\<Album>\## <Name>.<Ext> can restore Artist, Album Artist, Track Name and Track Number. If your files have a different but predicatable layout with the same information, e.g. the data is all in the filename, then I could create a suitable version of the script to get the data into iTunes. I recommend you disable both the Keep... and Copy... options in iTunes advanced preferences before adding files to the iTunes database. Ideally you also want a complete backup of your correctly structured folders in case you need to pull copies back from it.
    As stated earlier, uninstalling iTunes before the upgrade wouldn't have helped. The crucial thing before any upgrade is to backup all user data from the drive that will be wiped. Typically the iTunes database lives in C:\Users\<User>\Music\iTunes on Vista or Windows 7. The crucial file is called iTunes Library.itl. You seem fairly certain that you don't have a backup database that you could restore but an exhaustive search of your hard drive for files of the form *.itl might still be worth doing. If you find any apart from the active library we can discuss how you open them to see if they are useful.
    tt2
    PS The entire message in bold thing is a bit "shouty".

  • ERROR  IN  FILE--XI--RFC SCENARIO.  BAPI  did not UPDATE the DATABASE TABLE

    Hi
    I have created a scenario  FILE -XI- RFC
    File is picked by file adapter  - Its working fine
    I have used BPM
    In RFC side  i used BAPI_INCOMINGINVOICE_CREATE
    Its working fine and return an Invoice Number and Fisical year .
    When i Check this in the R/3 System , in Invoice no Does not Exist .
    Message mapping is ok
    SXMB_MONI all are ok
    Receiver file i got the invoice no and fisical year .
    The Problem is " DATABASE TABLE DID NOT UPDATED "
    So  should i do BAPI_COMMIT seperately ........
    Any solution ................
    VERY VERY URGENT .....
    thanks in advance
    B.Jude

    hi jude,
    Commit Control for Single BAPI Calls
    If you want to use this communication channel to call BAPIs as remote-enabled function modules that change data in the database, set the indicator.
    If executed successfully, the transaction is written to the database by calling the function module BAPI_TRANSACTION_COMMIT explicitly. If an error occurs, the transaction is rolled back by BAPI_TRANSACTION_ROLLBACK.
    The result is determined by the value of the field TYPE in parameter RETURN. If successful, the tables are empty and the values “”, “S”, “I”, and “W” are displayed. All other values are regarded as errors.
    To change this setting, set the indicator BAPI Advanced Mode.
    <b>In the Successful RETURN-TYPE Values table, enter the values that should lead to a successful execution.</b>
    Regards,
    Mandeep Virk

  • I have to keep turning on an off the wi-fi connection to connect to my network after system shutdown with mountain lion, I did not have to do this with 10.6.8 before I upgraded, is there a bug fix in the works?

    I have to keep turning on an off the wi-fi connection to connect to my network after system shutdown with mountain lion, I did not have to do this with 10.6.8 before I upgraded, is there a bug fix in the works?

    Many have posted this fix:
    Go to System Preferences > Energy Saver > Computer Sleep ... set to anything greater than the 15 min. default setting.

  • Help iMac w/Lion. Virus/malware Safari can't shutdown. Got pop up saying I won a prize. Did not select OK. Have to force shutdown. On restart of Safari get same pop up. Locks up Safari. Any help would be greatly appreciated.

    PiCked up a virus/malware please help me get rid of it. While browsing with Safari got pop up saying I won a prize. Click OK to find out what I won. Did not click Ok, but cannot close Safari without using forced shutdown. Powering down computer and restarting then selecting Safari brings up same prize window. Just installed Trend Microsoftware for Mac. It's scanning now. Don't think it will work.
    If I open another on same iMac everything seems ok.
    Any help would be greatly appreciated.
    Thanks

    I am also running Lion and had the same problem: a persistent popup on top of a half-opened Safari window saying that I had won a prize and should click OK to claim it.  If I forced Safari to quit, the same pages and popup menu would appear when I then reopened Safari.  From what I can tell, the problem results simply from the fact that Safari in Lion defaults to auto-reopening web pages that were open when Safari last quit, including those suspicious pages that may have prompted the user to force-quit Safari in the first place.  I solved the problem this way:
    (1)  After force-quitting Safari, I went to my user Library folder and found the Saved Application State folder within.  I then found the folder for Safari (com.apple.Safari.savedState), opened it and deleted its contents.  Now the next time I open Safari, there will be no pages to auto-reopen.
    (2)  Since this problem could happen again, I decided to disable the auto-reopen feature in Safari.  I did this by highlighting the "com.apple.Safari.savedState" file and choosing the File-->Get Info command, and then in the Get Info box, I turned on the Locked checkbox.  This prevents Safari from adding any files to this folder.
    This solution has worked well for me, and it has the advantage of not requiring the user to reset Safari.  It also preserves Lion's auto-reopen feature for all other applications.
    I need to give credit to David Pogue for the information I used to solve this problem.  He describes this procedure on page 169 of his book, Mac OSX Lion, the missing manual.
    Steve

Maybe you are looking for