-
Book Overview & Buying
-
Table Of Contents
Oracle APEX Cookbook : Second Edition - Second Edition
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Again, we create a select list like before and name it P15_EMPLOYEES."
A block of code is set as follows:
begin dbms_network_acl_admin.create_acl (acl => 'acl_user.xml' ,description => 'Description' ,principal => 'APEX_040000' ,is_grant => true ,privilege => 'connect' ,start_date => null ,end_date => null); -- DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(acl => 'acl_user.xml' ,principal => 'APEX_040000' ,is_grant => true ,privilege => 'resolve'); -- DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(acl => 'acl_user.xml' ,host => 'name of website or host, i.e. soap.amazon.com'); -- commit; end;
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "At the Create Application radio group, leave this option to From Scratch."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
Change the font size
Change margin width
Change background colour