0% found this document useful (0 votes)
14 views24 pages

Dbca Create Database12c Cont PDB Single

This document contains environment variable settings for an Oracle database installation, including the ORACLE_BASE, ORACLE_HOME, and ORACLE_SID variables. It also sets the PATH to include the Oracle bin and lib directories. Running dbca results in a fatal error indicating the total physical memory is greater than 4GB so automatic memory management cannot be used.

Uploaded by

dantas.arnaldo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views24 pages

Dbca Create Database12c Cont PDB Single

This document contains environment variable settings for an Oracle database installation, including the ORACLE_BASE, ORACLE_HOME, and ORACLE_SID variables. It also sets the PATH to include the Oracle bin and lib directories. Running dbca results in a fatal error indicating the total physical memory is greater than 4GB so automatic memory management cannot be used.

Uploaded by

dantas.arnaldo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

vim .

profileSNCAPDEVC

ORACLE_BASE=/u01/app/oracle
export ORACLE_BASE
ORACLE_HOME=/u01/app/oracle/product/12.2.0.1/dbhome_1
export ORACLE_HOME
ORACLE_SID=SNCAPDEVC
export ORACLE_SID
PATH=$ORACLE_HOME/bin:$ORACLE_HOME/lib:$PATH
export PATH

. .profileSNCAPDEVC

Run dbca
[FATAL] [DBT-11211] The Automatic Memory Management option is not allowed when
the total physical memory is greater than 4GB.
CAUSE: The current total physical memory is 7,220GB.

You might also like