Technology Stack - EBS (MOSC)

MOSC Banner

What happened to my keystore ?

edited Aug 20, 2021 11:35AM in Technology Stack - EBS (MOSC) 1 commentAnswered

Hi,

Got this new problem.  Keystore password is empty.

What happened ? How can I resolve that ?

SQL> set serveroutput on

SQL> declare

  2   spass varchar2(30);

  3   kpass varchar2(30);

  4   begin

  5   ad_jar.get_jripasswords(spass, kpass);

  6   dbms_output.put_line(spass);

  7   dbms_output.put_line(kpass);

  8   end;

  9   /

NOT-EXIST

NOT-EXIST

PL/SQL procedure successfully completed.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center