Best Of
Re: How to populate extra memory for Fujitsu SPARC M12-2?
A contact got a response from Fujitsu about your last question:
To begin, from a technical perspective, the additional eight 32GB DIMMs can indeed be physically installed in either the CMUL or the CMUU.
The installation rules in our service manual that prioritize CMUL are described with the aim of ensuring balanced memory population within the system, including the order of memory installation.
We understand that how each customer utilizes their CPU and memory can vary.
Therefore, if there is a specific reason (e.g., higher processing load on the CMUU side) necessitating memory expansion on the CMUU, it is technically possible to install the 32GB DIMMs in the CMUU.
However, as a strong recommendation from our side, to ensure the long-term stable operation and best performance of your server, we strongly advise that you continue to implement the memory in accordance with the recommendations outlined in the service manual (including the proposed installation method for CMUL).
Deviating from the recommended configuration may lead to unpredictable performance degradation or potential issues, and may also require further investigation when providing future support.
Considering the stability and performance of your system, we highly encourage you to consider implementing the memory using the recommended method.
Re: Remove Hard and Soft Commit
Hi,
So, you had incorrect Hard commit and soft commit quantities in F41021?
Do you also have some information in F41021WF?
If you didn't manually fix the F41021 via SQL, and you have information in F41021WF, you can roll back the F41021WF - see details here E1: 40: Manual Rollback Process of Item Location (F41021) File (P42210/R42210) (Doc ID 625445.1)
If your F41021WF is clear and your commitments are not OK in F41021, you would need to use R42995. However, this only works if you have an open sales order.
If you do not have any open sales order, you would need to create a 'dummy' sales order for that specific item so the program will correctly repost the quantities and amounts. The "dummy" order can then be cancelled after running the Repost Active Sales Orders (R42995) program.
Please see details in E1: 42: Repost Active Sales Orders (R42995) (Doc ID 625504.1) - section "What If No Actives Sales Order Exists Prior to Running the Repost Active Sales Orders (R42995)?"
This report will correct the F41021 commitments if they were created from sales orders.
Hope this helps,
Geanina
Re: Export Oracle 19c
Yes, it is possible. The important thing is to run the export specifying the desired target version (12c). For example:
expdp your_user/your_password@your _19c_sid \ DIRECTORY=dp_dir \ DUMPFILE=your_export.dmp \ LOGFILE=your_export.log \ SCHEMAS=your_schema_name \ VERSION=12.2.0.1.0
Then you can do an import in the 12c database using impdp. Verify that the character sets of both databases are compatible to avoid data corruption during import and
be aware that certain features or object types introduced in 19c might not be supported in 12c. Data Pump will typically handle this skipping unsupported objects, but it's important to review the import log for any warnings or errors.
Re: Precedence of Destination Session Agent vs. DNS Query in SRS
Hi Daureen,
My understanding is also that the session agent works like a hosts file, so it shouldn’t be querying DNS.
Last week I confirmed the SRS was in service, but just now I saw it was out of service.
I simply changed the destination in the SRS settings to an IP address, and then everything worked normally.
Thanks
Re: ADI Error for TAG number
Hi Vidya
Check whether those deleted asset lines / Tag numbers exists in fa_mass_additions table.
When the assets are loaded, system validates both fa_additions_b as well as fa_mass_additions table
regards
Re: PUM 53 - Changes to EONC_NOTIFICATIONS.Notification App Package / Class Change Issue
Hello User,
While we wait for other to share if they have implemented the above scenario in their PUM 53, please have a look at the following Doc Id.:
Bind Variable Values are not displayed in Approval Email Notifications (Doc ID 2495424.1)
It was created for PEopleSoft HCM but it has information on how the variables get displayed.
When using bind variables (%1, %2, %3 and so on) in email notification templates, there must also be an SQL object that Approval Framework uses to populate the bind variables defined in the notification template. The first select field in the SQL object will be referred as %2 and second select field in the SQL object will be referred as %3 and go on.
By default, %1 which generates a component URL defined in the Configure Transactions page.
Re: mmon trace file
Hi Eileen,
The above message are informative and harmless and these messages were introduced from 11.2.0.2.
min active scn" introduced in 11g which is supposed to enhance delayed
block cleanout operations. Note : - Disabling min active scn optimization feature will not have any impact on database.
Issue was raised via bug 11891463 which was declared as not a bug from the development team and if you don't want these message then follow the below steps :-1) alter system set "_enable_minscn_cr"=false scope=spfile;
enable/disable minscn optimization for CR
2) Restart the database.
3) Check the issue is resolved or not-
In some cases it gets resolved and in some cases you have to apply the second solution .
Second Solution -
you can set in init.ora "_smu_debug_mode=134217728"
Best Regards
Ravikiran
Re: How is oracle golden gate license working for AWS RDS instances.
This is what I found:
GoldenGate is another data replication tool that is used for Extract ,Transform and load(ETL), database migrations, and DR. GoldenGate is a separately licensed feature for Oracle, which means it must be licensed for each database where it is in use. GoldenGate must be licensed on the source and target databases using the same metrics as the databases. For database migrations, GoldenGate licenses can be purchased as a 1-year term license if GoldenGate will not be used beyond the migration period. 1-year term licenses are 20% of a perpetual license cost and terminate one year from the date of purchase, You must still pay for support at the normal rate, but the cost of the license is much cheaper.
Source:
But licensing questions should be discussed directly with Oracle Sales, do not trust any answer from a forum.


