Configure Database Migration Prerequisites
Configure the source and target database prerequisites for logical migration.
Configure OCI Object Storage Connectivity
Shutdown PeopleSoft Application Gracefully
To shutdown the PeopleSoft application:
psadmin stop -d *all;
Configure Source Database Parameters
STREAMS_POOL_SIZE
.
For offline logical migrations, for optimal Data Pump performance, it is recommended
that set STREAMS_POOL_SIZE
to a minimum of 256MB-350MB, to have an
initial pool allocated, otherwise you may see a significant delay during start
up.
Configure Database Roles and Privileges
SELECT
is no longer allowed on system objects.
All SELECT
grants on system objects will need to be replaced with
READ
grants. See the My Oracle Support document ID 1911151.1 in
Explore More for details.
Configure Target Databases Parameters
NLS_LENGTH_SEMANTICS=CHAR
.
- Review the My Oracle Support articles (Doc ID 1986664.1 and 2626966.1).
- Update the
NLS_LENGTH_SEMANTICS
parameter as recommended by PeopleSoft database.
Create Tablespace, Roles, and PeopleSoft Users
PS
,
PEOPLE
, and SYSADM
, have interdependencies, it is
recommended to build users and their prerequisites (such as default tablespace, roles,
and privileges following PeopleSoft delivered scripts).
Those scripts need update to fit in the use case for Oracle Autonomous Database on Dedicated Exadata Infrastructure. For example:
- Instead of
SYSTEM
user, Oracle Autonomous Database on Dedicated Exadata Infrastructure will haveADMIN
user. - There's no need to switch pluggable database, by default Oracle Autonomous Database on Dedicated Exadata Infrastructure only connects to pluggable databases.
- Create public synonyms.
- Run data dictionary scripts.
Configure PeopleSoft Scripts
PeopleSoft scripts need to be pulled from the source environment and
configured. Scripts are available at $PS_HOME/scripts/unix/pdb
.
Create a copy of the following files and execute them against the Oracle Autonomous Database on Dedicated Exadata Infrastructure. It can be run from the source database, or from the Zero Downtime Migration service host. For these instructions, these scripts have been run from the Zero Downtime Migration service host.
Update the following scripts: