This image shows a SQL Developer worksheet, with an example of the create_credential procedure, with the username and password values obscured intentionally: begin DBMS_CLOUD.create_credential ( credential_name => 'OBJ_STORE_CRED', username => 'OBSCURED INTENTIONALLY', password => 'OBSCURED INTENTIONALLY' ); end; /