Show Table of Contents
Your Red Hat account gives you access to your profile, preferences, and services, depending on your status.
If you are a new customer, register now for access to product evaluations and purchasing capabilities.
Need access to an account?If your company has an existing Red Hat account, your organization administrator can grant you access.
For your security, if you’re on a public computer and have finished using your Red Hat services, please be sure to log out.
0x40000000
(1 GB). To lower the mapped base for a Linux process, the file /proc/<pid>/mapped_base
must be changed where <pid>
stands for the process ID. This means that his is not a system wide parameter. In order to change the mapped base for Oracle processes, the address mapping of the parent shell terminal session that spawns Oracle processes (instance) must be changed for the child processes to inherit the new mapping.
sqlplus
will later be executed:
$ echo $$
0x10000000
(decimal 268435456):
# echo 268435456 > /proc/<pid>/mapped_base
sqlplus
in this shell, they will inherit the new mapping. But before Oracle can be started, the SGA Attach Address for shared memory must be lowered as well.
Here are the common uses of Markdown.
~~~
Code surrounded in tildes is easier to read
~~~
[Red Hat Customer Portal](https://access.redhat.com)