Cloud Control 13c & Oracle 11 Databases

From: Scott Canaan <srcdco_at_rit.edu>
Date: Tue, 19 Feb 2019 19:26:59 +0000
Message-ID: <77fbc1e1f40b4367bf8d408cb732694c_at_ex04mail01b.ad.rit.edu>



We are in the process of upgrading to Cloud Control 13c. In the process of testing the agent deployment, an issue has come up with Oracle 11g databases (11.2.0.4). Every 15 minutes the database runs out of temp space. I've increased temp from a maximum of 750M to 1G. The offending SQL is from Cloud Control. It is:

SELECT MEDIA
FROM V$BACKUP_PIECE_DETAILS
WHERE SESSION_KEY=:B3 AND SESSION_RECID=:B2 AND SESSION_STAMP=:B1 AND DEVICE_TYPE = 'SBT_TAPE' AND ROWNUM = 1; The explain plan for this is a mess. Unfortunately, it ends up referencing a bunch of X$ tables in the SYS schema that I can't get to show up in TOAD.

Cloud Control 12c doesn't have this problem. Oracle 12c and 18c databases also don't have this problem. They have a maximum temp file size of 750M and haven't used more than 250M at any one time.

In looking at the script for the v$backup_piece_details view, I see that there is a difference. The 12c version adds "bequeath definer" before the select.

The question is this: should I change the view in the 11g databases, or just allow the temp to grow as big as it needs, or ignore the errors until we upgrade the 11g databases?

Scott Canaan '88
Sr Database Administrator
Information & Technology Services
Finance & Administration
Rochester Institute of Technology
o: (585) 475-7886 | f: (585) 475-7520
srcdco_at_rit.edu<mailto:srcdco_at_rit.edu> | c: (585) 339-8659

CONFIDENTIALITY NOTE: The information transmitted, including attachments, is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and destroy any copies of this information.

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 19 2019 - 20:26:59 CET

Original text of this message