COMPRESS TEST FOR HISTORIC DATABASES

Size: px
Start display at page:

Download "COMPRESS TEST FOR HISTORIC DATABASES"

Transcription

1 COMPRESS TEST FOR HISTORIC DATABASES Alejandro Vargas Oracle Israel TABLE OF CONTENTS About the Test... 6 List of Tested Scenarios... 7 Scenario #1. Alter Table Move Compress into ASM Based Tablespace... 8 Previous check... 8 Check table names and sizes before moving... 8 Execute Move Objects... 9 Move Tables... 9 Rebuild Indexes... 9 Result Scenario Commands used: Results: CONSISTENCY CHECK: On Linux's 10g zylnx: On Srvtst's 10g zycmp: On Srvprd's 10g zyhist: Scenario #2. 10g Export Data Pump and Import Data Pump into ASM Based Tablespace Cleanup on Linux the previously plugged in tablespace Connect to 10g Create a directory on 10g on Solaris to hold the export file Export main table using export data pump on 10g and Solaris FTP dump file to Linux... 17

2 Rename the old table and create a new empty compress enabled table to hold the new data Import dump file using impdp into 10g on Linux Create a directory to hold the dump file Import in parallel Scenario #3: 10g Parallel export Data Pump and import from NFS mounted File System, into ASM Based Tablespace Export using Parallel Timing Parallel command and log Create NFS mount on Linux of the Solaris directory g Import Data Pump from NFS, into ASM Based Tablespace Scenario #4: Parallel Insert as select from Solaris into ASM Based Tablespace Scenario #5: Sequential Insert as select from Solaris into ASM Based Tablespace Scenario #6: Transportable Tablespace based on NFS mounted filesystem + Move table Perform transportable tablespace export for the selected tablespace Convert the Solaris based tablespace to Linux format Place the converted files on an NFS file system that is mounted on the Target Linux Server Import metadata on Linux database pointing to the datafiles located on the NFS mounted File System Move selected table into ASM based tablespace Scenario #7: Transportable Tablespace + Move table into FS based tablespace (scenario 1 with FS) Perform transportable tablespace export for the selected tablespace Convert the Solaris based tablespace to Linux format FTP converted datafiles to Linux Import metadata on Linux database pointing to the datafiles located on the NFS mounted File System Create a FS based tablespace on Linux Check table size before moving Move table compress to FS based tablespace Scenario #8: Import data pump using network link... 32

3 Create database links to the possible source databases Execute the import using the network_link parameter Both databases need to be at least, if not you will get ora After installing patch on Solaris the import works fine Result Scenario #9: Comparison test, move table in 8i, compare time with move on 10g Create tablespace to move table Move table Compare times Removing a big table based on ASM storage References: Note: How to Use Export and Import when Transferring Data Across Platforms Note: Importing into Existing tables with Oracle Data Pump Note: Import DataPump - User Schema is Created by Import Aditional Technical Notes and tips: Compress Test Preparation Steps Prepare Source Data on the database Create a tablespace to exchange partitions Prepare a script to create the tables and indexes that sit on the tablespace to transport Prepare a script to exchange the partitions with the new tables Set the tablespace to transport to read only Export tablespace to transport metadata Check the exchanged objects sizes Check the tablespace datafiles Copy datafiles and metadata dump to working server Create a new database to plug in the tablespace and start to work Create and prepare database zycmp on server srvtst bits Plug in the transported tablespaces into zycmp Install 10g on Solaris to upgrade the database Use custom Install without database... 46

4 Upgrade the database to 10g Use Database Upgrade Assistant to upgrade Transport tablespace to Linux Check the OS platform compatibility, from Solaris to Unix Set tablespace to read only Export Metadata Check the compatibility parameter and change if needed Prepare to convert the datafiles to Linux format Setup a destination directory Convert datafiles to Linux format Invoke Rman and check if the tablespace is recognized Execute the Convert tablespace command to change datafiles to Linux format Ftp or rcp files to Linux Prepare to Plug In into Linux 10g database the converted datafiles Rename transferred datafiles to their original names Check original names on source 10g database Move transferred files on Linux Create user fyt_rent on zylnx and grant to it dba If necessaire change national character set to match the nchar of the export Enable an 8k cache size to plug the 8k block size tablespace into the 32k block size database Import the metadata: Check the tablespaces on the Linux database after the plug in g Install on Linux AMD Pre Install requisites Pre Install checkups g ASM, Automatic Storage Manager configuration g Automatic Storage Manager Setup Reference Note Rpm s to use, checks and install... 58

5 Automatic Storage Manager Libraries (ASMLib) configuration Automatic Storage Manager (ASM) disks preparation g Install g Database Creation on Linux top Start ASM instance fail with ORA unable to connect to Cluster Manager Impdp How to attach to a job and kill it Setting 10g Archive log mode with destination out of ASM Backup Database using RMAN How to shutdown ocssd... 73

6 About the Test This test was designed to check the benefit of data compression to store read only data. The test was performed using Oracle RDBMS 10.g version on Linux and Solaris. This test was intended to check how long may take to transfer 6 TB of historic data to a 10g Linux based database. The test was implemented by taking a single partition from the main historic table as sample data, plugging its tablespace into a 10g database in UNIX, Solaris 5.8 used as a staging area for all the tests. Each test moved 31 G of data, 8 Scenarios were tested: 1: Alter Table Move Compress into ASM Based Tablespace. 2: 10g Export Data Pump and Import Data Pump into ASM Based Tablespace. 3: 10g Parallel export Data Pump and import from NFS mounted File System, into ASM Based Tablespace. 4: Parallel Insert as select from Solaris into ASM Based Tablespace 5: Sequential Insert as select from Solaris into ASM Based Tablespace 6: Transportable Tablespace based on NFS mounted filesystem + Move table 7: Transportable Tablespace + Move table into FS based tablespace (scenario 1 with FS) 8: Import data pump using network link 9: Comparison test, move table in 8i, compare time with move on 10g STEP TEST 1: TEST 2: TEST 3: TEST 4: TEST 5: TEST 6: TEST 7: TEST 8: TEST 9: CONVERT TIME 54 Min 0 Min 0 Min 0 Min 0 Min 54 Min 54 Min 0 Min 0 Min EXPORT TIME 0 Min 41 Min 0 Min 0 Min 0 Min 0 Min 0 Min 0 Min 0 Min FTP TIME 86 Min 57 Min 0 Min 0 Min 0 Min 0 Min 86 Min 0 Min 0 Min MOVE TIME 17 Min 0 Min 0 Min 0 Min 0 Min 51 Min 18 Min 0 Min 40 Min IMPORT TIME 0 Min 74 Min 79 Min 109 Min 126 Min 0 Min 0 Min 124 Min 0 Min TOTAL TIME 157 Min 172 Min 120 Min 109 Min 126 Min 105 Min 158 Min 124 Min not relevant COMPRESSION 73 % 73 % 71 % 63 % 74% 73% 73% 13% 0% Based on the tests results the best estimation to move 6 Tera of data is: Simplest Test : #5 Insert as select from source = ~4.2 min/giga, 420 hours, 17.5 days. Best Test : #6 Upgrade to 10g / Convert/ NFS mount & Move = ~3.5 min/giga, 350 hours, 14.5 days

7 List of Tested Scenarios top Scenario #1: Alter Table Move Compress into ASM Based Tablespace. Scenario #2: 10g Export Data Pump and Import Data Pump into ASM Based Tablespace. Scenario #3: 10g Parallel export Data Pump and import from NFS mounted File System, into ASM Based Tablespace. Scenario #4: Parallel Insert as select from Solaris into ASM Based Tablespace Scenario #5: Sequential Insert as select from Solaris into ASM Based Tablespace Scenario #6: Transportable Tablespace based on NFS mounted filesystem + Move table Scenario #7: Transportable Tablespace + Move table into FS based tablespace (scenario 1 with FS) Scenario #8: Import data pump using network link Scenario #9: Comparison test, move table in 8i, compare time with move on 10g top

8 Scenario #1. Alter Table Move Compress into ASM Based Tablespace. top Previous check Check table names and sizes before moving > SELECT segment_type,segment_name,bytes/1024/1024 MB FROM DBA_SEGMENTS WHERE SEGMENT_NAME IN(SELECT table_name from dba_tables where owner='fyt_rent') SEGMENT_TYPE SEGMENT_NAME MB TABLE CMP_TAB_DET_ALL_P TABLE TAB_DET_ALL_P0410_BC TABLE CMP_CALL_PART_TAB_P 300 TABLE CMP_CONT_FREE_UNIT_TAB_P 300 TABLE CMP_INCOME_DETAIL_TAB_P 3300 > SELECT segment_type,segment_name,bytes/1024/1024 MB FROM DBA_SEGMENTS WHERE SEGMENT_NAME IN(SELECT index_name from dba_indexes where owner='fyt_rent') / SEGMENT_TYPE SEGMENT_NAME MB INDEX CMP_IND_TAB_DET_ALL 4800 INDEX CMP_PK_INCOME_DETAIL_TAB_P 600 INDEX CMP_PK_CONT_FREE_UNIT_TAB_P 300 INDEX CMP_CALL_PART_TAB_P_I1 300

9 Execute Move Objects Move Tables SQL> alter table fyt_rent.cmp_tab_det_all_p move compress parallel tablespace data; Table altered. Elapsed: 00:17:16.48 SQL> alter table fyt_rent.tab_det_all_p0410_bc13 move compress tablespace data; Table altered. Elapsed: 00:00:00.09 SQL> alter table fyt_rent.cmp_call_part_tab_p move compress parallel tablespace data; Table altered. Elapsed: 00:00:09.71 SQL> alter table fyt_rent.cmp_cont_free_unit_tab_p move compress tablespace data; Table altered. Elapsed: 00:00:31.80 SQL> alter table fyt_rent.cmp_income_detail_tab_p move compress tablespace data; Table altered. Elapsed: 00:09:04.79 Rebuild Indexes SQL> alter index fyt_rent.cmp_ind_tab_det_all rebuild tablespace data nologging parallel; Index altered. Elapsed: 00:10:06.76 SQL> alter index fyt_rent.cmp_pk_income_detail_tab_p rebuild tablespace data nologging parallel; Index altered. Elapsed: 00:01:51.89

10 SQL> alter index fyt_rent.cmp_pk_cont_free_unit_tab_p rebuild tablespace data nologging parallel; Index altered. Elapsed: 00:00:09.01 SQL> alter index fyt_rent.cmp_call_part_tab_p_i1 rebuild tablespace data nologging parallel; Index altered. Elapsed: 00:00:00.06 Result Scenario 1 Commands used: alter table <tname> move compress parallel tablespace <tbsp>; alter index <iname> rebuild tablespace <tbsp> nologging parallel; Results: TABLES TABLE NAME MB BEFORE MB AFTER %COMPRESSED MOVE TIME CMP_TAB_DET_ALL_P % 00:17:16.48 (parallel) TAB_DET_ALL_P0410_BC % 00:00:00.09 (no parallel) CMP_CALL_PART_TAB_P % 00:00:09.71 (empty table**) CMP_CONT_FREE_UNIT_TAB_P % 00:00:31.80 (no parallel) CMP_INCOME_DETAIL_TAB_P % 00:09:04.79 (no parallel) ** An empty table has an allocation of 1 extent on the regular tablespace, that is 300MB on the plugged tablespace. On the ASM based tablespace the size of the stripe unit is 1 MB, the disk is uniformly divided into 1MB cells, The space allocation required for the empty table is MB!. INDEXES

11 INDEX NAME MB BEFORE MB AFTER %COMPRESSED MOVE TIME CMP_IND_TAB_DET_ALL 4, % 00:10:06.76 (parallel) CMP_PK_INCOME_DETAIL_TAB_P % 00:01:51.89 (parallel) CMP_CALL_PART_TAB_P_I % 00:00:00.06 (parallel) CMP_PK_CONT_FREE_UNIT_TAB_P % 00:00:09.01 (parallel) CONSISTENCY CHECK: On Linux's 10g zylnx: SQL> show parameters db_block_size NAME TYPE VALUE db_block_size integer (NOTE: On AMD64 we can have 32k block size) SQL> select count(*) from fyt_rent.cmp_tab_det_all_p; COUNT(*) SQL> l 1 select bytes/1024/1024 MB from dba_segments 2 where segment_name='cmp_tab_det_all_p' 3* and segment_type='table' and owner='fyt_rent' SQL> / MB On Srvtst's 10g zycmp: {oracle} /srvtst/app01/oracle/product [Srvtst] > 10g {oracle} /srvtst/app01/oracle/product [Srvtst] > sts zycmp

12 {oracle} /srvtst/app01/oracle/product [Srvtst] > sqlplus / SQL*Plus: Release Production on Mon Feb 7 17:13: Copyright (c) 1982, 2004, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning and Data Mining options SQL> show parameters db_block_size NAME TYPE VALUE db_block_size integer 8192 SQL> select count(*) from fyt_rent.cmp_tab_det_all_p; COUNT(*) select bytes/1024/1024 MB from dba_segments 2 where segment_name='cmp_tab_det_all_p' 3* and segment_type='table' and owner='fyt_rent' SQL> / MB On Srvprd's 10g zyhist: {oracle} /dbasrv/app01/oracle/product dbasrv > 817 /dbasrv/app01/oracle/product >sqlplus /@zyhist SQL*Plus: Release Production on Mon Feb 7 17:14:

13 (c) Copyright 2000 Oracle Corporation. All rights reserved. Connected to: Oracle8i Enterprise Edition Release Production With the Partitioning option JServer Release Production SQL> show parameters db_block_size NAME TYPE VALUE db_block_size integer 8192 SQL> select count(*) from fyt_rent.cmp_tab_det_all_p; COUNT(*) select bytes/1024/1024 MB from dba_segments 2 where segment_name='cmp_tab_det_all_p' 3* and segment_type='table' and owner='fyt_rent' SQL> / MB

14 Scenario #2. 10g Export Data Pump and Import Data Pump into ASM Based Tablespace. top Cleanup on Linux the previously plugged in tablespace Connect to 10g Sqlplus SQL*Plus: Release Production on Tue Feb 8 15:48: Copyright (c) 1982, 2004, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning, OLAP and Data Mining options SQL> select tablespace_name from dba_tablespaces; TABLESPACE_NAME SYSTEM UNDOTBS1 SYSAUX TEMP DATA TBS_CDT_0410_BC13_BIG 6 rows selected. SQL> select file_name from dba_data_files; FILE_NAME DATA/zylnx/datafile/system.264.1

15 +DATA/zylnx/datafile/undotbs DATA/zylnx/datafile/sysaux DATA/zylnx/datafile/data /srvtst2/od01/zylnx/detall0410_bc13_big_01.dbf /srvtst2/od01/zylnx/detall0410_bc13_big_02.dbf /srvtst2/od01/zylnx/detall0410_bc13_big_03.dbf /srvtst2/od01/zylnx/detall0410_bc13_big_04.dbf /srvtst2/od01/zylnx/detall0410_bc13_big_05.dbf 9 rows selected. SQL> alter tablespace TBS_CDT_0410_BC13_BIG offline; Tablespace altered. SQL> drop tablespace TBS_CDT_0410_BC13_BIG including contents and datafiles; Tablespace dropped. SQL> select file_name from dba_data_files; FILE_NAME DATA/zylnx/datafile/system DATA/zylnx/datafile/undotbs DATA/zylnx/datafile/sysaux DATA/zylnx/datafile/data SQL>!ls /srvtst2/od01/zylnx/ SQL> select tablespace_name from dba_tablespaces; TABLESPACE_NAME SYSTEM UNDOTBS1 SYSAUX TEMP DATA

16 Create a directory on 10g on Solaris to hold the export file SQL> create or replace directory call_det_exp as '/srvtst/dw/export' 2 / Directory created. Export main table using export data pump on 10g and Solaris Export started at: Tue, Feb 8, 15:25:06, 2005 and finished at: Tue, Feb 8, 16:06:08, 2005 {oracle} /srvtst/app01/oracle/product/10g/bin [Srvtst] > expdp fyt_rent/fyt directory=call_det_exp dumpfile=call_det_pump.dmp tables=cmp_tab_det_all_p logfile=call_det_pump.log Export: Release bit Production on Tuesday, 08 February, :25 Copyright (c) 2003, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning and Data Mining options Starting "FYT_RENT"."SYS_EXPORT_TABLE_01": fyt_rent/******** DIRECTORY=call_det_exp DUMPFILE=call_det_pump.dmp TABLES=CMP_TAB_DET_ALL_P LOGFILE=call_det_pump.log Estimate in progress using BLOCKS method... Processing object type TABLE_EXPORT/TABLE/TBL_TABLE_DATA/TABLE/TABLE_DATA Total estimation using BLOCKS method: GB Processing object type TABLE_EXPORT/TABLE/TABLE Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS.. exported "FYT_RENT"."CMP_TAB_DET_ALL_P" GB rows Master table "FYT_RENT"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded ****************************************************************************** Dump file set for FYT_RENT.SYS_EXPORT_TABLE_01 is: /srvtst/dw/export/call_det_pump.dmp Job "FYT_RENT"."SYS_EXPORT_TABLE_01" successfully completed at 16:06

17 FTP dump file to Linux ftp finished in 57 minutes to transfer 26GB ( bytes) 7.6 M per second. {oracle} /srvtst2/od02/export [srvtst2] > ftp srvtst Connected to srvtst ( ). 220 srvtst FTP server (SunOS 5.8) ready. Name (srvtst:oracle): 331 Password required for oracle. Password: 230 User oracle logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> cd /srvtst/dw/export 250 CWD command successful. ftp> bin 200 Type set to I. ftp> get call_det_pump.dmp local: call_det_pump.dmp remote: call_det_pump.dmp 227 Entering Passive Mode (10,5,189,11,156,232) 150 Binary data connection for call_det_pump.dmp ( ,30826) ( bytes). 226 Binary Transfer complete bytes received in 3.45e+03 secs (7.6e+03 Kbytes/sec) Rename the old table and create a new empty compress enabled table to hold the new data SQL> rename CMP_TAB_DET_ALL_P to CMP_TAB_DET_ALL_OLD; Table renamed. SQL> CREATE TABLE CMP_TAB_DET_ALL_P COMPRESS AS SELECT * FROM CMP_TAB_DET_ALL_OLD WHERE 1=2; Table created.

18 Import dump file using impdp into 10g on Linux Create a directory to hold the dump file SQL> create or replace directory imp_dir as '/srvtst/dw/export' 2 / Directory created. Import in parallel Import Job started on : Wednesday, 09 February, :43 Import Job finished on : Wednesday, 09 February, :57 {oracle} /srvtst2/od02/export [srvtst2] > impdp directory=imp_dir dumpfile=call_det_pump.dmp logfile=call_det_pump.log parallel=4 table_exists_action=append content=data_only status=60 Import: Release bit Production on Wednesday, 09 February, :43 Copyright (c) 2003, Oracle. All rights reserved. Username: fyt_rent Password: Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning, OLAP and Data Mining options Job: SYS_IMPORT_FULL_01

19 Operation: IMPORT Mode: FULL State: EXECUTING Bytes Processed: 0 Current Parallelism: 4 Job Error Count: 0 Dump File: /srvtst2/od02/export/call_det_pump.dmp Worker 1 Status: State: EXECUTING Worker 2 Status: State: WORK WAITING Worker 3 Status: State: WORK WAITING Worker 4 Status: State: WORK WAITING Master table "FYT_RENT"."SYS_IMPORT_FULL_01" successfully loaded/unloaded Job: SYS_IMPORT_FULL_01 Operation: IMPORT Mode: FULL State: EXECUTING Bytes Processed: 0 Current Parallelism: 4 Job Error Count: 0 Dump File: /srvtst2/od02/export/call_det_pump.dmp Worker 1 Status: State: EXECUTING

20 Worker 2 Status: State: WORK WAITING Worker 3 Status: State: WORK WAITING Worker 4 Status: State: WORK WAITING Starting "FYT_RENT"."SYS_IMPORT_FULL_01": fyt_rent/******** DIRECTORY=IMP_DIR dumpfile=call_det_pump.dmp logfile=call_det_pump.log parallel=4 table_exists_action=append content=data_only status=60 Job: SYS_IMPORT_FULL_01 Operation: IMPORT Mode: FULL State: COMPLETED Bytes Processed: 26,824,827,344 Percent Done: 100 Current Parallelism: 4 Job Error Count: 0 Dump File: /srvtst2/od02/export/call_det_pump.dmp Worker 1 Status: State: WORK WAITING Worker 2 Status: State: WORK WAITING Worker 3 Status:

21 State: WORK WAITING Worker 4 Status: State: WORK WAITING Job "FYT_RENT"."SYS_IMPORT_FULL_01" successfully completed at 14:57 Scenario #3: 10g Parallel export Data Pump and import from NFS mounted File System, into ASM Based Tablespace. top Export using Parallel 8 Timing Export started at 10:51 Export ended at Total time 36 minutes Parallel command and log {oracle} /srvtst/dw/export [Srvtst] > expdp USERID=fyt_rent/fyt DIRECTORY=call_det_exp DUMPFILE=expdat%U.dmp parallel=8 TABLES=CMP_TAB_DET_ALL_P LOGFILE=expdat%U.log JOB_NAME=partst Export: Release bit Production on Thursday, 10 February, :51 Copyright (c) 2003, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning and Data Mining options

22 Starting "FYT_RENT"."PARTST": USERID=fyt_rent/******** DIRECTORY=call_det_exp DUMPFILE=expdat%U.dmp parallel=8 TABLES=CMP_TAB_DET_ALL_P LOGFILE=expdat%U.log JOB_NAME=partst Estimate in progress using BLOCKS method... Processing object type TABLE_EXPORT/TABLE/TBL_TABLE_DATA/TABLE/TABLE_DATA Total estimation using BLOCKS method: GB Processing object type TABLE_EXPORT/TABLE/TABLE Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS.. exported "FYT_RENT"."CMP_TAB_DET_ALL_P" GB rows Master table "FYT_RENT"."PARTST" successfully loaded/unloaded ****************************************************************************** Dump file set for FYT_RENT.PARTST is: /srvtst/dw/export/expdat01.dmp /srvtst/dw/export/expdat02.dmp /srvtst/dw/export/expdat03.dmp /srvtst/dw/export/expdat04.dmp /srvtst/dw/export/expdat05.dmp /srvtst/dw/export/expdat06.dmp /srvtst/dw/export/expdat07.dmp /srvtst/dw/export/expdat08.dmp /srvtst/dw/export/expdat09.dmp Job "FYT_RENT"."PARTST" successfully completed at 11:27 Create NFS mount on Linux of the Solaris directory {oracle} /srvtst/dw/export [srvtst2] > mount grep srvtst srvtst:/srvtst/dw on /srvtst/dw type nfs (rw,addr= ) 10g Import Data Pump from NFS, into ASM Based Tablespace.

23 Import start 16:21 Import end 17:40 Total Time 79 minutes ;;; Import: Release bit Production on Thursday, 10 February, :21 Copyright (c) 2003, Oracle. All rights reserved. ;;; Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning, OLAP and Data Mining options Master table "FYT_RENT"."IMPTST" successfully loaded/unloaded Starting "FYT_RENT"."IMPTST": USERID=fyt_rent/******** DIRECTORY=DATA_DUMP_DIR DUMPFILE=expdat%U.dmp parallel=8 REMAP_TABLESPACE=TBS_CDT_0410_BC13_BIG:DATA TABLES=CMP_TAB_DET_ALL_P LOGFILE=impdat.log JOB_NAME=imptst STATUS=60 TABLE_EXISTS_ACTION=append CONTENT=data_only Processing object type TABLE_EXPORT/TABLE/TBL_TABLE_DATA/TABLE/TABLE_DATA ;;; Import> status ;;; Import> exit.. imported "FYT_RENT"."CMP_TAB_DET_ALL_P" GB rows Job "FYT_RENT"."IMPTST" successfully completed at 17:40

24 Scenario #4: Parallel Insert as select from Solaris into ASM Based Tablespace top SQL> set echo on timing on SQL> spool CTAS_of_CMP_TAB_DET_ALL_P.log; SQL> select sysdate from dual; SYSDATE /02/ :33:33 Elapsed: 00:00:00.00 SQL> create table CMP_TAB_DET_ALL_P compress tablespace data 2 as select * from CMP_TAB_DET_ALL_P@zycmp 3 where 1=2; Table created. Elapsed: 00:00:00.71 SQL> alter session enable parallel dml; Session altered. Elapsed: 00:00:00.00 SQL> ALTER TABLE CMP_TAB_DET_ALL_P PARALLEL (DEGREE 8); Table altered. Elapsed: 00:00:00.01 SQL> insert /*+ APPEND NOLOGGING */ into CMP_TAB_DET_ALL_P select /*+ PARALLEL(instab,4) */ 2 * from CMP_TAB_DET_ALL_P@zycmp

25 3 / rows created. Elapsed: 01:49:09.57

26 Scenario #5: Sequential Insert as select from Solaris into ASM Based Tablespace top SQL> set timing on; SQL> truncate table CMP_TAB_DET_ALL_P; Table truncated. Elapsed: 00:00:01.14 SQL> alter table CMP_TAB_DET_ALL_P parallel (degree 1); Table altered. Elapsed: 00:00:00.01 SQL> insert /*+ APPEND NOLOGGING */ into CMP_TAB_DET_ALL_P 2 select * from CMP_TAB_DET_ALL_P@zyhist 3 / rows created. Elapsed: 02:06:05.21 SQL> select bytes/1024/1024 from dba_segments where segment_name='cmp_tab_det_all_p'; BYTES/1024/ Elapsed: 00:00:00.06

27 Scenario #6: Transportable Tablespace based on NFS mounted filesystem + Move table top Perform transportable tablespace export for the selected tablespace Convert the Solaris based tablespace to Linux format Place the converted files on an NFS file system that is mounted on the Target Linux Server Import metadata on Linux database pointing to the datafiles located on the NFS mounted File System {oracle} /srvtst2/app01/oracle/scripts/av/compresstest [srvtst2] > imp userid=\'/ as sysdba\' transport_tablespace=y datafiles=/srvtst/dw/backup/detall0410_bc13_big_01.dbf,/srvtst/dw/backup/detall041 0_bc13_big_02.dbf,/srvtst/dw/backup/detall0410_bc13_big_03.dbf,/srvtst/dw/backup/d etall0410_bc13_big_04.dbf,/srvtst/dw/backup/detall0410_bc13_big_05.dbf file=tts_10g.dmp log=tts_nfs.log Import: Release Production on Tue Feb 15 10:51: Copyright (c) 1982, 2004, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning, OLAP and Data Mining options Export file created by EXPORT:V via conventional path About to import transportable tablespace(s) metadata... import done in UTF8 character set and AL16UTF16 NCHAR character set

28 import server uses IW8ISO8859P8 character set (possible charset conversion) export client uses IW8ISO8859P8 character set (possible charset conversion). importing SYS's objects into SYS. importing FYT_RENT's objects into FYT_RENT.. importing table "CMP_TAB_DET_ALL_P".. importing table "TAB_DET_ALL_P0410_BC13".. importing table "CMP_CALL_PART_TAB_P".. importing table "CMP_CONT_FREE_UNIT_TAB_P".. importing table "CMP_INCOME_DETAIL_TAB_P". importing SYS's objects into SYS Import terminated successfully without warnings. Move selected table into ASM based tablespace Started Tue Feb 15 11:00:45 IST 2005 Finished Tue Feb 15 11:51:51 IST 2005 Total Time 105 minutes

29 Scenario #7: Transportable Tablespace + Move table into FS based tablespace (scenario 1 with FS) top Perform transportable tablespace export for the selected tablespace Convert the Solaris based tablespace to Linux format FTP converted datafiles to Linux Import metadata on Linux database pointing to the datafiles located on the NFS mounted File System {oracle} /srvtst2/app01/oracle/scripts/av/compresstest [srvtst2] > imp userid=\'/ as sysdba\' transport_tablespace=y datafiles=/srvtst2/od02/export/detall0410_bc13_big_01.dbf,/srvtst2/od02/export/det all0410_bc13_big_02.dbf,/srvtst2/od02/export/detall0410_bc13_big_03.dbf,/srvtst2/o d02/export/detall0410_bc13_big_04.dbf,/srvtst2/od02/export/detall0410_bc13_big_05. dbf file=tts_10g.dmp log=tts_10gtfs.log Import: Release Production on Tue Feb 15 15:25: Copyright (c) 1982, 2004, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning, OLAP and Data Mining options Export file created by EXPORT:V via conventional path About to import transportable tablespace(s) metadata... import done in UTF8 character set and AL16UTF16 NCHAR character set

30 import server uses IW8ISO8859P8 character set (possible charset conversion) export client uses IW8ISO8859P8 character set (possible charset conversion). importing SYS's objects into SYS. importing FYT_RENT's objects into FYT_RENT.. importing table "CMP_TAB_DET_ALL_P".. importing table "TAB_DET_ALL_P0410_BC13".. importing table "CMP_CALL_PART_TAB_P".. importing table "CMP_CONT_FREE_UNIT_TAB_P".. importing table "CMP_INCOME_DETAIL_TAB_P". importing SYS's objects into SYS Import terminated successfully without warnings. Create a FS based tablespace on Linux SQL> create tablespace datafs datafile '/srvtst2/od01/zylnx/datafs_01.dbf' size m extent management local segment space management auto; Tablespace created. Elapsed: 00:09:15.69 Check table size before moving SQL> select segment_type,segment_name,bytes/1024/1024 mb 2 from dba_segments 3 where segment_name in(select table_name from dba_tables where owner='fyt_rent') 4* SQL> /

31 SEGMENT_TYPE SEGMENT_NAME MB TABLE CMP_INCOME_DETAIL_TAB_P 3300 TABLE CMP_CONT_FREE_UNIT_TAB_P 300 TABLE CMP_CALL_PART_TAB_P 300 TABLE TAB_DET_ALL_P0410_BC TABLE CMP_TAB_DET_ALL_P Move table compress to FS based tablespace SQL> alter table fyt_rent.cmp_tab_det_all_p move compress parallel tablespace datafs; Table altered. Elapsed: 00:18:18.83

32 Scenario #8: Import data pump using network link top Create database links to the possible source databases Execute the import using the network_link parameter Both databases need to be at least, if not you will get ora In this example impdp is run from Linux with rdbms against a Solaris with rdbms : {oracle} /home/oracle [srvtst2] > impdp userid=fyt_rent/fyt network_link=zycmp DIRECTORY=DATA_DUMP_DIR REMAP_TABLESPACE=TBS_CDT_0410_BC13_BIG:DATA TABLES=CMP_TAB_DET_ALL_P LOGFILE=impdat.log JOB_NAME=imptst STATUS=60 Import: Release bit Production on Wednesday, 16 February, :46 Copyright (c) 2003, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning, OLAP and Data Mining options ORA-39006: internal error ORA-39022: Database version is not supported. After installing patch on 10g on Solaris:

33 Import: Release bit Production on Wednesday, 16 February, :55 After installing patch on Solaris the import works fine Import: Release bit Production on Thursday, 17 February, :39 Copyright (c) 2003, Oracle. All rights reserved. ;;; Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning, OLAP and Data Mining options Starting "FYT_RENT"."IMPTST": userid=fyt_rent/******** network_link=zycmp directory=imp_dir TABLES=CMP_TAB_DET_ALL_P table_exists_action=append content=data_only parallel=8 JOB_NAME=imptst status=180 Estimate in progress using BLOCKS method... Processing object type TABLE_EXPORT/TABLE/TBL_TABLE_DATA/TABLE/TABLE_DATA Total estimation using BLOCKS method: GB.. imported "FYT_RENT"."CMP_TAB_DET_ALL_P" rows Job "FYT_RENT"."IMPTST" successfully completed at 09:03 Result Start time : 06:39 End time : 09:03 Total Time : 124 Min. Original size : 31 GB Compressed Size: 27.GB Compression Rate: 13%

34 top

35 Scenario #9: Comparison test, move table in 8i, compare time with move on 10g top Create tablespace to move table Move table SQL> create tablespace movetest datafile '/srvprd/zyhist/oi01/movetest01.dbf' size 3000m, 2 '/srvprd/zyhist/od03/movetest02.dbf' size 1000m, 3 '/srvprd/zyhist/od05/movetest03.dbf' size 3000m, 4 '/srvprd/zyhist/od07/movetest04.dbf' size 3000m, 5 '/srvprd/zyhist/od06/movetest05.dbf' size 2000m, 6 '/srvprd/zyhist/od08/movetest06.dbf' size 3000m, 7 '/srvprd/zyhist/od09/movetest07.dbf' size 3000m, 8 '/srvprd/zyhist/od10/movetest08.dbf' size 5000m, 9 '/srvprd/zyhist/od15/movetest09.dbf' size 7000m, 10 '/srvprd/zyhist/od13/movetest10.dbf' size 5000m; Tablespace created. SQL> alter table fyt_rent.cmp_tab_det_all_p move tablespace movetest parallel 8 2 / Table altered. Elapsed: 00:39:31.60

36 Compare times Removing a big table based on ASM storage top SQL> select table_name from user_tables; TABLE_NAME CMP_TAB_DET_ALL_P SQL> select count(*) from dba_extents where segment_name='cmp_tab_det_all_p'; COUNT(*) SQL> select bytes from dba_segments where segment_name='cmp_tab_det_all_p'; BYTES SQL> set timing on; SQL> drop table CMP_TAB_DET_ALL_P; Table dropped. Elapsed: 00:00:00.09

37 References: top Note: How to Use Export and Import when Transferring Data Across Platforms Note: Importing into Existing tables with Oracle Data Pump Note: Import DataPump - User Schema is Created by Import

38 Aditional Technical Notes and tips: top Compress Test Preparation Steps 10g Install on Linux AMD64 10g ASM, Automatic Storage Manager configuration Automatic Storage Manager Libraries (ASMLib) configuration Automatic Storage Manager (ASM) disks preparation Start ASM instance fail with ORA unable to connect to Cluster Manager Setting 10g Archive log mode with destination out of ASM How to shutdown ocssd Data Pump examples

39 Compress Test Preparation Steps top Prepare Source Data on the database Create a tablespace to exchange partitions create tablespace testcompress datafile '/srvprd/zyhist/od04/testcompress_01.dbf' size 8000m extent management local; Check which tab_det_all partitions are not part of the zy view: select add_months(to_date('050201','yymmdd'),-12) from dual; 01-FEB-04 This mean that the view includes only partitions older than 01/02/2004. We can use newer partitions to transport them to a side database. select partition_name, tablespace_name from dba_tab_partitions where table_name='tab_det_all_p' AND partition_name like 'P0409%' ; select partition_name, tablespace_name from dba_tab_partitions where table_name='tab_det_all_p' AND partition_name like 'P0410%' ; PARTITION_NAME TABLESPACE_NAME P0409_BC13 TBS_CDT_0409_BC13_BIG P0409_BC19 TBS_CDT_0409_BC19_BIG P0409_BC25 TBS_CDT_0409_BC25_BIG P0410_BC01 TBS_CDT_0410_BC01_BIG

40 P0410_BC07 TBS_CDT_0410_BC07_BIG P0410_BC13 TBS_CDT_0410_BC13_BIG After checking the objects contained on the last tablespace I did find that it contain several related objects. Because the size of one partition is quite big, 29GB I did choose to transport the whole tablespace with all its objects into a side tablespace that will be used to perform all tests. Prepare a script to create the tables and indexes that sit on the tablespace to transport create table cmp_tab_det_all_p tablespace testcompress as select * from TAB_DET_ALL_P where 1=2; create table cmp_call_part_tab_p tablespace testcompress as select * from CALL_PART_TAB_P where 1=2 ; create table cmp_cont_free_unit_tab_p tablespace testcompress as select * from CONT_FREE_UNIT_TAB_P where 1=2; create table cmp_income_detail_tab_p tablespace testcompress as select * from INCOME_DETAIL_TAB_P where 1=2; create index cmp_ind_tab_det_all on cmp_tab_det_all_p (CUST_CODE_10, INVOICE_NUM_10, CUST_CODE_50, CONTRACT_NUM_20) tablespace testcompress; create index cmp_call_part_tab_p_i1 on cmp_call_part_tab_p (CUST_CODE_10, INVOICE_NUM_10, CUST_CODE_50, CONTRACT_NUM_20) tablespace testcompress; create unique index cmp_pk_cont_free_unit_tab_p on cmp_cont_free_unit_tab_p (CUST_CODE_10, INVOICE_NUM_10, CUST_CODE_50, CONTRACT_NUM_20, CONT_FU_SEQ_NUM, INVOICE_DATE_10) tablespace testcompress;

41 create unique index cmp_pk_income_detail_tab_p on cmp_income_detail_tab_p (INCOME_ID_81, CYCLE_DATE_81) tablespace testcompress; Prepare a script to exchange the partitions with the new tables set echo on pages 5000 lines 120 spool excobj.log alter table TAB_DET_ALL_P exchange partition P0410_BC13 with table cmp_tab_det_all_p including indexes; alter table CALL_PART_TAB_P exchange partition P0410_BC13 with table cmp_call_part_tab_p including indexes; alter table CONT_FREE_UNIT_TAB_P exchange partition P0410_BC13 with table cmp_cont_free_unit_tab_p including indexes; alter table INCOME_DETAIL_TAB_P exchange partition P0410_BC13 with table cmp_income_detail_tab_p including indexes; spool off; Set the tablespace to transport to read only Alter tablespace TBS_CDT_0410_BC13_BIG read only;

42 Export tablespace to transport metadata SRVPRD {oracle} /srvprd/app01/oracle/scripts/av/compress_test 15:15 > exp userid=\"sys as sysdba\" file=transp_zyhist.dmp transport_tablespace=y tablespaces=tbs_cdt_0410_bc13_big Export: Release Production on Wed Feb 2 15:15: (c) Copyright 2000 Oracle Corporation. All rights reserved. Password: Connected to: Oracle8i Enterprise Edition Release Production With the Partitioning option JServer Release Production Export done in IW8ISO8859P8 character set and IW8ISO8859P8 NCHAR character set Note: table data (rows) will not be exported About to export transportable tablespace metadata... For tablespace TBS_CDT_0410_BC13_BIG.... exporting cluster definitions. exporting table definitions.. exporting table CMP_TAB_DET_ALL_P.. exporting table TAB_DET_ALL_P0410_BC13.. exporting table CMP_CALL_PART_TAB_P.. exporting table CMP_CONT_FREE_UNIT_TAB_P.. exporting table CMP_INCOME_DETAIL_TAB_P. exporting referential integrity constraints. exporting triggers. end transportable tablespace metadata export Export terminated successfully without warnings.

43 Check the exchanged objects sizes select owner,segment_name,segment_type,bytes/1024/1024/1024 GB from dba_segments where tablespace_name='tbs_cdt_0410_bc13_big' OWNER SEGMENT_NAME SEGMENT_TYPE GB FYT_RENT CMP_CALL_PART_TAB_P TABLE FYT_RENT CMP_INCOME_DETAIL_TAB_P TABLE FYT_RENT TAB_DET_ALL_P0410_BC13 TABLE FYT_RENT CMP_TAB_DET_ALL_P TABLE FYT_RENT CMP_CONT_FREE_UNIT_TAB_P TABLE FYT_RENT CMP_PK_CONT_FREE_UNIT_TAB_P INDEX FYT_RENT CMP_PK_INCOME_DETAIL_TAB_P INDEX FYT_RENT CMP_IND_TAB_DET_ALL INDEX FYT_RENT CMP_CALL_PART_TAB_P_I1 INDEX Check the tablespace datafiles select file_name from dba_data_files where tablespace_name='tbs_cdt_0410_bc13_big'; /srvprd/zyhist/od36/oradata/detall0410_bc13_big_01.dbf /srvprd/zyhist/od36/oradata/detall0410_bc13_big_02.dbf /srvprd/zyhist/od36/oradata/detall0410_bc13_big_03.dbf /srvprd/zyhist/od36/oradata/detall0410_bc13_big_04.dbf /srvprd/zyhist/od36/oradata/detall0410_bc13_big_05.dbf

44 Copy datafiles and metadata dump to working server Copy the datafiles and the metadata export over to Srvtst to build up there an bits database to plug in the tablespace. #!/usr/bin/ksh # mvdatafiles v_dest=srvtst:/srvtst/dw/zycmp rcp -p /srvprd/app01/oracle/scripts/av/compress_test/transp_zyhist.dmp $v_dest rcp -p /srvprd/zyhist/od36/oradata/detall0410_bc13_big_01.dbf $v_dest rcp -p /srvprd/zyhist/od36/oradata/detall0410_bc13_big_02.dbf $v_dest rcp -p /srvprd/zyhist/od36/oradata/detall0410_bc13_big_03.dbf $v_dest rcp -p /srvprd/zyhist/od36/oradata/detall0410_bc13_big_04.dbf $v_dest rcp -p /srvprd/zyhist/od36/oradata/detall0410_bc13_big_05.dbf $v_dest rcp -p /srvprd/app01/oracle/scripts/av/compress_test/endcp $v_dest Create a new database to plug in the tablespace and start to work. Create and prepare database zycmp on server srvtst bits. Create user fyt_rent on new database Plug in the transported tablespaces into zycmp Import metadata into the target database: {oracle} /srvtst/dw/zycmp [Srvtst] > imp sys file= transp_zyhist.dmp transport_tablespace=y datafiles=/srvtst/dw/zycmp/detall0410_bc13_big_01.dbf

45 ,/srvtst/dw/zycmp/detall0410_bc13_big_02.dbf,/srvtst/dw/zycmp/detall0410_bc13_big_ 03.dbf,/srvtst/dw/zycmp/detall0410_BC13_big_04.dbf,/srvtst/dw/zycmp/detall0410_BC13_big_05.dbf Check that the tablespace and its tables are accessible, check that there are not columns of type NCHAR on the database, if there are you will need to convert them to a supported Unicode character set before proceeding to upgrade. SVRMGR> select unique(data_type) from dba_tab_columns; DATA_TYPE AQ$_SUBSCRIBERS BLOB CHAR CLOB DATE FLOAT LONG LONG RAW MLSLABEL NCLOB NUMBER RAW ROWID UNDEFINED VARCHAR2 15 rows selected. Install 10g on Solaris to upgrade the database.

46 Use custom Install without database Upgrade the database to 10g Use Database Upgrade Assistant to upgrade Dbua is located on the 10g Oracle Home. The 8i database must be up and running when invoking Dbua. Transport tablespace to Linux Check the OS platform compatibility, from Solaris to Unix SQL> set pages lines 120 SQL> col platform_name for a40 SQL> select * from v$transportable_platform where upper(platform_name) like '%SOLARIS%' SQL> / PLATFORM_ID PLATFORM_NAME ENDIAN_FORMAT Solaris[tm] OE (32-bit) Big 2 Solaris[tm] OE (64-bit) Big SQL> select * from v$transportable_platform where upper(platform_name) like '%AMD%'; PLATFORM_ID PLATFORM_NAME ENDIAN_FORMAT

47 Linux 64-bit for AMD Little 12 Microsoft Windows 64-bit for AMD Little Because endian_format is different between both platforms conversion is required. Set tablespace to read only SQL> alter tablespace TBS_CDT_0410_BC13_BIG read only; alter tablespace TBS_CDT_0410_BC13_BIG read only * ERROR at line 1: ORA-01644: tablespace 'TBS_CDT_0410_BC13_BIG' is already read only Export Metadata {oracle} /srvtst/app01/oracle/scripts/av/compresstest [Srvtst] > exp userid=\'/ as sysdba\' transport_tablespace=y tablespaces=tbs_cdt_0410_bc13_big file=tts_10g.dmp log=tts_10g.log statistics=none Export: Release Production on Sun Feb 6 14:32: Copyright (c) 1982, 2004, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning and Data Mining options

48 Export done in IW8ISO8859P8 character set and AL16UTF16 NCHAR character set Note: table data (rows) will not be exported About to export transportable tablespace metadata... For tablespace TBS_CDT_0410_BC13_BIG.... exporting cluster definitions. exporting table definitions.. exporting table CMP_TAB_DET_ALL_P.. exporting table TAB_DET_ALL_P0410_BC13.. exporting table CMP_CALL_PART_TAB_P.. exporting table CMP_CONT_FREE_UNIT_TAB_P.. exporting table CMP_INCOME_DETAIL_TAB_P. exporting referential integrity constraints. exporting triggers. end transportable tablespace metadata export Export terminated successfully without warnings. Check the compatibility parameter and change if needed SQL> show parameters compatible NAME TYPE VALUE compatible string If the parameter is set to 9i, set it up to 10g SQL> alter system set compatible= scope=spfile; System altered. SQL> shutdown Database closed.

49 Database dismounted. ORACLE instance shut down. SQL> startup ORACLE instance started. Total System Global Area bytes Fixed Size bytes Variable Size bytes Database Buffers 0 bytes Redo Buffers bytes Database mounted. Database opened. SQL> show parameters compatible NAME TYPE VALUE compatible string Note: 10g compatible must be used in order to convert the tablespace datafiles to Linux format. Prepare to convert the datafiles to Linux format Setup a destination directory Check that you have enough space to hold a full tablespace backup {oracle} /srvtst/app01/oracle/product [Srvtst] > mkdir /srvtst/dw/backup {oracle} /srvtst/app01/oracle/product [Srvtst] > cd /srvtst/dw/backup

50 {oracle} /srvtst/dw/backup [Srvtst] > df -k. Filesystem kbytes used avail capacity Mounted on /dev/vx/dsk/srvtst/dw % /srvtst/dw Convert datafiles to Linux format Invoke Rman and check if the tablespace is recognized If you don t see the datafiles in Rman executing the report schema command, make the tablespace read write and read only again, and repeat the report schema command, this will update the control file headers. {oracle} /srvtst/app01/oracle/product [Srvtst] > rman target=/ Recovery Manager: Release bit Production Copyright (c) 1995, 2004, Oracle. All rights reserved. connected to target database: ZYCMP (DBID= ) RMAN> report schema; Report of database schema File K-bytes Tablespace RB segs Datafile Name SYSTEM *** /srvtst/dw/zycmp/system01.dbf TOOLS *** /srvtst/app01/oracle/oradata/zycmp/tools01.dbf RBS *** /srvtst/dw/zycmp/rbs01.dbf TEMP *** /srvtst/dw/temp01.dbf

51 USERS *** /srvtst/dw/zycmp/users01.dbf INDX *** /srvtst/dw/zycmp/indx01.dbf TBS_CDT_0410_BC13_BIG *** /srvtst/dw/zycmp/detall0410_bc13_big_05.dbf TBS_CDT_0410_BC13_BIG *** /srvtst/dw/zycmp/detall0410_bc13_big_04.dbf TBS_CDT_0410_BC13_BIG *** /srvtst/dw/zycmp/detall0410_bc13_big_03.dbf TBS_CDT_0410_BC13_BIG *** /srvtst/dw/zycmp/detall0410_bc13_big_02.dbf TBS_CDT_0410_BC13_BIG *** /srvtst/dw/zycmp/detall0410_bc13_big_01.dbf SYSAUX *** /srvtst/dw/zycmp/sysaux01.dbf Execute the Convert tablespace command to change datafiles to Linux format. RMAN> convert tablespace TBS_CDT_0410_BC13_BIG 2> to platform 'Linux 64-bit for AMD' 3> format='/srvtst/dw/backup/%u'; Starting backup at 06/02/ :02:37 allocated channel: ORA_DISK_1 channel ORA_DISK_1: sid=154 devtype=disk channel ORA_DISK_1: starting datafile conversion input datafile fno=00009 name=/srvtst/dw/zycmp/detall0410_bc13_big_03.dbf converted datafile=/srvtst/dw/backup/data_d-zycmp_i _ts- TBS_CDT_0410_BC13_BIG_FNO-9_02gc3ctf channel ORA_DISK_1: datafile conversion complete, elapsed time: 00:13:25 channel ORA_DISK_1: starting datafile conversion input datafile fno=00008 name=/srvtst/dw/zycmp/detall0410_bc13_big_04.dbf converted datafile=/srvtst/dw/backup/data_d-zycmp_i _ts- TBS_CDT_0410_BC13_BIG_FNO-8_03gc3dml channel ORA_DISK_1: datafile conversion complete, elapsed time: 00:11:45 channel ORA_DISK_1: starting datafile conversion input datafile fno=00007 name=/srvtst/dw/zycmp/detall0410_bc13_big_05.dbf

52 converted datafile=/srvtst/dw/backup/data_d-zycmp_i _ts- TBS_CDT_0410_BC13_BIG_FNO-7_04gc3ecn channel ORA_DISK_1: datafile conversion complete, elapsed time: 00:12:48 channel ORA_DISK_1: starting datafile conversion input datafile fno=00010 name=/srvtst/dw/zycmp/detall0410_bc13_big_02.dbf converted datafile=/srvtst/dw/backup/data_d-zycmp_i _ts- TBS_CDT_0410_BC13_BIG_FNO-10_05gc3f4r channel ORA_DISK_1: datafile conversion complete, elapsed time: 00:07:26 channel ORA_DISK_1: starting datafile conversion input datafile fno=00011 name=/srvtst/dw/zycmp/detall0410_bc13_big_01.dbf converted datafile=/srvtst/dw/backup/data_d-zycmp_i _ts- TBS_CDT_0410_BC13_BIG_FNO-11_06gc3fip channel ORA_DISK_1: datafile conversion complete, elapsed time: 00:09:15 Finished backup at 06/02/ :57:24 Ftp or rcp files to Linux The FTP of 40GB took from 18:18 until 19:44, in total 86 minutes Prepare to Plug In into Linux 10g database the converted datafiles. Rename transferred datafiles to their original names Check original names on source 10g database SQL> select FILE#,NAME from v$datafile where name like '%detall%'; FILE# NAME

53 /srvtst/dw/zycmp/detall0410_bc13_big_05.dbf 8 /srvtst/dw/zycmp/detall0410_bc13_big_04.dbf 9 /srvtst/dw/zycmp/detall0410_bc13_big_03.dbf 10 /srvtst/dw/zycmp/detall0410_bc13_big_02.dbf 11 /srvtst/dw/zycmp/detall0410_bc13_big_01.dbf Move transferred files on Linux {oracle} /srvtst2/od01/zylnx > ls data_d-zycmp_i _ts-tbs_cdt_0410_bc13_big_fno-10_05gc3f4r data_d-zycmp_i _ts-tbs_cdt_0410_bc13_big_fno-11_06gc3fip data_d-zycmp_i _ts-tbs_cdt_0410_bc13_big_fno-7_04gc3ecn data_d-zycmp_i _ts-tbs_cdt_0410_bc13_big_fno-8_03gc3dml data_d-zycmp_i _ts-tbs_cdt_0410_bc13_big_fno-9_02gc3ctf {oracle} /srvtst2/od01/zylnx > mv data_d-zycmp_i _ts-tbs_cdt_0410_bc13_big_fno- 10_05gc3f4r detall0410_bc13_big_02.dbf {oracle} /srvtst2/od01/zylnx > mv data_d-zycmp_i _ts-tbs_cdt_0410_bc13_big_fno- 11_06gc3fip detall0410_bc13_big_01.dbf {oracle} /srvtst2/od01/zylnx > mv data_d-zycmp_i _ts-tbs_cdt_0410_bc13_big_fno- 7_04gc3ecn detall0410_bc13_big_05.dbf {oracle} /srvtst2/od01/zylnx > mv data_d-zycmp_i _ts-tbs_cdt_0410_bc13_big_fno- 8_03gc3dml detall0410_bc13_big_04.dbf {oracle} /srvtst2/od01/zylnx > mv data_d-zycmp_i _ts-tbs_cdt_0410_bc13_big_fno- 9_02gc3ctf detall0410_bc13_big_03.dbf {oracle} /srvtst2/od01/zylnx > ls -ltr total rw-r--r-- 1 oracle dba Feb 6 18:46 detall0410_bc13_big_02.dbf -rw-r--r-- 1 oracle dba Feb 6 19:00 detall0410_bc13_big_01.dbf -rw-r--r-- 1 oracle dba Feb 6 19:12 detall0410_bc13_big_05.dbf -rw-r--r-- 1 oracle dba Feb 6 19:26 detall0410_bc13_big_04.dbf -rw-r--r-- 1 oracle dba Feb 6 19:44 detall0410_bc13_big_03.dbf

54 Create user fyt_rent on zylnx and grant to it dba SQL> create user fyt_rent identified by fyt; User created. SQL> grant dba, all privileges to fyt_rent 2 / Grant succeeded. If necessaire change national character set to match the nchar of the export Change national character set, the nchar in solaris was AL16UTF16 while in Linux is UTF8 in this test: SQL> alter database NATIONAL CHARACTER SET AL16UTF16; Database altered. Enable an 8k cache size to plug the 8k block size tablespace into the 32k block size database SQL> alter system set db_8k_cache_size=3000m; System altered. Import the metadata:

ASM BASED TABLESPACES BACKUP WITH RMAN FOR LONG TERM OFFLINE STORING

ASM BASED TABLESPACES BACKUP WITH RMAN FOR LONG TERM OFFLINE STORING ASM BASED TABLESPACES BACKUP WITH RMAN FOR LONG TERM OFFLINE STORING Alejandro Vargas Oracle Support Israel Principal Support Consultant TEST OBJECTIVES...2 COMMENTS...3 DESCRIPTION OF THE TESTS...3 1)

More information

LOSS OF FULL DATABASE AND DATABASE RECOVERY ORACLE 11g

LOSS OF FULL DATABASE AND DATABASE RECOVERY ORACLE 11g CONNECT TO TARGET DATABASE USING RMAN $ export ORACLE_SID=crms $ rlrman target / Recovery Manager: Release 11.2.0.1.0 - Production on Sat Jan 31 10:13:56 2015 Copyright (c) 1982, 2009, Oracle and/or its

More information

Steps how to duplicate a database to a new machine. Version 10gR2

Steps how to duplicate a database to a new machine. Version 10gR2 Steps how to duplicate a database to a new machine. Version 10gR2 First take a fresh backup of the target database set the ORACLE_* variables If the databse is running in noarchivelog mode, shut it down

More information

Disaster Recovery: Restore Database from One Server to another Server when Different Location

Disaster Recovery: Restore Database from One Server to another Server when Different Location Disaster Recovery: Restore Database from One Server to another Server when Different Location Mohamed Azar Oracle DBA http://mohamedazar.wordpress.com 1 Mohamed Azar http://mohamedazar.wordpress.com Step

More information

How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover??

How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover?? How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover?? If it is multiplexed then replace the lost one with the available one else

More information

Tablespace Usage By Schema In Oracle 11g Rac

Tablespace Usage By Schema In Oracle 11g Rac Tablespace Usage By Schema In Oracle 11g Rac The APPS schema has access to the complete Oracle E-Business Suite data model. E-Business Suite Release 12.2 requires an Oracle database block size of 8K. An

More information

INDEX SUMMARY...3 RMAN Check List...4 The Hands-On Environment...5 CATALOG...7

INDEX SUMMARY...3 RMAN Check List...4 The Hands-On Environment...5 CATALOG...7 Alejandro Vargas Principal Support Consultant Oracle Israel Support Services INDEX SUMMARY...3 RMAN Check List...4 The Hands-On Environment...5 CATALOG...7 1-set-catalog...8 2-create-catalog...9 3-register-database...10

More information

Tablespace Usage By Schema In Oracle 11g Query To Check Temp

Tablespace Usage By Schema In Oracle 11g Query To Check Temp Tablespace Usage By Schema In Oracle 11g Query To Check Temp The APPS schema has access to the complete Oracle E-Business Suite data model. E-Business Suite Release 12.2 requires an Oracle database block

More information

9i RAC: Manual Backup and Recovery Shankar Govindan

9i RAC: Manual Backup and Recovery Shankar Govindan 9i RAC: Manual Backup and Recovery Shankar Govindan Introduction When we plan to move a large database or a heavily used OLTP database to a cluster setup, to get enough mileage from the horizontal scaling

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

Oracle Database 11g: New Features for Oracle 9i DBAs

Oracle Database 11g: New Features for Oracle 9i DBAs Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: New Features for Oracle 9i DBAs Duration: 5 Days What you will learn This course introduces students to the new features of Oracle Database

More information

IS4510 Compiled by: Zafar Iqbal Khan Lecturer, Dept of IS, CCES, Salaman bin Abdul Aziz University

IS4510 Compiled by: Zafar Iqbal Khan Lecturer, Dept of IS, CCES, Salaman bin Abdul Aziz University Database Administration Lab Manual IS4510 Compiled by: Zafar Iqbal Khan Lecturer, Dept of IS, CCES, Salaman bin Abdul Aziz University Lab Session - 1 Objective:- To be aware of various Oracle Database

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information

Technical White Paper August Migrating to Oracle 11g Using Data Replicator Software with Transportable Tablespaces

Technical White Paper August Migrating to Oracle 11g Using Data Replicator Software with Transportable Tablespaces Technical White Paper August 2010 Migrating to Oracle 11g Using Data Replicator Software with Transportable Tablespaces Migrating to Oracle 11g Using DRS with Transportable Tablespaces Contents Contents...

More information

What was new in 11g for Backup and Recovery? Contents

What was new in 11g for Backup and Recovery? Contents What was new in 11g for Backup and Recovery? Contents Introduction... 3 RMAN New Features and Enhancements... 3 Proactive Health Check... 3 Database Recovery Advisor... 6 Faster Backup Compression... 11

More information

Setting Up Oracle for Prime Fulfillment

Setting Up Oracle for Prime Fulfillment APPENDIXA This appendix describes how to set up an Oracle Database 11g, Enterprise Edition Release 11.2.0.1.0-64 bit Production server that works with Cisco Prime Fulfillment. This appendix is written

More information

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 CHECKLIST 5-1 Migration Preparation Operations 1 Capture database file metadata 2 Verify COMPATIBLE setting 3 Create INCREMENTAL

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-034 Title : Upgrade Oracle9i/10g OCA to Oracle Database 11g OCP Vendor : Oracle Version : DEMO 1

More information

Installing the Oracle Database Softwar

Installing the Oracle Database Softwar Contents chapter 1:Architecture Oracle Database Architecture Database Structures Oracle Memory Structures Process Structures Oracle Instance Management Server Process and Database Buffer Cache Physical

More information

What s New with Oracle Data Pump in Oracle Database 12c. Dean Gagne Consulting Member of Technical Staff

What s New with Oracle Data Pump in Oracle Database 12c. Dean Gagne Consulting Member of Technical Staff 1 What s New with Oracle Data Pump in Oracle Database 12c Dean Gagne Consulting Member of Technical Staff Program Agenda Full Transportable Export/Import Exporting Views as Tables Detailed Timestamps for

More information

"Charting the Course... Oracle 18c DBA I (5 Day) Course Summary

Charting the Course... Oracle 18c DBA I (5 Day) Course Summary Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager Database Express (EMDE), SQL Developer and SQL*Plus.

More information

CHAPTER. Upgrading to Oracle Database 11g

CHAPTER. Upgrading to Oracle Database 11g CHAPTER 2 Upgrading to Oracle Database 11g 49 50 Oracle Database 11g DBA Handbook I f you have previously installed an earlier version of the Oracle database server, you can upgrade your database to Oracle

More information

Grid Control Patch Set Step by Step Install On Linux

Grid Control Patch Set Step by Step Install On Linux Grid Control Patch Set 10.2.0.3 Step by Step Install On Linux Alejandro Vargas 11/02/2007 INDEX About This Document...2 1. Check your Grid Control Database Version...2 2. Download the last Patch Set for

More information

Oracle Tables TECHGOEASY.COM

Oracle Tables TECHGOEASY.COM Oracle Tables TECHGOEASY.COM 1 Oracle Tables WHAT IS ORACLE DATABASE TABLE? -Tables are the basic unit of data storage in an Oracle Database. Data is stored in rows and columns. -A table holds all the

More information

Applied Biosystems SQL*LIMS Technical Support Technical Note

Applied Biosystems SQL*LIMS Technical Support Technical Note Applied Biosystems SQL*LIMS Technical Support Technical Note Document Number: DBA003 Last Revised: 5//2003 Software Versions: SQL*LIMS v4.0.6 and v4. Author: Deborah Man Subject: How to check storage space

More information

Upgrade Oracle Applications from to R12.1.1

Upgrade Oracle Applications from to R12.1.1 Upgrade Oracle Applications from 11.5.10.2 to R12.1.1 System Overview Version 11.5.10.2 Oracle Applications Vision Instance OS: Redhat Linux 4 update 5 Type: Single Node instance Applications OS User 11i

More information

RMAN: Cross-Platform Backup & Restore Oracle Database 12c for SAP

RMAN: Cross-Platform Backup & Restore Oracle Database 12c for SAP RMAN: Cross-Platform Backup & Restore Oracle Database 12c for SAP Abdel Boukachabine Oracle/SAP Global Technology Center Walldorf, Germany June 2017 abdelrhani.boukachabine@oracle.com Copyright 2017 Oracle

More information

Oracle 1Z Oracle Database 10g: Administration II. Download Full Version :

Oracle 1Z Oracle Database 10g: Administration II. Download Full Version : Oracle 1Z0-043 Oracle Database 10g: Administration II Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-043 QUESTION: 172 You lost the index tablespace in your database. You decided

More information

"Charting the Course... Oracle 18c DBA I (3 Day) Course Summary

Charting the Course... Oracle 18c DBA I (3 Day) Course Summary Oracle 18c DBA I (3 Day) Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager (EMDE), SQL Developer

More information

Setting Up Oracle for ISC

Setting Up Oracle for ISC APPENDIXA This appendix describes how to set up an Oracle Database 10g, Enterprise Edition Release 10.2.0.1.0-64 bit Production server that works with Cisco IP Solution Center (ISC). This appendix is written

More information

Performing a 32 bit to 64 bit migration using the Transportable Database RMAN feature

Performing a 32 bit to 64 bit migration using the Transportable Database RMAN feature Performing a 32 bit to 64 bit migration using the Transportable Database RMAN feature This note describes the procedure used to perform a 32 bit to 64 bit conversion of an 11.2.0.3 database on the Linux

More information

Course Contents of ORACLE 9i

Course Contents of ORACLE 9i Overview of Oracle9i Server Architecture Course Contents of ORACLE 9i Responsibilities of a DBA Changing DBA Environments What is an Oracle Server? Oracle Versioning Server Architectural Overview Operating

More information

Oracle Database Administration

Oracle Database Administration A Active (Current) and Inactive Redo Log Files... 12:8 Alert and Trace Log Files... 1:34 Alert Log Files... 1:34 ALTER TABLE Statement - Reasons for using... 9:18 ALTER TABLESPACE... 7:23 Application Development...

More information

Expdp Multiple Job Modes Requested Schema And Tables

Expdp Multiple Job Modes Requested Schema And Tables Expdp Multiple Job Modes Requested Schema And Tables Hi, I habe a full export created with expdp. I want to import one table UDI-00010: multiple job modes requested, schema and tables. When I use this.

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

Oracle12c Release 1 New Features for Administrators (5 Days)

Oracle12c Release 1 New Features for Administrators (5 Days) www.peaklearningllc.com Oracle12c Release 1 New Features for Administrators (5 Days) Course Description This course provides a complete, hands-on introduction to the newest release of Oracle Enterprise

More information

Tablespaces and Datafiles

Tablespaces and Datafiles C H A P T E R 4 Tablespaces and Datafiles As you saw in Chapter 2, when you create a database, typically five tablespaces are created when you execute the CREATE DATABASE statement: SYSTEM SYSAUX UNDO

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

CHAPTER. Planning and Managing Tablespaces

CHAPTER. Planning and Managing Tablespaces CHAPTER 3 Planning and Managing Tablespaces 62 Oracle Database 12c DBA Handbook How a DBA configures the layout of the tablespaces in a database directly affects the performance and manageability of the

More information

1Z Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions

1Z Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions 1Z0-034 Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-034 Exam on Upgrade Oracle9i/10g to Oracle Database 11g OCP... 2 Oracle 1Z0-034

More information

DumpsKing. Latest exam dumps & reliable dumps VCE & valid certification king

DumpsKing.   Latest exam dumps & reliable dumps VCE & valid certification king DumpsKing http://www.dumpsking.com Latest exam dumps & reliable dumps VCE & valid certification king Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version

More information

Change Default Temporary Tablespace Use Oracle 11g Create

Change Default Temporary Tablespace Use Oracle 11g Create Change Default Temporary Tablespace Use Oracle 11g Create Use the CREATE USER statement to create and configure a database user, which is as the specified user and to activate that user's roles using the

More information

Oracle Database Migrating and Converting Non-CDBs to a PDB with a Different Endian Operating System. 18c

Oracle Database Migrating and Converting Non-CDBs to a PDB with a Different Endian Operating System. 18c Oracle Database Migrating and Converting Non-CDBs to a PDB with a Different Endian Operating System 18c E97288-02 September 2018 Oracle Database Migrating and Converting Non-CDBs to a PDB with a Different

More information

ENHANCING DATABASE PERFORMANCE

ENHANCING DATABASE PERFORMANCE ENHANCING DATABASE PERFORMANCE Performance Topics Monitoring Load Balancing Defragmenting Free Space Striping Tables Using Clusters Using Efficient Table Structures Using Indexing Optimizing Queries Supplying

More information

Maintaining an Efficient Network

Maintaining an Efficient Network CHAPTER 5 This chapter contains the following information to help you maintain an efficient network: 5.1 How Do I Manage the Database? 5.2 How Do I Monitor the Network? 5.3 How Do I Modify the Network?

More information

Migrate +230 TB databases in less than 1 day

Migrate +230 TB databases in less than 1 day Migrate +230 TB databases in less than 1 day Mike Dietrich Master Product Manager Database Upgrades & Migrations Oracle Corporation Copyright 2017, Oracle and/or its affiliates. All rights reserved. Germany

More information

Oracle Database 12c. Boeblingen Bootcamp February 2014 SIG Washington DC April 2014

Oracle Database 12c. Boeblingen Bootcamp February 2014 SIG Washington DC April 2014 Reduced Upgrade Memory & Migrate Footprint Oracle Database 12c Sandra Sandra Skehin Skehin Boeblingen Bootcamp February 2014 SIG Washington DC April 2014 Safe Harbor Statement The following is intended

More information

Insanity: doing the same thing over and over again and expecting different results. Nice Proverb

Insanity: doing the same thing over and over again and expecting different results. Nice Proverb Insanity: doing the same thing over and over again and expecting different results. Nice Proverb No back up was taken after reset logs. How to recover the database? Solution It s possible, I have tried

More information

Roy F Swonger Vice President Database Upgrades & Utilities Oracle Corporation

Roy F Swonger Vice President Database Upgrades & Utilities Oracle Corporation Migrate +200 TB databases in less than 1 day Roy F Swonger Vice President Database Upgrades & Utilities Oracle Corporation $> whoami 20+ years w/oracle 15 years managing Data Pump Database Upgrade SQL*Loader

More information

ASM migration process

ASM migration process Management on Dell/EMC Storage Arrays By Zafar Mahmood, Uday Datta Shet, and Bharat Sajnani ASM migration process The process for migrating an Oracle Real Application Clusters (RAC) database from Oracle

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management Introduction... 3 Database Migration to ASM

More information

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

FLASHBACK RAC DATABASE TO RESTORE POINT Y. MORAN

FLASHBACK RAC DATABASE TO RESTORE POINT Y. MORAN I could not find any relevant documanet of RAC - Flashback on the net. So, I want to share my experiances with you. Check crs status. ora...t2.inst application ONLINE ONLINE rcnode2 Shutdown the database

More information

NEC istorage Series Disk Array Guide for Oracle Storage Compatibility Program Snapshot Technologies

NEC istorage Series Disk Array Guide for Oracle Storage Compatibility Program Snapshot Technologies NEC istorage Series Disk Array Guide for Oracle Storage Compatibility Program Snapshot Technologies is-wp-01-002 Rev. 1.00 Aug. 2001 NEC Solutions NEC Corporation Copyright 2001 NEC Corporation. All rights

More information

Oracle Database Migrating Non-CDBs to New Hardware with a Different Endian Operating System and for a New Release. 18c

Oracle Database Migrating Non-CDBs to New Hardware with a Different Endian Operating System and for a New Release. 18c Oracle Database Migrating Non-CDBs to New Hardware with a Different Endian Operating System and for a New Release 18c E97284-02 September 2018 Oracle Database Migrating Non-CDBs to New Hardware with a

More information

How To Drop All Tables In A Schema In Oracle 10g

How To Drop All Tables In A Schema In Oracle 10g How To Drop All Tables In A Schema In Oracle 10g Imports/exports all schema object types If you run Oracle Application Express with Oracle Database 10g release 1 (10.1) or later, you can generate When

More information

Install Legato Networker Server 7.1 on Windows 2000 Professional

Install Legato Networker Server 7.1 on Windows 2000 Professional Install Legato Networker Server 7.1 on Windows 2000 Professional By: Loc Huynh Last Update: 22-Feb-05 Table of Contents: 1. Pre-installation...2 2. Installation...2 3. Backup Oracle 9i Database...3 a.

More information

Architecture. Architecture. Introduction to Oracle 10g Express Edition. Help

Architecture. Architecture. Introduction to Oracle 10g Express Edition. Help Architecture Introduction to Oracle 10g Express Edition Client-server system Server: SERVEDB, Internal addess (from the lab) 192.168.0.252 External address (from home with OpenVPN) 10.17.2.91 Client: Web

More information

Create A Private Database Link In Another Schema In Oracle 11g Drop >>>CLICK HERE<<<

Create A Private Database Link In Another Schema In Oracle 11g Drop >>>CLICK HERE<<< Create A Private Database Link In Another Schema In Oracle 11g Drop Posts about create database link in another schema written by John Hallas. 11g new features 12c new features addm ASM Blogroll Grid control

More information

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours What you will learn This course advances your success as an Oracle professional in the area of database administration.

More information

A. Automatic memory management is disabled because PGA_AGGREGATE_TARGET and SGA_TARGET are not set.

A. Automatic memory management is disabled because PGA_AGGREGATE_TARGET and SGA_TARGET are not set. Volume: 148 Questions Question No : 1 memory_target big integer 808M pga_aggregate_target big integer 0 sga_target big integer 0 SQL> SHOW PARAMETER SGA_MAX_SIZE NAME TYPE VALUE sga_max_size big integer

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

Oracle Database 11g Data Guard

Oracle Database 11g Data Guard Oracle Database 11g Data Guard Overview This course introduces the delegate to the main architectural concepts of Data Guard. Delegates will learn how to use Oracle Data Guard to protect Oracle Databases

More information

TestsDumps. Latest Test Dumps for IT Exam Certification

TestsDumps.  Latest Test Dumps for IT Exam Certification TestsDumps http://www.testsdumps.com Latest Test Dumps for IT Exam Certification Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version : DEMO Get Latest &

More information

VerifiedDumps. Get the Valid and Verified Exam Questions & Answers Dump for 100% Pass

VerifiedDumps.   Get the Valid and Verified Exam Questions & Answers Dump for 100% Pass VerifiedDumps http://www.verifieddumps.com Get the Valid and Verified Exam Questions & Answers Dump for 100% Pass Exam : 1Z0-031 Title : Oracle9i database:fundamentals i Vendors : Oracle Version : DEMO

More information

An Oracle White Paper July Methods for Downgrading from Oracle Database 11g Release 2

An Oracle White Paper July Methods for Downgrading from Oracle Database 11g Release 2 An Oracle White Paper July 2011 Methods for Downgrading from Oracle Database 11g Release 2 Introduction... 2 Oracle Database Downgrade Methods... 3 Downgrade Script... 3 Oracle Data Pump Export/Import

More information

Oracle Spatial Best Practices and Tuning Tips for DBAs and Developers

Oracle Spatial Best Practices and Tuning Tips for DBAs and Developers Oracle Spatial Best Practices and Tuning Tips for DBAs and Developers Daniel Geringer Senior Software Development Manager Oracle s Spatial Technologies Spatial Data Validation VALIDATE_GEOMETRY_WITH_CONTEXT

More information

Exam Questions 1Z0-062

Exam Questions 1Z0-062 Exam Questions 1Z0-062 Oracle Database 12c: Installation and Administration https://www.2passeasy.com/dumps/1z0-062/ 1. You are required to migrate your 11.2.0.3 database as a pluggable database (PDB)

More information

Oracle 1Z Oracle Database 10g: Administration I. Download Full Version :

Oracle 1Z Oracle Database 10g: Administration I. Download Full Version : Oracle 1Z0-042 Oracle Database 10g: Administration I Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-042 Answer: A QUESTION: 273 You have a large amount of historical data in an

More information

Oracle 10g Move Table To Another Schema

Oracle 10g Move Table To Another Schema Oracle 10g Move Table To Another Schema Export the tables from different schemas in Oracle 10g database on a Linux server. (oracle@localhost ~)$ sqlplus / as sysdba. a1 and a2 are 2 schemas. Maybe you

More information

Re-platforming the E-Business Suite Database

Re-platforming the E-Business Suite Database Re-platforming the E-Business Suite Database Ahmed Alomari Performance Specialist aalomari@cybernoor.com Database SIG Agenda Options Case Study Q & A Options Re-platforming Options Transportable DB Transportable

More information

Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ]

Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ] s@lm@n Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ] Topic break down Topic No. of Questions Topic 1: Pool 1 112 Topic 2: Pool 2 100 Topic

More information

Introduction to Oracle

Introduction to Oracle Introduction to Oracle Architecture Client-server system Server: SERVEDB, Internal addess (from the lab) servedb.ing.man External address (from home with OpenVPN) 10.17.2.91 Client: Web interface: http://

More information

Oracle RMAN for Absolute Beginners

Oracle RMAN for Absolute Beginners Oracle RMAN for Absolute Beginners Darl Kuhn Apress Contents About the Author Acknowledgments Introduction xvii xix xxi Chapter 1: Getting Started... 1 Connecting to Your Database 1 Establishing OS Variables

More information

Oracle 1Z Oracle 9i: New Features for Administrators. Download Full Version :

Oracle 1Z Oracle 9i: New Features for Administrators. Download Full Version : Oracle 1Z0-030 Oracle 9i: New Features for Administrators Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-030 QUESTION: 204 Which two statements regarding an external table are

More information

Oracle Database 12c Release 2

Oracle Database 12c Release 2 Oracle Database 12c Release 2 New Features (OVERVIEW) Rhoda Sarmiento-Pereira Oracle Support Safe Harbor Statement The following is intended to outline our general product direction. It is intended for

More information

Guide to installing Oracle 10G Enterprise Edition Server (and creating databases) on Windows, for Controller 8.2

Guide to installing Oracle 10G Enterprise Edition Server (and creating databases) on Windows, for Controller 8.2 Overview Guide to installing Oracle 10G Enterprise Edition Server (and creating databases) on Windows, for Controller 8.2 Controller 8.2 is the first release that supports databases stored on an Oracle

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management Executive Overview... 3 Introduction... 3 Database

More information

1z z0-060 Upgrade to Oracle Database 12c

1z z0-060 Upgrade to Oracle Database 12c 1z0-060 Number: 1z0-060 Passing Score: 800 Time Limit: 120 min File Version: 7.1 1z0-060 Upgrade to Oracle Database 12c Exam A QUESTION 1 Your multitenant container (CDB) contains two pluggable databases

More information

Installing and Configuring Oracle 10g Express Edition. for use with the ETM System

Installing and Configuring Oracle 10g Express Edition. for use with the ETM System Installing and Configuring Oracle 10g Express Edition for use with the ETM System Contents Oracle 10g XE Installation and Configuration 1 Preparing Oracle 10g XE for use with the ETM System...1 Installation...1

More information

Exam : 1Z Oracle Database 11g: New Features for Administrators. Title : Version : Demo. The safer, easier way to help you pass any IT exams.

Exam : 1Z Oracle Database 11g: New Features for Administrators. Title : Version : Demo. The safer, easier way to help you pass any IT exams. http://www.51- pass.com Exam : 1Z1-050 Title : Oracle Database 11g: New Features for Administrators Version : Demo 1 / 7 1. You are managing the APPPROD database as a DBA. You plan to duplicate this database

More information

These copies should be placed on different disks, if possible. Disk 1 Disk 2 Disk 3

These copies should be placed on different disks, if possible. Disk 1 Disk 2 Disk 3 DATABASE CONFIGURATIONS Configuration Topics Simple Databases with Mirroring Multiplexing Control Files and REDO Logs Disk Shadowing Database Links and Snapshots Optimal Flexible Architecture 1 Stand Alone

More information

Oracle 9i release 1. Administration. Database Outsourcing Experts

Oracle 9i release 1. Administration. Database Outsourcing Experts Administration Default Temporary Tablespace The system will automatically allocate new users an appropriate temporary tablespace without you needing to specify it explicitly in the create user statement.

More information

RECO CKPT SMON ARCH PMON RMAN DBWR

RECO CKPT SMON ARCH PMON RMAN DBWR Database Architecture t Architecture Topics Memory Structure Background Processes Database Accessing Database Information Starting the Database SMON PMON DBWR LGWR Parameter Database Architecture SNPn

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

RMAN Backups and Reporting

RMAN Backups and Reporting Chapter 5 RMAN Backups and Reporting Chapter 4 provided the details on configuring RMAN and using specialized features to control the behavior of RMAN. After you consider which features you require, you

More information

Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Ami Aharonovich

Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Ami Aharonovich Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Ami Aharonovich Oracle ACE & OCP Ami@DBAces.com Oracle ACE About Me Oracle Certified Professional DBA (OCP) Founder and CEO, DBAces

More information

An Oracle White Paper September Methods for Upgrading to Oracle Database 11g Release 2

An Oracle White Paper September Methods for Upgrading to Oracle Database 11g Release 2 An Oracle White Paper September 2009 Methods for Upgrading to Oracle Database 11g Release 2 Introduction... 1 Database Upgrade Methods... 2 Database Upgrade Assistant (DBUA)... 2 Manual Upgrade... 3 Export

More information

Oracle Database 11g: Administration I

Oracle Database 11g: Administration I Oracle 1z0-052 Oracle Database 11g: Administration I Version: 7.0 Topic 1, Volume A Oracle 1z0-052 Exam QUESTION NO: 1 You notice that the performance of the database has degraded because of frequent checkpoints.

More information

OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades

OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades "We had already standardized on Oracle Data Guard for DR protection when we discovered additional ways to enhance overall

More information

CHAPTER. Oracle Database 11g Architecture Options

CHAPTER. Oracle Database 11g Architecture Options CHAPTER 1 Oracle Database 11g Architecture Options 3 4 Part I: Critical Database Concepts Oracle Database 11g is a significant upgrade from prior releases of Oracle. New features give developers, database

More information

INSTALL GUIDE BIOVIA INSIGHT 2.6

INSTALL GUIDE BIOVIA INSIGHT 2.6 INSTALL GUIDE BIOVIA INSIGHT 2.6 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

Redefining Data Protection. Title Page. User s Guide. for the NetVault:Backup APM for Oracle. APM Version 5.1 OAG

Redefining Data Protection. Title Page. User s Guide. for the NetVault:Backup APM for Oracle. APM Version 5.1 OAG Redefining Data Protection Title Page User s Guide for the NetVault:Backup APM for Oracle APM Version 5.1 OAG-101-5.1-EN-01 01/30/08 Copyrights NetVault:Backup - User s Guide for the NetVault:Backup APM

More information

What is new on 12c For Backup and Recovery. By: Francisco Munoz Alvarez

What is new on 12c For Backup and Recovery. By: Francisco Munoz Alvarez What is new on 12c For Backup and Recovery By: Francisco Munoz Alvarez About the Speaker Francisco Munoz Alvarez Oracle ACE Director CLOUG (Chilean Oracle Users Group) President LAOUC (Latin American Oracle

More information

Agile e Installation Manual for Oracle 10g for Agile e6.0.2 on Windows. Part Number: INSORAUNIX-602A

Agile e Installation Manual for Oracle 10g for Agile e6.0.2 on Windows. Part Number: INSORAUNIX-602A Agile e6.0.2 Installation Manual for Oracle 10g for Agile e6.0.2 on Windows Part Number: INSORAUNIX-602A Copyrights and Trademarks Copyright 1992-2005 Agile Software Corporation. All rights reserved. You

More information

INSTALL GUIDE BIOVIA INSIGHT 2016

INSTALL GUIDE BIOVIA INSIGHT 2016 INSTALL GUIDE BIOVIA INSIGHT 2016 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

How To Reduce Temp Tablespace Size In Oracle 11g

How To Reduce Temp Tablespace Size In Oracle 11g How To Reduce Temp Tablespace Size In Oracle 11g 12 How do I find used/free space in a TEMPORARY tablespace? One can manually increase or decrease the size of a datafile from Oracle 7.2 using. With an

More information

Oracle 1Z0-053 Exam Questions and Answers (PDF) Oracle 1Z0-053 Exam Questions 1Z0-053 BrainDumps

Oracle 1Z0-053 Exam Questions and Answers (PDF) Oracle 1Z0-053 Exam Questions 1Z0-053 BrainDumps Oracle 1Z0-053 Dumps with Valid 1Z0-053 Exam Questions PDF [2018] The Oracle 1Z0-053 Oracle Database 11g: Administration II exam is an ultimate source for professionals to retain their credentials dynamic.

More information