Best Of
Re: How are you entering expenditure adjustments?
Hi MinnieB,
There's one potential answer that is easy to check.
Go to Setup > Expenditures > Expenditure Types. Query up an expenditure type(s) that you want to use. In the top half of the screen, click on the Description,Dates tab and confirm that the effective-to date is in the future or is blank. In the bottom half of the screen, under Expenditure Type Class, make sure that Miscellaneous Transaction is shown, and it's effective-to date is blank or in the future.
The lower part of the form controls where the expenditure type can be used. If it's not enabled to use as a Misc transaction, then you won't be able to choose it in the Batch entry form.
Regards,
J
Re: Sched Job gradually Launch
Hello,
I would change the status in F91320 instead of F91300.
Thank you!
Best regards,
Cezar
Re: Performance issue when saving PC_FND_DIST component
Hi, @Pere Taule-Oracle.
Hope you are also well. We have submitted SR 3-41618840751 and it's been moved up to a sev 2 as it is impacting production.
Thanks so much!
Re: How to delete applied archived log from standby side with and without setting FRA?
I would say this is immature feature of oracle DB. On standby, If we need to schedule archive deletion script then what is benefit of having this policy ( RMAN archive delete policy applied on standby). On standby archives will anyway not be deleted until FRA is full. Nobody would like to wait in production for FRA to become full.
Re: Unable to see Setup Folder When I Download and Extract PT-INFRA-DPK-WIN-8.61-250717_1of2
Hi @User_I9NTZ
You will have to unzip either "PEOPLETOOLS-WIN-8.61.13_1of4" or "FSCM-920-UPD-054-WIN_1of11" in order to get the setup folder. The PT Infra DPK's are to be used along with either the PeopleTools DPK or the PUM DPK and not separately.
Thanks,
-Jitendra
Re: environment variable ORACLE_PDB_SID doesn"t work
please confirm that you are using correct cdb and pdb name:
select name from v$database;
select name from v$pdbs;
Re: environment variable ORACLE_PDB_SID doesn"t work
Hi
Please check this parameter in working and non working. It could be false in non working env.
_system_trig_enabled
select 'Hidden Parameters' "CHECK_NAME",a.inst_id, a.ksppinm "Parameter",
b.ksppstvl "Session Value",
c.ksppstvl "Instance Value"
from x$ksppi a, x$ksppcv b, x$ksppsv c
where a.indx = b.indx and a.indx = c.indx
and a.inst_id=b.inst_id and b.inst_id=c.inst_id
and a.ksppinm in ('_system_trig_enabled');
Thanks
Rahul Kumar
Re: environment variable ORACLE_PDB_SID doesn"t work
Hi,
does PDB1 exist in your CDB CDB1?
BR
Markus
Re: SBC HA when using SIP/TCP
I fear here we'd need to go back to basics and catch on anything that would give a lead on what best practice should be. And I do believe 3261 gives a hint
8.1.3.1 Transaction Layer Errors In some cases, the response returned by the transaction layer will not be a SIP message, but rather a transaction layer error. When a timeout error is received from the transaction layer, it MUST be treated as if a 408 (Request Timeout) status code has been received. If a fatal transport error is reported by the transport layer (generally, due to fatal ICMP errors in UDP or connection failures in TCP), the condition MUST be treated as a 503 (Service Unavailable) status code.
and here we come to the area of proprietary SIP stack implementation and how TCP reset may map upstream to SIP error. Most SBCs will map transport TCP RST received into internal 503 and failover/re-try based on configuration. Moreover most SBCs will have an option to re-map default internal error into any other SIP error just to trigger custom desired behavior.
In any case, reported behavior, such as —> "do nothing" on receipt of TCP RST seems clearly to be misbehavior.


