Oracle Database 12c New Features
Oracle Database 12c New Features
Oracle Database 12c New Features
Steven Feuerstein
PL/SQL Evangelist, Dell
[email protected]
PL/SQL Obsession
http://www.ToadWorld.com/SF
Page 2
Page 3
12c_table*.sql
12c_bind*.sql
Page 4
12c_with_function*.sql
12c_udf.sql & 12c_udf2.sql
Page 5
Page 6
12c_fetch_first.sql
Copyright 2013 Feuerstein and Associates
Page 7
PACKAGE private_pkg
ACCESSIBLE BY (public_pkg)
IS
PROCEDURE do_this;
PROCEDURE do_that;
END;
12c_accessible_by.sql
Copyright 2013 Feuerstein and Associates
Page 8
invdefinv.sql
12c_grant_roles_units.sql
12c_roles_for_program_units.sql
Page 9
12c_bequeath.sql
Copyright 2013 Feuerstein and Associates
Page 10
12c_inherit_privileges.sql
Page 11
$$PLSQL_UNIT_TYPE
Returns the type of the program unit
Inside an anonymous block or non-DML trigger,
returns "ANONYMOUS BLOCK".
Copyright 2013 Feuerstein and Associates
Page 12
Page 13
Page 14
Page 15