You are on page 1of 2

------------------------------------------------------

*************************************************************** This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. Copyright (C) 1988, 2010, Oracle and/or its affiliates. All Rights Reserved. ***************************************************************

PEOPLESOFT 8.41 DATABASE INSTALL TO CREATE TABLESPACES - PT ****************************************************************** ******************************************************************

$Header: ****************************************************************** THIS SCRIPT BUILDS NEW TABLESPACES ADDED TO TOOLS 8.41. THE TABLESPACE PSIMGR IS ADDED TO ACCOMODATE TABLES THAT REQUIRE ROW LEVEL LOCKING. THE REL841.SQL SCRIPT CREATES TABLES IN THIS NEW TABLESPACE AND IT IS NECESSARY TO RUN THIS SCRIPT PRIOR TO RUNNING REL841.SQL. OTHERWISE YOU WILL RECEIVE TABLESPACE NOT FOUND ERROR MESSAGES. RUN THIS SCRIPT ON ORACLE USING SQLPLUS. IMPORTANT!! *RUN THIS SCRIPT BEFORE REL841.SQL. *THIS SCRIPT MUST BE RUN FOR THE FIN/SCM APPLICATIONS ONLY. REQUIREMENTS THIS SCRIPT IS ONLY REQUIRED FOR INSTALLS. THE TABLESPACES ARE CREATED IN ANOTHER SCRIPT FOR THE UPGRADE PROCESS. FOR YOUR INFORMATION 1) CREATE ALL TABLESPACES BELOW. IF THEY ALREADY EXIST ON YOUR DATABASE, IT WILL NOT BE NECESSARY TO RUN THIS SCRIPT. 2) PEOPLESOFT RECOMMENDS USING STANDARD TABLESPACE NAMES AS SPECIFIED BELOW 3) GLOBALLY MAKE THE FOLLOWING EDITS: CHANGE <drive> AND <SID> TO THE APPROPRIATE VALUES FOR YOUR SYSTEM

set echo on spool ts841.log --- CREATE PEOPLETOOLS TABLESPACES (THESE TABLESPACES MAY ALREADY

-- EXIST IN TARGET DATABASE BECAUSE THESE ARE NOT NEW NAMES) IF -- TABLESPACES ALREADY EXIST THEN PLEASE LEAVE THEM COMMENTED OUT CREATE TABLESPACE PSIMGR DATAFILE '<drive>:\oradata\<SID>\psimgr.dbf' SIZE 8M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1M SEGMENT SPACE MANAGEMENT AUTO ; spool off

You might also like