RE: ORA-01647 during TTS IMPDP from 11.2.0.4 64 bit Solaris SPARC to 12.1.0.2 64 bit RHEL

From: Hameed, Amir <Amir.Hameed_at_xerox.com>
Date: Sat, 10 Nov 2018 23:53:16 +0000
Message-ID: <DM6PR11MB2780EC1710302D1148E64783F4C70_at_DM6PR11MB2780.namprd11.prod.outlook.com>



What is the default tablespace of SYS and SYSTEM?

From: oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> On Behalf Of Sundar Mahadevan Sent: Saturday, November 10, 2018 6:45 PM To: gogala.mladen_at_gmail.com
Cc: ORACLE-L <oracle-l_at_freelists.org> Subject: Re: ORA-01647 during TTS IMPDP from 11.2.0.4 64 bit Solaris SPARC to 12.1.0.2 64 bit RHEL

Thanks Mladen for reverting back. Yes, I did run DBMS_TTS.TRANSPORT_SET_CHECK, with the constraints included, on the source side and it returned no issues.

${ORACLE_HOME}/bin/sqlplus -s /nolog << eom
> set head off feedback on pages 0 lines 400 echo on
> connect / as sysdba
> execute sys.dbms_tts.transport_set_check('ARGUS_AEXP_DATA_01,ARGUS_AEXP_INDEX_01,DLP_INDEX_06,DLP_INDEX_04,ARGUS_DATA_01, -
> DLP_DATA_04,ARGUS_AL_INDEX_01,XDB,ARGUS_INDEX_03,ARGUS_INDEX_06,ESM_INDEX_01,ARGUS_DATA_02,ARGUS_DATA_04,DLP_INDEX_05, -
> ARGUS_INDEX_01,ARGUS_DATA_03,DLP_DATA_01,ARGUS_AL_DATA_01,ARGUS_INDEX_02,DLP_DATA_02,DLP_DATA_05,ARGUS_DATA_05,ARGUS_INDEX_04, -
> DLP_INDEX_03,DLP_DATA_03,DLP_INDEX_02,ESM_DATA_01,DLP_LOB_01,DLP_INDEX_01,USERS,ARGUS_INDEX_05', true, true);
> select * from sys.transport_set_violations;
> eom

PL/SQL procedure successfully completed.

no rows selected

On Sat, Nov 10, 2018 at 1:26 PM Mladen Gogala <gogala.mladen_at_gmail.com<mailto:gogala.mladen_at_gmail.com>> wrote: Did you do DBMS_TTS.TRANSPORT_SET_CHECK, with the constraints included, on the source side?

On 11/10/2018 3:59 PM, Sundar Mahadevan wrote:
> Hi All,
> Greetings. While performing a transportable tablespace of application
> tablespaces from 11.2.0.4 Enterprise Edition 64 bit Solaris SPARC 10
> 1/13 to 12.1.0.2 Enterprise Edition 64 bit RHEL 7.3, I hit the
> following error.
>
> ORA-39083: Object type TABLE:"ARGUS_APP"."CASE_PRODUCT" failed to
> create with error:
> ORA-01647: tablespace 'ARGUS_DATA_05' is read-only, cannot allocate
> space in it
> Failing sql is:
> CREATE TABLE "ARGUS_APP"."CASE_PRODUCT" ("CASE_ID" NUMBER NOT NULL
> ENABLE, "SEQ_NUM" NUMBER NOT NULL ENABLE, "PRODUCT_ID" NUMBER,
> "DRUG_TYPE" NUMBER, "PAT_EXPOSURE" NUMBER DEFAULT 0, "MANUFACTURER_ID"
> NUMBER, "PROTOCOL_FOLLOWED" NUMBER, "SYS_C00008_11082108:57:04$"
> NUMBER, "FIRST_SUS_PROD" NUMBER, "SELECTED_VIEW" NUMBER, "SORT_ID
> ORA-39083: Object type TABLE:"ARGUS_APP"."CASE_ASSESS" failed to
> create with error:
> ORA-01647: tablespace 'ARGUS_DATA_01' is read-only, cannot allocate
> space in it
>
> I get this error for 5 tables. 3 tables out of 5 that returned
> ORA-01647 during impdp were non empty tables. No partitions on any of
> the tables. 2 tables out of the 5 have clobs. Regardless
> of deferred_segment_creation set to TRUE or FALSE on the source
> database, I get the same error. I even manually allocated extent on
> the 5 failing tables as suggested in a blog post with no luck. Anyone
> faced this issue? Ticket has been created with support. Not much
> progress yet. Thanks for your time and assistance. Appreciate it.

--
Mladen Gogala Database Consultant Tel: (347) 321-1217 --
http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Nov 11 2018 - 00:53:16 CET

Original text of this message