Best Of
Re: is 23ai released for On-Premises Server?
Going to push a lot of customers over to PostgreSQL :-(
Re: IDR patch: idr4694 to the current SRU: SRU84 (11.4-11.4.84.0.1.201.1)?
Hello Saravanan,
thank you very much for your prompt reply and the link for further action. I really appreciate it.
So I will proceed as described in the document.
Best regards,
Didi
Re: IDR patch: idr4694 to the current SRU: SRU84 (11.4-11.4.84.0.1.201.1)?
Hi Team,
The IDR idr4694 was issued for bug 31902606, but the final fix was already included in SRU 30. Therefore, you don’t need to install the IDR again when upgrading the server to SRU 30 or later.
Regards
Jay
Re: IDR patch: idr4694 to the current SRU: SRU84 (11.4-11.4.84.0.1.201.1)?
Hi,
Welcome to Oracle Sun Technologies (MOSC).
idr4694.1 is built only for S11.4SRU29.82.3. You have to uninstall IDR before upgrade to SRU84.
Make sure idr4694 configured on the publisher, and uninstall IDR by /usr/bin/pkg uninstall -r idr4694
And then you can upgrade to SRU. The below document describes how to install and remove an IDR,
How to Install & Remove IDRs with pkg on Solaris 11 and Later Releases (Doc ID 1452392.1)
The BUG 31902606 fixed on SRU 33.94.0 or Later.
Oracle Solaris 11.4.33.94.0 Support Repository Update (Oracle Solaris 11.4 SRU 33.94.0) (Doc ID 2776059.1)
Regards
Saravanan
Re: ORA-39095 - expdp creates more than 99 files
Bruno, Thank you. I ran with %L and it created 143 files and it complete.
Yes, I did think about breaking it down by date but this option may be cumbersome.
Re: PeopleSoft HCM PUM Image Installation
Derek - there is no index.htm as such to view all documents. Refer below clarification from oracle.
E-PUM Clarification of PUM Created Change Packages HTML Documentation (Doc ID 1600016.1)
-Velu
Re: ORA-39095 - expdp creates more than 99 files
Hello Jack,
simply replace %U by %L !
Best regards,
Bruno Vroman
Re: ORA-39095 - expdp creates more than 99 files
Hello Jack,
and other ideas (%L is perfect, these are just other ways of working):
-a- you might use COMPRESSION (beware that this implies licensing)
-b- you might have multiple expdp sessions using the QUERY clause for various non-overlapping parts of the data, for example if we have a column "mydate NOT NULL", you might have a session "WHERE mydate < DATE '2020-01-01'", another one "WHERE mydate >= DATE '2020-01-01' AND mydate < DATE '2023-01-01'" and a last one with "WHERE mydate >= DATE '2023-01-01'" (just an example, you see the idea). (/!\ note that this way might cause some headaches if you have to import all the data in another target; I mention if because it might be useful especially if you can forsee an impdp of a subset of the original data)
(-c- about impdp of a subset, we can also mention the "SAMPLE" clause of expdp…)
Best regards,
Bruno

