June 2016
Intermediate to advanced
388 pages
5h 49m
English
In this recipe, you'll create a local application context (for example, sh_client). In the next recipes, you will use it to store clients' identifiers.
To complete this recipe, you'll need an existing user who can create an application context (it needs the CREATE ANY CONTEXT privilege or a DBA role), for example, the user maja.
maja).
$ sqlplus maja
sh_client).The PL/SQL package that will be used to set application context attributes doesn't have to exist at this time, but you have to specify its name.
SQL> CREATE CONTEXT <context_name> USING <PL/SQL_package_name>; ...Read now
Unlock full access