Rman oracle 8i and tsm solaris 8

HI all,
i have a sun solaris machine with oracle 8i an tsm test software. I have made a policy for three different incremental backup 0/start month 1/sunday 2/every day. Then a i have made a script that check the obsolete backup with report obsolete until time 'SYSDATE - 30'.
At start the maintainance script work well after a tow month rman didn't find the some backup. Now my tsm backup is ok 50Gbyte and rman don't see the backup over the last 20 days. Any suggestion? Thanks in advanced

I have made a script for mantainance that delete the backup old than a certain number of day. The log at end of post is made with ' report obsolete until time 'SYSDATE - 10' and the result script is: It' will delete all backup until 1 april. but in tsm query the node associated with tdpo has 49 GByte allcoated. The older backup are not seen.
RMAN> ALLOCATE CHANNEL FOR DELETE TYPE 'SBT_TAPE' parms
2> 'ENV=(tdpo_optfile=/oracle/OA/script_rman/tdpo.opt)';
3> # Delete backupset 755 dated 20-MAR-06...
4> CHANGE BACKUPSET 755 DELETE;
5> # Delete backupset 756 dated 20-MAR-06...
6> CHANGE BACKUPSET 756 DELETE;
7> # Delete backupset 757 dated 20-MAR-06...
8> CHANGE BACKUPSET 757 DELETE;
9> # Delete backupset 758 dated 20-MAR-06...
10> CHANGE BACKUPSET 758 DELETE;
11> # Delete backupset 759 dated 20-MAR-06...
12> CHANGE BACKUPSET 759 DELETE;
13> # Delete backupset 760 dated 20-MAR-06...
14> CHANGE BACKUPSET 760 DELETE;
15> # Delete backupset 761 dated 21-MAR-06...
16> CHANGE BACKUPSET 761 DELETE;
17> # Delete backupset 762 dated 21-MAR-06...
18> CHANGE BACKUPSET 762 DELETE;
19> # Delete backupset 763 dated 21-MAR-06...
20> CHANGE BACKUPSET 763 DELETE;
21> # Delete backupset 764 dated 21-MAR-06...
22> CHANGE BACKUPSET 764 DELETE;
23> # Delete backupset 765 dated 21-MAR-06...
24> CHANGE BACKUPSET 765 DELETE;
25> # Delete backupset 766 dated 21-MAR-06...
26> CHANGE BACKUPSET 766 DELETE;
27> # Delete backupset 767 dated 21-MAR-06...
28> CHANGE BACKUPSET 767 DELETE;
29> # Delete backupset 768 dated 22-MAR-06...
30> CHANGE BACKUPSET 768 DELETE;
31> # Delete backupset 769 dated 22-MAR-06...
32> CHANGE BACKUPSET 769 DELETE;
33> # Delete backupset 770 dated 22-MAR-06...
34> CHANGE BACKUPSET 770 DELETE;
35> # Delete backupset 771 dated 22-MAR-06...
36> CHANGE BACKUPSET 771 DELETE;
37> # Delete backupset 772 dated 22-MAR-06...
38> CHANGE BACKUPSET 772 DELETE;
39> # Delete backupset 773 dated 22-MAR-06...
40> CHANGE BACKUPSET 773 DELETE;
41> # Delete backupset 774 dated 22-MAR-06...
42> CHANGE BACKUPSET 774 DELETE;
43> # Delete backupset 775 dated 23-MAR-06...
44> CHANGE BACKUPSET 775 DELETE;
45> # Delete backupset 776 dated 23-MAR-06...
46> CHANGE BACKUPSET 776 DELETE;
47> # Delete backupset 777 dated 23-MAR-06...
48> CHANGE BACKUPSET 777 DELETE;
49> # Delete backupset 778 dated 23-MAR-06...
50> CHANGE BACKUPSET 778 DELETE;
51> # Delete backupset 779 dated 23-MAR-06...
52> CHANGE BACKUPSET 779 DELETE;
53> # Delete backupset 780 dated 23-MAR-06...
54> CHANGE BACKUPSET 780 DELETE;
55> # Delete backupset 781 dated 23-MAR-06...
56> CHANGE BACKUPSET 781 DELETE;
57> # Delete backupset 782 dated 24-MAR-06...
58> CHANGE BACKUPSET 782 DELETE;
59> # Delete backupset 783 dated 24-MAR-06...
60> CHANGE BACKUPSET 783 DELETE;
61> # Delete backupset 784 dated 24-MAR-06...
62> CHANGE BACKUPSET 784 DELETE;
63> # Delete backupset 785 dated 24-MAR-06...
64> CHANGE BACKUPSET 785 DELETE;
65> # Delete backupset 786 dated 24-MAR-06...
66> CHANGE BACKUPSET 786 DELETE;
67> # Delete backupset 787 dated 24-MAR-06...
68> CHANGE BACKUPSET 787 DELETE;
69> # Delete backupset 788 dated 24-MAR-06...
70> CHANGE BACKUPSET 788 DELETE;
71> # Delete backupset 789 dated 25-MAR-06...
72> CHANGE BACKUPSET 789 DELETE;
73> # Delete backupset 790 dated 25-MAR-06...
74> CHANGE BACKUPSET 790 DELETE;
75> # Delete backupset 791 dated 25-MAR-06...
76> CHANGE BACKUPSET 791 DELETE;
77> # Delete backupset 792 dated 25-MAR-06...
78> CHANGE BACKUPSET 792 DELETE;
79> # Delete backupset 793 dated 25-MAR-06...
80> CHANGE BACKUPSET 793 DELETE;
81> # Delete backupset 794 dated 25-MAR-06...
82> CHANGE BACKUPSET 794 DELETE;
83> # Delete backupset 795 dated 25-MAR-06...
84> CHANGE BACKUPSET 795 DELETE;
85> # Delete backupset 796 dated 26-MAR-06...
86> CHANGE BACKUPSET 796 DELETE;
87> # Delete backupset 797 dated 26-MAR-06...
88> CHANGE BACKUPSET 797 DELETE;
89> # Delete backupset 798 dated 26-MAR-06...
90> CHANGE BACKUPSET 798 DELETE;
91> # Delete backupset 799 dated 26-MAR-06...
92> CHANGE BACKUPSET 799 DELETE;
93> # Delete backupset 800 dated 26-MAR-06...
94> CHANGE BACKUPSET 800 DELETE;
95> # Delete backupset 801 dated 26-MAR-06...
96> CHANGE BACKUPSET 801 DELETE;
97> # Delete backupset 802 dated 26-MAR-06...
98> CHANGE BACKUPSET 802 DELETE;
99> # Delete backupset 803 dated 27-MAR-06...
100> CHANGE BACKUPSET 803 DELETE;
101> # Delete backupset 804 dated 27-MAR-06...
102> CHANGE BACKUPSET 804 DELETE;
103> # Delete backupset 805 dated 27-MAR-06...
104> CHANGE BACKUPSET 805 DELETE;
105> # Delete backupset 806 dated 27-MAR-06...
106> CHANGE BACKUPSET 806 DELETE;
107> # Delete backupset 807 dated 27-MAR-06...
108> CHANGE BACKUPSET 807 DELETE;
109> # Delete backupset 808 dated 27-MAR-06...
110> CHANGE BACKUPSET 808 DELETE;
111> # Delete backupset 809 dated 27-MAR-06...
112> CHANGE BACKUPSET 809 DELETE;
113> # Delete backupset 810 dated 28-MAR-06...
114> CHANGE BACKUPSET 810 DELETE;
115> # Delete backupset 811 dated 28-MAR-06...
116> CHANGE BACKUPSET 811 DELETE;
117> # Delete backupset 812 dated 28-MAR-06...
118> CHANGE BACKUPSET 812 DELETE;
119> # Delete backupset 813 dated 28-MAR-06...
120> CHANGE BACKUPSET 813 DELETE;
121> # Delete backupset 814 dated 28-MAR-06...
122> CHANGE BACKUPSET 814 DELETE;
123> # Delete backupset 815 dated 28-MAR-06...
124> CHANGE BACKUPSET 815 DELETE;
125> # Delete backupset 816 dated 28-MAR-06...
126> CHANGE BACKUPSET 816 DELETE;
127> # Delete backupset 817 dated 29-MAR-06...
128> CHANGE BACKUPSET 817 DELETE;
129> # Delete backupset 818 dated 29-MAR-06...
130> CHANGE BACKUPSET 818 DELETE;
131> # Delete backupset 819 dated 29-MAR-06...
132> CHANGE BACKUPSET 819 DELETE;
133> # Delete backupset 820 dated 29-MAR-06...
134> CHANGE BACKUPSET 820 DELETE;
135> # Delete backupset 821 dated 29-MAR-06...
136> CHANGE BACKUPSET 821 DELETE;
137> # Delete backupset 822 dated 29-MAR-06...
138> CHANGE BACKUPSET 822 DELETE;
139> # Delete backupset 823 dated 29-MAR-06...
140> CHANGE BACKUPSET 823 DELETE;
141> # Delete backupset 824 dated 30-MAR-06...
142> CHANGE BACKUPSET 824 DELETE;
143> # Delete backupset 825 dated 30-MAR-06...
144> CHANGE BACKUPSET 825 DELETE;
145> # Delete backupset 826 dated 30-MAR-06...
146> CHANGE BACKUPSET 826 DELETE;
147> # Delete backupset 827 dated 30-MAR-06...
148> CHANGE BACKUPSET 827 DELETE;
149> # Delete backupset 828 dated 30-MAR-06...
150> CHANGE BACKUPSET 828 DELETE;
151> # Delete backupset 829 dated 30-MAR-06...
152> CHANGE BACKUPSET 829 DELETE;
153> # Delete backupset 830 dated 30-MAR-06...
154> CHANGE BACKUPSET 830 DELETE;
155> # Delete backupset 831 dated 31-MAR-06...
156> CHANGE BACKUPSET 831 DELETE;
157> # Delete backupset 832 dated 31-MAR-06...
158> CHANGE BACKUPSET 832 DELETE;
159> # Delete backupset 833 dated 31-MAR-06...
160> CHANGE BACKUPSET 833 DELETE;
161> # Delete backupset 834 dated 31-MAR-06...
162> CHANGE BACKUPSET 834 DELETE;
163> # Delete backupset 835 dated 31-MAR-06...
164> CHANGE BACKUPSET 835 DELETE;
165> # Delete backupset 836 dated 31-MAR-06...
166> CHANGE BACKUPSET 836 DELETE;
167> RELEASE CHANNEL;
168> EXIT;

Similar Messages

  • Synchronize RMAN and TSM

    Hi.
    Question is little off topic, but maybe someone can help me.
    I'm using Oracle 8i on IBM AIX. My database is backed up on TSM server (TDP for Oracle) with RMAN without recovery catalog database(RMAN works on controlfiles of database). During deleting old backups RMAN doesn't wait for confirmation from TSM server, and now some of my backups are out of synchronization with TSM server. I have 8 backup pieces that are on TSM server, but are not in RMAN database.
    QUESTION: does anyone of you know the tool or knows how to synchronize RMAN and TSM. There is a tool named "tdposync" which comes with "Tivoli Data Protection for Oracle", but it works only when RMAN uses recovery catalog. I know, that it is possible to write a program that uses TSM API to delete unneeded backups from TSM server, but I'm not very familiar with programming.

    Here are the details:
    RMAN> run {
    2> allocate channel t1 type 'sbt_tape';
    3> restore archivelog from logseq 396 until logseq 396 thread 1;
    4> release channel t1;
    5> }
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: t1
    RMAN-08500: channel t1: sid=11 devtype=SBT_TAPE
    RMAN-08526: channel t1: MMS Version 2.1.10.0
    RMAN-03022: compiling command: restore
    RMAN-03022: compiling command: IRESTORE
    RMAN-03023: executing command: IRESTORE
    RMAN-08017: channel t1: starting archivelog restore to default
    destination
    RMAN-08022: channel t1: restoring archivelog
    RMAN-08510: archivelog thread=1 sequence=396
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: restore
    RMAN-03007: retryable error occurred during execution of command:
    IRESTORE
    RMAN-07004: unhandled exception during command execution on channel t1
    RMAN-10035: exception raised in RPC: ORA-19507: failed to retrieve
    sequential fi
    le, handle="msjpd1_backup_arch_cecuopqf_1_1", parms=""
    ORA-27007: failed to open file
    IBM AIX RISC System/6000 Error: 168: System call error number 168.
    Additional information: 7011
    Additional information: 2
    ORA-19511: SBT error = 7011, errno = 168, sbtopen: system error
    RMAN-10031: ORA-19624 occurred during call to
    DBMS_BACKUP_RESTORE.RESTOREBACKUPP
    IECE
    null

  • Rman and TSM doesn4t work

    I have two Databases (8.1.6.3.0) on two NT4/SP6-Servers and want to backup them with RMAN. Backing up on Disk works fine but now i want to use the Oracle-TDP(TSM).
    The rman-script startss, but it breaks down with following error:
    RMAN-00601: fatal error in recovery manager
    RMAN-03004: fatak error during execution of command
    RMAN-10038: database session for channel t1 terminated unexpectedly
    On the other server the session for channel t2 terminates.
    The are not running at the same time!!
    I would be very happy if you could help me.
    Axel Hanings

    What version is the TDP for Oracle and TSM server?

  • RMAN and TSM

    I'd like to backup archive logs via RMAN and TSM on one node and restore from RMAN/TSM to another node. I always get permission error messages from RMAN. Any idea what's wrong?
    Environment:
    Oracle 8.1.6
    TSM 4.1
    TDP for Oracle 2.1.0.10
    Any help is greatly appreciated.
    Thanks,
    Marco

    Here are the details:
    RMAN> run {
    2> allocate channel t1 type 'sbt_tape';
    3> restore archivelog from logseq 396 until logseq 396 thread 1;
    4> release channel t1;
    5> }
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: t1
    RMAN-08500: channel t1: sid=11 devtype=SBT_TAPE
    RMAN-08526: channel t1: MMS Version 2.1.10.0
    RMAN-03022: compiling command: restore
    RMAN-03022: compiling command: IRESTORE
    RMAN-03023: executing command: IRESTORE
    RMAN-08017: channel t1: starting archivelog restore to default
    destination
    RMAN-08022: channel t1: restoring archivelog
    RMAN-08510: archivelog thread=1 sequence=396
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: restore
    RMAN-03007: retryable error occurred during execution of command:
    IRESTORE
    RMAN-07004: unhandled exception during command execution on channel t1
    RMAN-10035: exception raised in RPC: ORA-19507: failed to retrieve
    sequential fi
    le, handle="msjpd1_backup_arch_cecuopqf_1_1", parms=""
    ORA-27007: failed to open file
    IBM AIX RISC System/6000 Error: 168: System call error number 168.
    Additional information: 7011
    Additional information: 2
    ORA-19511: SBT error = 7011, errno = 168, sbtopen: system error
    RMAN-10031: ORA-19624 occurred during call to
    DBMS_BACKUP_RESTORE.RESTOREBACKUPP
    IECE
    null

  • Can i  use Oracle Database Audit Vault and Oracle Database Firewall on Solaris?

    Can i  use Oracle Database Audit Vault and Oracle Database Firewall on Solaris?

    4195bee8-4db0-4799-a674-18f89aa500cb wrote:
    i dont have access to My Oracle Support can u send text or html of document please?
    Moderator Action:
    No they cannot send you a document that is available only to those with access to MOS.
    That would violate the conditions of having such service contract credentials.
    Asking someone to violate such privileges is a serious offense and could get that other person's organization banned from all support and all their support contracts cancelled.
    Your post is locked.
    Your duplicate post that you placed into the Audit Vault forum space has been removed (it had no responses).
    This thread which you had placed in the Solaris 10 forum space is moved to the Audit Vault forum space.
    That's the proper location for Audit Vault questions.

  • Compatibility Oracle 9i and  Solaris 10.5

    Hi,
    I found the following article somewhere that : Oracle 9i can not install on the solaris sparc 10.5
    Art:
    **Certify - Product Version and Other Selections: Oracle Database - Enterprise Edition On Solaris Operating System x86**
    **General Notes For Oracle Database - Enterprise Edition On Solaris Operating System x86:**
    **Sun Solaris OS 10 Information:**
    **o The following database products are certified on the Sun Solaris 10 operating system:**
    **+ Oracle Database 10gR1 (with 10.1.0.3 Patchset) for Sun Solaris x86**
    **o When Oracle Database 10gR2 releases on Sun platforms later in 2005, the following releases will be certified on the Sun Solaris 10 operating system:**
    **+ 10gR2 Database for Sun Solaris SPARC64**
    **+ 10gR2 Database for Sun Solaris AMD64**
    **+ 10gR2 Database for Sun Solaris x86**
    **o Note:Oracle 10gR1 non-RAC databases are certified to work in Solaris 10 non-global (local) Containers on the existing supported platforms for SPARC and x86. Oracle RAC does not work in Solaris 10 local Containers. See metalink note 317257.1 for best practices document for deploying Oracle database in a Solaris 10 non-global Container.**
    **Release Information:**
    **Oracle 9i certification is NOT planned on this platform.**
    Is true.
    thank you

    867358 wrote:
    Hi,
    I found the following article somewhere that : Oracle 9i can not install on the solaris sparc 10.5
    Art:
    **Certify - Product Version and Other Selections: Oracle Database - Enterprise Edition On Solaris Operating System x86**
    **General Notes For Oracle Database - Enterprise Edition On Solaris Operating System x86:**
    **Sun Solaris OS 10 Information:**
    **o The following database products are certified on the Sun Solaris 10 operating system:**
    **+ Oracle Database 10gR1 (with 10.1.0.3 Patchset) for Sun Solaris x86**
    **o When Oracle Database 10gR2 releases on Sun platforms later in 2005, the following releases will be certified on the Sun Solaris 10 operating system:**
    **+ 10gR2 Database for Sun Solaris SPARC64**
    **+ 10gR2 Database for Sun Solaris AMD64**
    **+ 10gR2 Database for Sun Solaris x86**
    **o Note:Oracle 10gR1 non-RAC databases are certified to work in Solaris 10 non-global (local) Containers on the existing supported platforms for SPARC and x86. Oracle RAC does not work in Solaris 10 local Containers. See metalink note 317257.1 for best practices document for deploying Oracle database in a Solaris 10 non-global Container.**
    **Release Information:**
    **Oracle 9i certification is NOT planned on this platform.**
    Is true.
    YES!

  • Oracle 9i and IDS under sun solaris 8

    Need some help on oracle 9i and IDS under sun OS
    i want some clariffication in my project.
    If i develop my application under "sun solaris 8" OS for x86 with "oracle 9i"
    as the backend and "IDS" (internet developer suite) as the front end, Can my
    application be ported to the other environment i.e "SUNFIRE 280R" as the
    server with sun solaris 8 as the OS and the same DB and front-end ?.
    will there be any porting problems ?.
    i am new to this environment.And i don't have SUNFIRE 280R server with me and
    the customer won't supply it.
    can anybody guide me please ?.(i am looking for the suggestions form those who
    really worked on this environment.)
    Murthy

    Andrea...for a faster response, please post this question in the Database - Installation forum:
    Database Installation

  • Installation of oracle 10g and AS 10G r2 in sun solaris 9.0

    hai,
    can any send me the documents regarding installation of
    oracle 10g and AS 10G r2 in sun solaris 9.0.
    regards
    ashik

    You know you can find the documentation for most products via urls here on OTN, right?
    Docu index:
    http://www.oracle.com/technology/documentation/index.html
    AS 10.1.2:
    http://download.oracle.com/docs/cd/B14099_19/getstart.htm

  • Solaris 10 Oracle 10g and semaphores

    Hi, Can you help me,
    We have Oracle installed on a solari 10 box, and I think we have a problem with the semaphores, currently the project is set as below, out of the box
    user.oracle:100::oracle::process.max-sem-nsems=(priv,256,deny);project.max-sem-ids=(priv,100,deny);project.max-shm-ids=(priv,100,deny);projec
    t.max-shm-memory=(priv,4294967296,deny)
    The machine has 16gb Ram
    Our SGA is 3gb.
    The .ora file the processes is set at 1400.
    Is the project set wrong above and what do I need to set it at, any idea how to work it out.
    The reason I am asking the question as the system get's busy we get errors on the os station cannot assign semaphores.
    I lloked up metalink, just can't get my head round it, somewhere it said you have to set semmsid, but according to an oracle metalink that was obsolete in solaris 10?
    Thanks

    Jan 25 04:50:00 cimadbs01 cron[3906]: [ID 832980 auth.error] pam_unix_cred: project.max-shm-memory resource control
    assignment failed for project "user.oracle"
    Jan 25 04:50:00 cimadbs01 cron[3907]: [ID 832980 auth.error] pam_unix_cred: project.max-sem-ids resource control ass
    ignment failed for project "user.oracle"
    Jan 25 05:50:00 cimadbs01 cron[22554]: [ID 832980 auth.error] pam_unix_cred: project.max-shm-ids resource control assig
    nment failed for project "user.oracle"
    Jan 25 05:50:00 cimadbs01 cron[22553]: [ID 832980 auth.error] pam_unix_cred: project.max-sem-ids resource control assignm
    ent failed for project "user.oracle"
    Jan 25 07:17:00 cimadbs01 cron[19870]: [ID 832980 auth.error] pam_unix_cred: project.max-shm-ids resource control assignme
    nt failed for project "user.oracle"
    Jan 25 07:17:00 cimadbs01 cron[19869]: [ID 832980 auth.error] pam_unix_cred: project.max-sem-ids resource control assignmen
    t failed for project "user.oracle"
    Thanks for the messages, I'm looking for a guide on metalink that states how to come up with the measures for the kernal, if I know the sga size, the number of processes etc..Is there a formula.?
    Edited by: user3356326 on 31-Jan-2009 13:48

  • Solaris 10, Oracle 10g, and Shared Memory

    Hello everyone,
    We've been working on migrating to Solaris 10 on all of our database servers (I'm a UNIX admin, not a DBA, so please be gentle) and we've encountered an odd issue.
    Server A:
    Sun V890
    (8) 1.5Ghz CPUs
    32GB of RAM
    Server A was installed with Solaris 10 and the Oracle data and application files were moved from the old server (the storage hardware was moved between servers). Everything is running perfectly, and we're using the resource manager to control the memory settings (not /etc/system)
    The DBAs then increase the SGA of one of the DBs on the system from 1.5GB to 5GB and it fails to start (ORA-27102). According to the information I have, the maximum shared memory on this system should be 1/4 of RAM (8 GB, actually works out to 7.84 GB according to prctl). I verified the other shared memory/semaphore settings are where they should be, but the DB would not start with a 5 GB SGA. I then decided to just throw a larger max shared memory segment at it, so I used the projmod to increase project.max-shm-memory to 16GB for the project Oracle runs under. The DB now starts just fine. I cut it back down to 10GB for project.max-shm-memory and the DB starts ok. I ran out of downtime window, so I couldn't continue refining the settings.
    Running 'ipcs -b' and totalling up the individual segments showed we were using around 5GB on the test DB (assuming my addition is correct).
    So, the question:
    Is there a way to correlate the SGA of the DB(s) into what I need the project.max-shm-memory to? I would think 7.84GB would be enough to handle a DB with 5GB SGA, but it doesn't appear to be. We have some 'important' servers getting upgraded soon and I'd like to be able to refine these numbers / settings before I get to them.
    Thanks for your time,
    Steven

    To me, setting a massive shared memory segment just seems to be inefficient. I understand that Oracle is only going to take up as much memory (in general) as the SGA. And I've been searching for any record of really large shared memory segments causing issues but haven't found much (I'm going to contact Sun to get their comments).
    The issue I am having is that it doesn't make sense that the DB with a 5GB SGA is unable to startup when there is an 8GB max shared memory segment, but a 10GB (and above) seems to work. Does it really need double the size of the SGA when starting up, but 'ipcs' shows it's only using the SGA amount of shared memory? I have plans to cut it down to 4GB and test again, as that is Oracle's recommendation. I also plan to run the DB startup through truss to get a better handle on what it's trying to do. And, if it comes down to it, I'll just set a really big max shared memory segment, I just don't want it to come back and cause an issue down the road.
    The current guidance on Metalink still seems to be suggesting a 4GB shared memory segment (I did not get a chance to test this yet with the DB we're having issues with).
    I can't comment on how the DBA specifically increased the SGA as I don't know what method they use.

  • RMAN on Oracle 8i and 10g Retention Policy

    I have several Oracle 8i and Oracle 10g database instances on a Windows 2003 server. We use RMAN backups on these servers. We run a batch job daily to database backups. We create RMAN level 0 on Sunday, Thursday level 1, Tuesday, Thursday, Friday, and Saturday level 2 backups.
    I would like to keep the backup files for 7 days. Oracle 9i has the CONFIGURE RETENTION POLICY TO RECOVERY WINDOWS OF 7 DAYS parameter.
    What parameter can I use on the Oracle 8i database to keep only 7 days of backup files on disk?
    Should I add the CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS parameter to RMAN parameter list below or to the Oracle parameter list?
    Oracle 9i parameter
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    RMAN parameter list:
    set logdir=\\ta\WIN_ORABACKUP\DATA\W004\PRD6\LOGS
    set logdirbak=\\ta\WIN_ORABACKUP\LOGS
    set backupdir=\\ta\WIN_ORABACKUP\DATA\W004\PRD6\HOTBACKUP
    set scriptdir=\\ngacelerra\WIN_ORABACKUP\SCRIPTS
    set logname=%Year%%Month%%Day%%Hour%%Minute%%Second%_PRD6_rman.log
    set scriptname=PRD6_LVL%1%.rmn
    mkdir %logdir%
    mkdir %backupdir%
    rman target sys/password@PRD6 nocatalog log %logdir%\%logname% @%scriptdir%\%scriptname%
    copy %logdir%\%logname% %logdirbak%\%logname%

    Hi,
    there is no CONFIGURE command in RMAN in ORACLE 8i.
    It was a 9i new feature!
    Also, in Oracle 10g there are no incremental level 2 backups available any more.
    We only have level 0 and 1 in 10g!
    If you want to read about the new backup strategy of ORACLE 10g pls refer to my weblog:
    http://luhartma.blogspot.com/2006/02/why-restore-before-recover-new-oracle.html
    Hope this helps for the first.
    Regards,
    Lutz

  • GNU gcc and Oracle 10g/11g on Solaris x86-64- examples?

    We are looking at developing an Oracle database app on the above platform. We have the Solaris Studio 12.2, but one of the programmers has a visual impairment which makes using the GUI difficult.
    I "think" one might be able to use the GNU gcc series compilers ( which she is familiar with) to develop an app that runs on Solaris, and accesses the database on the same server using the Oracle libraries, but I am unclear on the details. Can someone point me in the right direction to get the information needed, or sample code for using the gcc compilers for database access????

    I believe you can use gcc for developing Oracle database programs on Solaris. But the best place to ask about database development is in an Oracle database forum:
    http://forums.oracle.com/forums/main.jspa?categoryID=84
    and look under the Database entry.

  • Monitoring Oracle Virtual Machine for Solaris servers and LDOMs

    Hi all,
      could anyone tell me if we can monitor Oracle Virtual Machine for Solaris servers and LDOMs with only Oracle Enterprise Manager Cloud Control 12c, or shall we need to install Ops Center ?
    Thank you in advance.

    I had the same issue. Upgrading Virtual box from 4.1.16 to 4.1.20 solved the problem.

  • RMAN backup and TSM question

    We have rman backup file name contains the datetime so it is unique and easy to tell. But TSM keeps every file 4 versions, so the backup file (always 1 version because of unique name) will stay on tape forever. I have no idea about TSM, according to your experience, what is the normal solution here?

    Dedicated forum for {forum:id=74}.
    But quickly, in general, "DBA" and "TSM/Storage manager" need to agree on media manager use and setup the system accordingly.
    Edited by: orafad on May 19, 2011 3:00 PM

  • Error : Restore oracle database from TSM

    Hi ,
    we have the RAMN backups of database in TSM.
    presently that database is droped in USNODE1.
    now we are trying to restore database from USSERVR23.
    i am getting below error,i think its TSM error. related to hostname changes.(ANS1302E (RC2) )
    http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp?topic=/com.ibm.itsmm.doc_5.3.3/update/ANS1302E.htm
    Plz suggest me
    RMAN> run{
    2> ALLOCATE CHANNEL c1 DEVICE TYPE sbt PARMS "ENV=(TDPO_OPTFILE=/u02/oracle/admin/tdpo.opt)";
    3>
    4> restore controlfile ;
    5> }
    allocated channel: c1
    channel c1: sid=1641 devtype=SBT_TAPE
    channel c1: Tivoli Data Protection for Oracle: version 5.2.0.0
    Starting restore at 29-MAY-09
    channel c1: starting datafile backupset restore
    channel c1: restoring control file
    channel c1: reading from backup piece HOT1-20090424_1600-5fkd9nr6_1_1
    ORA-19870: error reading backup piece HOT1-20090424_1600-5fkd9nr6_1_1
    ORA-19507: failed to retrieve sequential file, handle="HOT1-20090424_1600-5fkd9nr6_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    ANS1302E (RC2) No objects on server match query
    failover to previous backup
    Thanks,
    VIJ

    May I ask a couple of questions?
    Is the original backup from a RAC instance?
    Are you using a Catalog for backup/restore?
    What happens if you just use the control file backup, can the restore find the file?
    See my question posted in this forum RMAN RAC and TSM features
    Robert

Maybe you are looking for

  • Corsair Force GT issue on MacBook Pro Mid-2010 (Sata 2)

    I just bought the Corsair Force GT 120 GB to use as the only hard drive in a MacBook Pro Mid-2010. I knew that my MacBook Pro model only supports SATA I & SATA II & that the SSD is backwards compatible. I expected (and still expect) the SSD to link u

  • Os Lion epson printer error

    Macbook Air (new, with Lion) Epson all in one SX600FW connected WiFi With my previous MacBook air, no problem With the new one, the first document of a session i want to print generates an "error" message. The next ones print just fine. I removed and

  • Wired dslr control cinematography or videography?

    I've noticed that the only way to use an iPad as a field monitor for my Canon 7D is through an app that transmits the signal wirelessly (i.e. camRanger,Teredek - TeraCentral). A method that doesn't work for video due to the delay. I've seen wired dsl

  • In Elements 11 how do I get the verification code needed to send files as e-mail attachments ?

    In Elements 11 how do I get the verification code to send files as e-mail attachments ?

  • RH8 Hyperlink GUI not working on external links

    Weird one, only on one of our machines! Clicking OK in the Hyperlink window does nothing if an external project file is selected (fine for an internal file). Entering the link manually is fine (works in Preview and output). However, the problem remai