Oracle Experience
Labels
Apex
BI
BI Publisher
DBA
Dev
Discoverer
Glasssfish
Linux
OBIEE
Office
R11i
R12
R12.2
Windows
Tuesday, April 12, 2016
Display Sender Name in oracle apex mail
You can display send name using oracle apex_email
apex_mail.send(
p_from => "Sender Display Name"<fromemailaddress>
don't enter space after the sender display name double quotes(") and from email address less than symbol (<)
Tuesday, April 5, 2016
List users with DBA privilege
Which users having dba provilege assigned, query
dba_role_privs in the SYS schema
SQL>
select * from dba_role_privs where granted_role='DBA';
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)