Perhaps the TSM schedule you are runninng isn't running as "Oracle" user. The schedule should be setup as "Action: Command: and the "Objects" should be like this:
su - oracle -c "/db_eng/rman/hotbkup.sh" (Your script or path might be different) This is how we run RMAN backups on AIX 4.3.3 clients. (Note: when you put this script in your schedule or make changes to it enclose the ENTIRE line in single quotes or it won't take). David Longo >>> [EMAIL PROTECTED] 07/25/02 10:04AM >>> Hi, TSM experts, We've just set TDP for Oracle on AIX 4.3.3. The script works from crontab, but not from TSM client scheduler. It shows that the schedule has missed and RMAN log gives message like this; Recovery Manager: Release 8.1.6.3.0 - Production RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-00554: initialization of internal recovery manager package failed RMAN-04005: error from target database: ORA-01031: insufficient privileges Any help will be appreciated. Thanks. Jin Bae Chi (Gus) Data Center 614-287-2496 614-287-5488 Fax e-mail: [EMAIL PROTECTED] "MMS <health-first.org>" made the following annotations on 07/26/2002 01:31:13 PM ------------------------------------------------------------------------------ This message is for the named person's use only. It may contain confidential, proprietary, or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it, and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Health First reserves the right to monitor all e-mail communications through its networks. Any views or opinions expressed in this message are solely those of the individual sender, except (1) where the message states such views or opinions are on behalf of a particular entity; and (2) the sender is authorized by the entity to give such views or opinions. ==============================================================================
