Wednesday, 8 November 2023

How to create PGP encryption key in Oracle fusion

 Step1. Login to Oracle cloud application

Navigate to Tools-> Security Console


Select certificate from lefts side menu


Step 2- Click on Generate Button


Step3- Select PGP radio button and enter details


Save and close



click on OK

Step4.  Export both public and private key



Check downloaded public and private key










No comments:

Post a Comment

Oracle Fusion SQL Queries to get Sales Person/Sales Representative information for an Order

1) Get sales person details if the Sales Person ID is known SELECT  jrs.SALESREP_NUMBER  ,         jrs.status           ,         jrs.START_...