Answers for "VALID_USER IN ORACLE ORDS"

0

VALID_USER IN ORACLE ORDS

begin
  ords.define_service(
    p_module_name => 'current.user.example',
    p_base_path => '/greetings/',
    p_pattern => 'example',
    p_source_type => ords.source_type_collection_item,
    p_source => 'select ''Hello '' || :current_user "greeting" from dual'
  );
  commit;
end;
Posted by: Guest on March-08-2022

Browse Popular Code Answers by Language